2025-03-20 11:44:21 -07:00
{
"$schema" : "https://mintlify.com/docs.json" ,
2025-09-05 17:40:11 -04:00
"theme" : "aspen" ,
2025-03-20 11:44:21 -07:00
"name" : "CrewAI" ,
"colors" : {
"primary" : "#EB6658" ,
"light" : "#F3A78B" ,
"dark" : "#C94C3C"
} ,
2025-06-25 12:52:33 -03:00
"favicon" : "/images/favicon.svg" ,
docs: update docs.json with contextual options, SEO, and 404 redirect (#2654)
* docs: 0.114.0 release notes, navigation restructure, new guides, deploy video, and cleanup
- Add v0.114.0 release notes with highlights image and doc links
- Restructure docs navigation (Strategy group, Releases tab, navbar links)
- Update quickstart with deployment video and clearer instructions
- Add/rename guides (Custom Manager Agent, Custom LLM)
- Remove legacy concept/tool docs
- Add new images and tool docs
- Minor formatting and content improvements throughout
* docs: update docs.json with contextual options, SEO indexing, and 404 redirect settings
2025-04-22 09:52:27 -07:00
"contextual" : {
2025-10-02 11:36:04 -04:00
"options" : [
"copy" ,
"view" ,
"chatgpt" ,
"claude" ,
"perplexity" ,
"mcp" ,
"cursor" ,
"vscode" ,
{
"title" : "Request a feature" ,
"description" : "Join the discussion on GitHub to request a new feature" ,
"icon" : "plus" ,
"href" : "https://github.com/crewAIInc/crewAI/issues/new/choose"
}
]
docs: update docs.json with contextual options, SEO, and 404 redirect (#2654)
* docs: 0.114.0 release notes, navigation restructure, new guides, deploy video, and cleanup
- Add v0.114.0 release notes with highlights image and doc links
- Restructure docs navigation (Strategy group, Releases tab, navbar links)
- Update quickstart with deployment video and clearer instructions
- Add/rename guides (Custom Manager Agent, Custom LLM)
- Remove legacy concept/tool docs
- Add new images and tool docs
- Minor formatting and content improvements throughout
* docs: update docs.json with contextual options, SEO indexing, and 404 redirect settings
2025-04-22 09:52:27 -07:00
} ,
2025-03-20 11:44:21 -07:00
"navigation" : {
2025-06-25 12:52:33 -03:00
"languages" : [
2025-03-20 11:44:21 -07:00
{
2025-06-25 12:52:33 -03:00
"language" : "en" ,
"global" : {
"anchors" : [
{
"anchor" : "Website" ,
"href" : "https://crewai.com" ,
"icon" : "globe"
} ,
{
"anchor" : "Forum" ,
"href" : "https://community.crewai.com" ,
"icon" : "discourse"
} ,
{
2025-09-05 17:40:11 -04:00
"anchor" : "Blog" ,
"href" : "https://blog.crewai.com" ,
"icon" : "newspaper"
2025-06-25 12:52:33 -03:00
} ,
2025-07-01 14:41:34 -04:00
{
2025-09-05 17:40:11 -04:00
"anchor" : "CrewGPT" ,
"href" : "https://chatgpt.com/g/g-qqTuUWsBY-crewai-assistant" ,
"icon" : "robot"
2025-06-25 12:52:33 -03:00
}
]
} ,
2026-02-25 11:05:31 -05:00
"versions" : [
2025-10-02 11:36:04 -04:00
{
2026-03-25 23:54:26 -07:00
"version" : "v1.12.2" ,
2026-02-25 11:05:31 -05:00
"default" : true ,
"tabs" : [
2025-10-02 11:36:04 -04:00
{
2026-02-25 11:05:31 -05:00
"tab" : "Home" ,
"icon" : "house" ,
"groups" : [
{
"group" : "Welcome" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"index"
]
2026-02-25 11:05:31 -05:00
}
2026-01-09 17:53:05 -08:00
]
2025-03-20 11:44:21 -07:00
} ,
{
2026-02-25 11:05:31 -05:00
"tab" : "Documentation" ,
"icon" : "book-open" ,
"groups" : [
{
"group" : "Get Started" ,
"pages" : [
"en/introduction" ,
"en/installation" ,
"en/quickstart"
]
} ,
{
"group" : "Guides" ,
"pages" : [
{
"group" : "Strategy" ,
"icon" : "compass" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"en/guides/concepts/evaluating-use-cases"
]
2026-02-25 11:05:31 -05:00
} ,
{
"group" : "Agents" ,
"icon" : "user" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"en/guides/agents/crafting-effective-agents"
]
2026-02-25 11:05:31 -05:00
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"en/guides/crews/first-crew"
]
2026-02-25 11:05:31 -05:00
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
"en/guides/flows/first-flow" ,
"en/guides/flows/mastering-flow-state"
]
} ,
2026-03-19 11:15:56 -04:00
{
"group" : "Tools" ,
"icon" : "wrench" ,
"pages" : [
"en/guides/tools/publish-custom-tools"
]
} ,
2026-02-25 11:05:31 -05:00
{
"group" : "Coding Tools" ,
"icon" : "terminal" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"en/guides/coding-tools/agents-md"
]
2026-02-25 11:05:31 -05:00
} ,
{
"group" : "Advanced" ,
"icon" : "gear" ,
"pages" : [
"en/guides/advanced/customizing-prompts" ,
"en/guides/advanced/fingerprinting"
]
2026-03-03 11:53:12 -08:00
} ,
{
"group" : "Migration" ,
"icon" : "shuffle" ,
"pages" : [
"en/guides/migration/migrating-from-langgraph"
]
2026-02-25 11:05:31 -05:00
}
]
} ,
2025-06-25 12:52:33 -03:00
{
2026-02-25 11:05:31 -05:00
"group" : "Core Concepts" ,
2026-01-09 17:53:05 -08:00
"pages" : [
2026-02-25 11:05:31 -05:00
"en/concepts/agents" ,
2026-03-31 10:47:38 -07:00
"en/concepts/agent-capabilities" ,
2026-02-25 11:05:31 -05:00
"en/concepts/tasks" ,
"en/concepts/crews" ,
"en/concepts/flows" ,
"en/concepts/production-architecture" ,
"en/concepts/knowledge" ,
2026-03-24 07:03:35 -04:00
"en/concepts/skills" ,
2026-02-25 11:05:31 -05:00
"en/concepts/llms" ,
"en/concepts/files" ,
"en/concepts/processes" ,
"en/concepts/collaboration" ,
"en/concepts/training" ,
"en/concepts/memory" ,
"en/concepts/reasoning" ,
"en/concepts/planning" ,
"en/concepts/testing" ,
"en/concepts/cli" ,
"en/concepts/tools" ,
"en/concepts/event-listener"
2026-01-09 17:53:05 -08:00
]
2025-06-25 12:52:33 -03:00
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "MCP Integration" ,
2026-01-09 17:53:05 -08:00
"pages" : [
2026-02-25 11:05:31 -05:00
"en/mcp/overview" ,
"en/mcp/dsl-integration" ,
"en/mcp/stdio" ,
"en/mcp/sse" ,
"en/mcp/streamable-http" ,
"en/mcp/multiple-servers" ,
"en/mcp/security"
2026-01-09 17:53:05 -08:00
]
2025-06-25 12:52:33 -03:00
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "Tools" ,
2026-01-09 17:53:05 -08:00
"pages" : [
2026-02-25 11:05:31 -05:00
"en/tools/overview" ,
{
"group" : "File & Document" ,
"icon" : "folder-open" ,
"pages" : [
"en/tools/file-document/overview" ,
"en/tools/file-document/filereadtool" ,
"en/tools/file-document/filewritetool" ,
"en/tools/file-document/pdfsearchtool" ,
"en/tools/file-document/docxsearchtool" ,
"en/tools/file-document/mdxsearchtool" ,
"en/tools/file-document/xmlsearchtool" ,
"en/tools/file-document/txtsearchtool" ,
"en/tools/file-document/jsonsearchtool" ,
"en/tools/file-document/csvsearchtool" ,
"en/tools/file-document/directorysearchtool" ,
"en/tools/file-document/directoryreadtool" ,
"en/tools/file-document/ocrtool" ,
"en/tools/file-document/pdf-text-writing-tool"
]
} ,
{
"group" : "Web Scraping & Browsing" ,
"icon" : "globe" ,
"pages" : [
"en/tools/web-scraping/overview" ,
"en/tools/web-scraping/scrapewebsitetool" ,
"en/tools/web-scraping/scrapeelementfromwebsitetool" ,
"en/tools/web-scraping/scrapflyscrapetool" ,
"en/tools/web-scraping/seleniumscrapingtool" ,
"en/tools/web-scraping/scrapegraphscrapetool" ,
"en/tools/web-scraping/spidertool" ,
"en/tools/web-scraping/browserbaseloadtool" ,
"en/tools/web-scraping/hyperbrowserloadtool" ,
"en/tools/web-scraping/stagehandtool" ,
"en/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"en/tools/web-scraping/firecrawlscrapewebsitetool" ,
"en/tools/web-scraping/oxylabsscraperstool" ,
"en/tools/web-scraping/brightdata-tools"
]
} ,
{
"group" : "Search & Research" ,
"icon" : "magnifying-glass" ,
"pages" : [
"en/tools/search-research/overview" ,
"en/tools/search-research/serperdevtool" ,
"en/tools/search-research/bravesearchtool" ,
"en/tools/search-research/exasearchtool" ,
"en/tools/search-research/linkupsearchtool" ,
"en/tools/search-research/githubsearchtool" ,
"en/tools/search-research/websitesearchtool" ,
"en/tools/search-research/codedocssearchtool" ,
"en/tools/search-research/youtubechannelsearchtool" ,
"en/tools/search-research/youtubevideosearchtool" ,
"en/tools/search-research/tavilysearchtool" ,
"en/tools/search-research/tavilyextractortool" ,
"en/tools/search-research/arxivpapertool" ,
"en/tools/search-research/serpapi-googlesearchtool" ,
"en/tools/search-research/serpapi-googleshoppingtool" ,
"en/tools/search-research/databricks-query-tool"
]
} ,
{
"group" : "Database & Data" ,
"icon" : "database" ,
"pages" : [
"en/tools/database-data/overview" ,
"en/tools/database-data/mysqltool" ,
"en/tools/database-data/pgsearchtool" ,
"en/tools/database-data/snowflakesearchtool" ,
"en/tools/database-data/nl2sqltool" ,
"en/tools/database-data/qdrantvectorsearchtool" ,
"en/tools/database-data/weaviatevectorsearchtool" ,
"en/tools/database-data/mongodbvectorsearchtool" ,
"en/tools/database-data/singlestoresearchtool"
]
} ,
{
"group" : "AI & Machine Learning" ,
"icon" : "brain" ,
"pages" : [
"en/tools/ai-ml/overview" ,
"en/tools/ai-ml/dalletool" ,
"en/tools/ai-ml/visiontool" ,
"en/tools/ai-ml/aimindtool" ,
"en/tools/ai-ml/llamaindextool" ,
"en/tools/ai-ml/langchaintool" ,
"en/tools/ai-ml/ragtool" ,
"en/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Storage" ,
"icon" : "cloud" ,
"pages" : [
"en/tools/cloud-storage/overview" ,
"en/tools/cloud-storage/s3readertool" ,
"en/tools/cloud-storage/s3writertool" ,
"en/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"en/tools/integration/overview" ,
"en/tools/integration/bedrockinvokeagenttool" ,
"en/tools/integration/crewaiautomationtool" ,
"en/tools/integration/mergeagenthandlertool"
]
} ,
{
"group" : "Automation" ,
"icon" : "bolt" ,
"pages" : [
"en/tools/automation/overview" ,
"en/tools/automation/apifyactorstool" ,
"en/tools/automation/composiotool" ,
"en/tools/automation/multiontool" ,
"en/tools/automation/zapieractionstool"
]
}
2026-01-09 17:53:05 -08:00
]
2025-06-25 12:52:33 -03:00
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "Observability" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"en/observability/tracing" ,
"en/observability/overview" ,
"en/observability/arize-phoenix" ,
"en/observability/braintrust" ,
"en/observability/datadog" ,
"en/observability/galileo" ,
"en/observability/langdb" ,
"en/observability/langfuse" ,
"en/observability/langtrace" ,
"en/observability/maxim" ,
"en/observability/mlflow" ,
"en/observability/neatlogs" ,
"en/observability/openlit" ,
"en/observability/opik" ,
"en/observability/patronus-evaluation" ,
"en/observability/portkey" ,
"en/observability/weave" ,
"en/observability/truefoundry"
2025-06-25 12:52:33 -03:00
]
} ,
2026-02-11 10:07:24 -08:00
{
2026-02-25 11:05:31 -05:00
"group" : "Learn" ,
2026-02-11 10:07:24 -08:00
"pages" : [
2026-02-25 11:05:31 -05:00
"en/learn/overview" ,
"en/learn/llm-selection-guide" ,
"en/learn/conditional-tasks" ,
"en/learn/coding-agents" ,
"en/learn/create-custom-tools" ,
"en/learn/custom-llm" ,
"en/learn/custom-manager-agent" ,
"en/learn/customizing-agents" ,
"en/learn/dalle-image-generation" ,
"en/learn/force-tool-output-as-result" ,
"en/learn/hierarchical-process" ,
"en/learn/human-input-on-execution" ,
"en/learn/human-in-the-loop" ,
"en/learn/human-feedback-in-flows" ,
"en/learn/kickoff-async" ,
"en/learn/kickoff-for-each" ,
"en/learn/llm-connections" ,
2026-03-24 07:19:02 -07:00
"en/learn/litellm-removal-guide" ,
2026-02-25 11:05:31 -05:00
"en/learn/multimodal-agents" ,
"en/learn/replay-tasks-from-latest-crew-kickoff" ,
"en/learn/sequential-process" ,
"en/learn/using-annotations" ,
"en/learn/execution-hooks" ,
"en/learn/llm-hooks" ,
"en/learn/tool-hooks"
2026-02-11 10:07:24 -08:00
]
} ,
2025-06-25 12:52:33 -03:00
{
2026-02-25 11:05:31 -05:00
"group" : "Telemetry" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"en/telemetry"
]
2025-06-25 12:52:33 -03:00
}
2025-03-20 11:44:21 -07:00
]
} ,
{
2026-02-25 11:05:31 -05:00
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
2025-06-25 12:52:33 -03:00
{
2026-02-25 11:05:31 -05:00
"group" : "Getting Started" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"en/enterprise/introduction"
]
2025-06-25 12:52:33 -03:00
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "Build" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"en/enterprise/features/automations" ,
"en/enterprise/features/crew-studio" ,
"en/enterprise/features/marketplace" ,
"en/enterprise/features/agent-repositories" ,
"en/enterprise/features/tools-and-integrations" ,
"en/enterprise/features/pii-trace-redactions"
2025-06-25 12:52:33 -03:00
]
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "Operate" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"en/enterprise/features/traces" ,
"en/enterprise/features/webhook-streaming" ,
"en/enterprise/features/hallucination-guardrail" ,
"en/enterprise/features/flow-hitl-management"
2025-06-25 12:52:33 -03:00
]
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "Manage" ,
2026-03-04 15:20:02 -08:00
"pages" : [
2026-03-27 22:15:34 -07:00
"en/enterprise/features/sso" ,
2026-03-04 15:20:02 -08:00
"en/enterprise/features/rbac"
]
2025-06-25 12:52:33 -03:00
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "Integration Docs" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"en/enterprise/integrations/asana" ,
"en/enterprise/integrations/box" ,
"en/enterprise/integrations/clickup" ,
"en/enterprise/integrations/github" ,
"en/enterprise/integrations/gmail" ,
"en/enterprise/integrations/google_calendar" ,
"en/enterprise/integrations/google_contacts" ,
"en/enterprise/integrations/google_docs" ,
"en/enterprise/integrations/google_drive" ,
"en/enterprise/integrations/google_sheets" ,
"en/enterprise/integrations/google_slides" ,
"en/enterprise/integrations/hubspot" ,
"en/enterprise/integrations/jira" ,
"en/enterprise/integrations/linear" ,
"en/enterprise/integrations/microsoft_excel" ,
"en/enterprise/integrations/microsoft_onedrive" ,
"en/enterprise/integrations/microsoft_outlook" ,
"en/enterprise/integrations/microsoft_sharepoint" ,
"en/enterprise/integrations/microsoft_teams" ,
"en/enterprise/integrations/microsoft_word" ,
"en/enterprise/integrations/notion" ,
"en/enterprise/integrations/salesforce" ,
"en/enterprise/integrations/shopify" ,
"en/enterprise/integrations/slack" ,
"en/enterprise/integrations/stripe" ,
"en/enterprise/integrations/zendesk"
2025-06-25 12:52:33 -03:00
]
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "Triggers" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"en/enterprise/guides/automation-triggers" ,
"en/enterprise/guides/gmail-trigger" ,
"en/enterprise/guides/google-calendar-trigger" ,
"en/enterprise/guides/google-drive-trigger" ,
"en/enterprise/guides/outlook-trigger" ,
"en/enterprise/guides/onedrive-trigger" ,
"en/enterprise/guides/microsoft-teams-trigger" ,
"en/enterprise/guides/slack-trigger" ,
"en/enterprise/guides/hubspot-trigger" ,
"en/enterprise/guides/salesforce-trigger" ,
"en/enterprise/guides/zapier-trigger"
2025-06-25 12:52:33 -03:00
]
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "How-To Guides" ,
2025-09-05 17:40:11 -04:00
"pages" : [
2026-02-25 11:05:31 -05:00
"en/enterprise/guides/build-crew" ,
"en/enterprise/guides/prepare-for-deployment" ,
"en/enterprise/guides/deploy-to-amp" ,
"en/enterprise/guides/private-package-registry" ,
"en/enterprise/guides/kickoff-crew" ,
"en/enterprise/guides/update-crew" ,
"en/enterprise/guides/enable-crew-studio" ,
"en/enterprise/guides/capture_telemetry_logs" ,
"en/enterprise/guides/azure-openai-setup" ,
"en/enterprise/guides/tool-repository" ,
2026-03-16 18:01:41 -03:00
"en/enterprise/guides/custom-mcp-server" ,
2026-02-25 11:05:31 -05:00
"en/enterprise/guides/react-component-export" ,
"en/enterprise/guides/team-management" ,
"en/enterprise/guides/human-in-the-loop" ,
"en/enterprise/guides/webhook-automation"
2025-09-05 17:40:11 -04:00
]
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "Resources" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"en/enterprise/resources/frequently-asked-questions"
2025-06-25 12:52:33 -03:00
]
}
2025-03-20 11:44:21 -07:00
]
2025-06-25 12:52:33 -03:00
} ,
{
2026-02-25 11:05:31 -05:00
"tab" : "API Reference" ,
"icon" : "magnifying-glass" ,
"groups" : [
{
"group" : "Getting Started" ,
"pages" : [
"en/api-reference/introduction" ,
"en/api-reference/inputs" ,
"en/api-reference/kickoff" ,
"en/api-reference/resume" ,
"en/api-reference/status"
]
}
2025-10-02 11:36:04 -04:00
]
} ,
2025-05-23 16:04:37 -04:00
{
2026-02-25 11:05:31 -05:00
"tab" : "Examples" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Examples" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"en/examples/example" ,
"en/examples/cookbooks"
]
2026-02-25 11:05:31 -05:00
}
2025-05-23 16:04:37 -04:00
]
} ,
{
2026-02-25 11:05:31 -05:00
"tab" : "Changelog" ,
"icon" : "clock" ,
"groups" : [
{
"group" : "Release Notes" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"en/changelog"
]
2026-02-25 11:05:31 -05:00
}
2026-01-09 17:53:05 -08:00
]
2025-09-05 17:40:11 -04:00
}
]
2026-03-04 15:20:02 -08:00
} ,
2025-05-23 16:04:37 -04:00
{
2026-03-25 23:54:26 -07:00
"version" : "v1.12.1" ,
2026-02-25 11:05:31 -05:00
"tabs" : [
2025-06-25 12:52:33 -03:00
{
2026-03-04 15:20:02 -08:00
"tab" : "Home" ,
2026-02-25 11:05:31 -05:00
"icon" : "house" ,
"groups" : [
{
2026-03-04 15:20:02 -08:00
"group" : "Welcome" ,
"pages" : [
"index"
]
2026-02-25 11:05:31 -05:00
}
2025-06-25 12:52:33 -03:00
]
} ,
{
2026-03-04 15:20:02 -08:00
"tab" : "Documentation" ,
2026-02-25 11:05:31 -05:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-04 15:20:02 -08:00
"group" : "Get Started" ,
2026-02-25 11:05:31 -05:00
"pages" : [
2026-03-04 15:20:02 -08:00
"en/introduction" ,
"en/installation" ,
"en/quickstart"
2026-02-25 11:05:31 -05:00
]
} ,
2025-06-25 12:52:33 -03:00
{
2026-03-04 15:20:02 -08:00
"group" : "Guides" ,
2026-01-09 17:53:05 -08:00
"pages" : [
2026-02-25 11:05:31 -05:00
{
2026-03-04 15:20:02 -08:00
"group" : "Strategy" ,
2026-02-25 11:05:31 -05:00
"icon" : "compass" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"en/guides/concepts/evaluating-use-cases"
]
2026-02-25 11:05:31 -05:00
} ,
{
2026-03-04 15:20:02 -08:00
"group" : "Agents" ,
2026-02-25 11:05:31 -05:00
"icon" : "user" ,
"pages" : [
2026-03-04 15:20:02 -08:00
"en/guides/agents/crafting-effective-agents"
2026-02-25 11:05:31 -05:00
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"en/guides/crews/first-crew"
]
2026-02-25 11:05:31 -05:00
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
2026-03-04 15:20:02 -08:00
"en/guides/flows/first-flow" ,
"en/guides/flows/mastering-flow-state"
2026-02-25 11:05:31 -05:00
]
} ,
2026-03-19 11:15:56 -04:00
{
"group" : "Tools" ,
"icon" : "wrench" ,
"pages" : [
"en/guides/tools/publish-custom-tools"
]
} ,
2026-02-25 11:05:31 -05:00
{
2026-03-04 15:20:02 -08:00
"group" : "Coding Tools" ,
"icon" : "terminal" ,
"pages" : [
"en/guides/coding-tools/agents-md"
]
} ,
{
"group" : "Advanced" ,
2026-02-25 11:05:31 -05:00
"icon" : "gear" ,
"pages" : [
2026-03-04 15:20:02 -08:00
"en/guides/advanced/customizing-prompts" ,
"en/guides/advanced/fingerprinting"
2026-02-25 11:05:31 -05:00
]
2026-03-03 11:53:12 -08:00
} ,
{
2026-03-04 15:20:02 -08:00
"group" : "Migration" ,
2026-03-03 11:53:12 -08:00
"icon" : "shuffle" ,
"pages" : [
2026-03-04 15:20:02 -08:00
"en/guides/migration/migrating-from-langgraph"
2026-03-03 11:53:12 -08:00
]
2026-02-25 11:05:31 -05:00
}
2026-01-09 17:53:05 -08:00
]
2025-06-25 12:52:33 -03:00
} ,
{
2026-03-04 15:20:02 -08:00
"group" : "Core Concepts" ,
2026-01-09 17:53:05 -08:00
"pages" : [
2026-03-04 15:20:02 -08:00
"en/concepts/agents" ,
"en/concepts/tasks" ,
"en/concepts/crews" ,
"en/concepts/flows" ,
"en/concepts/production-architecture" ,
"en/concepts/knowledge" ,
2026-03-25 18:07:28 -07:00
"en/concepts/skills" ,
2026-03-04 15:20:02 -08:00
"en/concepts/llms" ,
"en/concepts/files" ,
"en/concepts/processes" ,
"en/concepts/collaboration" ,
"en/concepts/training" ,
"en/concepts/memory" ,
"en/concepts/reasoning" ,
"en/concepts/planning" ,
"en/concepts/testing" ,
"en/concepts/cli" ,
"en/concepts/tools" ,
"en/concepts/event-listener"
2026-01-09 17:53:05 -08:00
]
2025-06-25 12:52:33 -03:00
} ,
{
2026-03-04 15:20:02 -08:00
"group" : "MCP Integration" ,
2026-01-09 17:53:05 -08:00
"pages" : [
2026-03-04 15:20:02 -08:00
"en/mcp/overview" ,
"en/mcp/dsl-integration" ,
"en/mcp/stdio" ,
"en/mcp/sse" ,
"en/mcp/streamable-http" ,
"en/mcp/multiple-servers" ,
"en/mcp/security"
2026-01-09 17:53:05 -08:00
]
2025-06-25 12:52:33 -03:00
} ,
{
2026-03-04 15:20:02 -08:00
"group" : "Tools" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-03-04 15:20:02 -08:00
"en/tools/overview" ,
2026-02-25 11:05:31 -05:00
{
2026-03-04 15:20:02 -08:00
"group" : "File & Document" ,
2026-02-25 11:05:31 -05:00
"icon" : "folder-open" ,
"pages" : [
2026-03-04 15:20:02 -08:00
"en/tools/file-document/overview" ,
"en/tools/file-document/filereadtool" ,
"en/tools/file-document/filewritetool" ,
"en/tools/file-document/pdfsearchtool" ,
"en/tools/file-document/docxsearchtool" ,
"en/tools/file-document/mdxsearchtool" ,
"en/tools/file-document/xmlsearchtool" ,
"en/tools/file-document/txtsearchtool" ,
"en/tools/file-document/jsonsearchtool" ,
"en/tools/file-document/csvsearchtool" ,
"en/tools/file-document/directorysearchtool" ,
"en/tools/file-document/directoryreadtool" ,
"en/tools/file-document/ocrtool" ,
"en/tools/file-document/pdf-text-writing-tool"
2026-02-25 11:05:31 -05:00
]
} ,
{
2026-03-04 15:20:02 -08:00
"group" : "Web Scraping & Browsing" ,
2026-02-25 11:05:31 -05:00
"icon" : "globe" ,
"pages" : [
2026-03-04 15:20:02 -08:00
"en/tools/web-scraping/overview" ,
"en/tools/web-scraping/scrapewebsitetool" ,
"en/tools/web-scraping/scrapeelementfromwebsitetool" ,
"en/tools/web-scraping/scrapflyscrapetool" ,
"en/tools/web-scraping/seleniumscrapingtool" ,
"en/tools/web-scraping/scrapegraphscrapetool" ,
"en/tools/web-scraping/spidertool" ,
"en/tools/web-scraping/browserbaseloadtool" ,
"en/tools/web-scraping/hyperbrowserloadtool" ,
"en/tools/web-scraping/stagehandtool" ,
"en/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"en/tools/web-scraping/firecrawlscrapewebsitetool" ,
"en/tools/web-scraping/oxylabsscraperstool" ,
"en/tools/web-scraping/brightdata-tools"
2026-02-25 11:05:31 -05:00
]
} ,
{
2026-03-04 15:20:02 -08:00
"group" : "Search & Research" ,
2026-02-25 11:05:31 -05:00
"icon" : "magnifying-glass" ,
"pages" : [
2026-03-04 15:20:02 -08:00
"en/tools/search-research/overview" ,
"en/tools/search-research/serperdevtool" ,
"en/tools/search-research/bravesearchtool" ,
"en/tools/search-research/exasearchtool" ,
"en/tools/search-research/linkupsearchtool" ,
"en/tools/search-research/githubsearchtool" ,
"en/tools/search-research/websitesearchtool" ,
"en/tools/search-research/codedocssearchtool" ,
"en/tools/search-research/youtubechannelsearchtool" ,
"en/tools/search-research/youtubevideosearchtool" ,
"en/tools/search-research/tavilysearchtool" ,
"en/tools/search-research/tavilyextractortool" ,
"en/tools/search-research/arxivpapertool" ,
"en/tools/search-research/serpapi-googlesearchtool" ,
"en/tools/search-research/serpapi-googleshoppingtool" ,
"en/tools/search-research/databricks-query-tool"
2026-02-25 11:05:31 -05:00
]
} ,
{
2026-03-04 15:20:02 -08:00
"group" : "Database & Data" ,
2026-02-25 11:05:31 -05:00
"icon" : "database" ,
"pages" : [
2026-03-04 15:20:02 -08:00
"en/tools/database-data/overview" ,
"en/tools/database-data/mysqltool" ,
"en/tools/database-data/pgsearchtool" ,
"en/tools/database-data/snowflakesearchtool" ,
"en/tools/database-data/nl2sqltool" ,
"en/tools/database-data/qdrantvectorsearchtool" ,
"en/tools/database-data/weaviatevectorsearchtool" ,
"en/tools/database-data/mongodbvectorsearchtool" ,
"en/tools/database-data/singlestoresearchtool"
]
} ,
{
"group" : "AI & Machine Learning" ,
"icon" : "brain" ,
"pages" : [
"en/tools/ai-ml/overview" ,
"en/tools/ai-ml/dalletool" ,
"en/tools/ai-ml/visiontool" ,
"en/tools/ai-ml/aimindtool" ,
"en/tools/ai-ml/llamaindextool" ,
"en/tools/ai-ml/langchaintool" ,
"en/tools/ai-ml/ragtool" ,
"en/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Storage" ,
"icon" : "cloud" ,
"pages" : [
"en/tools/cloud-storage/overview" ,
"en/tools/cloud-storage/s3readertool" ,
"en/tools/cloud-storage/s3writertool" ,
"en/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"en/tools/integration/overview" ,
"en/tools/integration/bedrockinvokeagenttool" ,
"en/tools/integration/crewaiautomationtool" ,
"en/tools/integration/mergeagenthandlertool"
]
} ,
{
"group" : "Automation" ,
"icon" : "bolt" ,
"pages" : [
"en/tools/automation/overview" ,
"en/tools/automation/apifyactorstool" ,
"en/tools/automation/composiotool" ,
"en/tools/automation/multiontool" ,
"en/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"en/observability/tracing" ,
"en/observability/overview" ,
"en/observability/arize-phoenix" ,
"en/observability/braintrust" ,
"en/observability/datadog" ,
"en/observability/galileo" ,
"en/observability/langdb" ,
"en/observability/langfuse" ,
"en/observability/langtrace" ,
"en/observability/maxim" ,
"en/observability/mlflow" ,
"en/observability/neatlogs" ,
"en/observability/openlit" ,
"en/observability/opik" ,
"en/observability/patronus-evaluation" ,
"en/observability/portkey" ,
"en/observability/weave" ,
"en/observability/truefoundry"
]
} ,
{
"group" : "Learn" ,
"pages" : [
"en/learn/overview" ,
"en/learn/llm-selection-guide" ,
"en/learn/conditional-tasks" ,
"en/learn/coding-agents" ,
"en/learn/create-custom-tools" ,
"en/learn/custom-llm" ,
"en/learn/custom-manager-agent" ,
"en/learn/customizing-agents" ,
"en/learn/dalle-image-generation" ,
"en/learn/force-tool-output-as-result" ,
"en/learn/hierarchical-process" ,
"en/learn/human-input-on-execution" ,
"en/learn/human-in-the-loop" ,
"en/learn/human-feedback-in-flows" ,
"en/learn/kickoff-async" ,
"en/learn/kickoff-for-each" ,
"en/learn/llm-connections" ,
2026-03-24 07:19:02 -07:00
"en/learn/litellm-removal-guide" ,
2026-03-04 15:20:02 -08:00
"en/learn/multimodal-agents" ,
"en/learn/replay-tasks-from-latest-crew-kickoff" ,
"en/learn/sequential-process" ,
"en/learn/using-annotations" ,
"en/learn/execution-hooks" ,
"en/learn/llm-hooks" ,
"en/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"en/telemetry"
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
"group" : "Getting Started" ,
"pages" : [
"en/enterprise/introduction"
]
} ,
{
"group" : "Build" ,
"pages" : [
"en/enterprise/features/automations" ,
"en/enterprise/features/crew-studio" ,
"en/enterprise/features/marketplace" ,
"en/enterprise/features/agent-repositories" ,
"en/enterprise/features/tools-and-integrations" ,
"en/enterprise/features/pii-trace-redactions"
]
} ,
{
"group" : "Operate" ,
"pages" : [
"en/enterprise/features/traces" ,
"en/enterprise/features/webhook-streaming" ,
"en/enterprise/features/hallucination-guardrail" ,
"en/enterprise/features/flow-hitl-management"
]
} ,
{
"group" : "Manage" ,
"pages" : [
"en/enterprise/features/rbac"
]
} ,
{
"group" : "Integration Docs" ,
"pages" : [
"en/enterprise/integrations/asana" ,
"en/enterprise/integrations/box" ,
"en/enterprise/integrations/clickup" ,
"en/enterprise/integrations/github" ,
"en/enterprise/integrations/gmail" ,
"en/enterprise/integrations/google_calendar" ,
"en/enterprise/integrations/google_contacts" ,
"en/enterprise/integrations/google_docs" ,
"en/enterprise/integrations/google_drive" ,
"en/enterprise/integrations/google_sheets" ,
"en/enterprise/integrations/google_slides" ,
"en/enterprise/integrations/hubspot" ,
"en/enterprise/integrations/jira" ,
"en/enterprise/integrations/linear" ,
"en/enterprise/integrations/microsoft_excel" ,
"en/enterprise/integrations/microsoft_onedrive" ,
"en/enterprise/integrations/microsoft_outlook" ,
"en/enterprise/integrations/microsoft_sharepoint" ,
"en/enterprise/integrations/microsoft_teams" ,
"en/enterprise/integrations/microsoft_word" ,
"en/enterprise/integrations/notion" ,
"en/enterprise/integrations/salesforce" ,
"en/enterprise/integrations/shopify" ,
"en/enterprise/integrations/slack" ,
"en/enterprise/integrations/stripe" ,
"en/enterprise/integrations/zendesk"
]
} ,
{
"group" : "Triggers" ,
"pages" : [
"en/enterprise/guides/automation-triggers" ,
"en/enterprise/guides/gmail-trigger" ,
"en/enterprise/guides/google-calendar-trigger" ,
"en/enterprise/guides/google-drive-trigger" ,
"en/enterprise/guides/outlook-trigger" ,
"en/enterprise/guides/onedrive-trigger" ,
"en/enterprise/guides/microsoft-teams-trigger" ,
"en/enterprise/guides/slack-trigger" ,
"en/enterprise/guides/hubspot-trigger" ,
"en/enterprise/guides/salesforce-trigger" ,
"en/enterprise/guides/zapier-trigger"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"en/enterprise/guides/build-crew" ,
"en/enterprise/guides/prepare-for-deployment" ,
"en/enterprise/guides/deploy-to-amp" ,
"en/enterprise/guides/private-package-registry" ,
"en/enterprise/guides/kickoff-crew" ,
"en/enterprise/guides/update-crew" ,
"en/enterprise/guides/enable-crew-studio" ,
"en/enterprise/guides/capture_telemetry_logs" ,
"en/enterprise/guides/azure-openai-setup" ,
"en/enterprise/guides/tool-repository" ,
2026-03-16 18:01:41 -03:00
"en/enterprise/guides/custom-mcp-server" ,
2026-03-04 15:20:02 -08:00
"en/enterprise/guides/react-component-export" ,
"en/enterprise/guides/team-management" ,
"en/enterprise/guides/human-in-the-loop" ,
"en/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Resources" ,
"pages" : [
"en/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
"tab" : "API Reference" ,
"icon" : "magnifying-glass" ,
"groups" : [
{
"group" : "Getting Started" ,
"pages" : [
"en/api-reference/introduction" ,
"en/api-reference/inputs" ,
"en/api-reference/kickoff" ,
"en/api-reference/resume" ,
"en/api-reference/status"
]
}
]
} ,
{
"tab" : "Examples" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Examples" ,
"pages" : [
"en/examples/example" ,
"en/examples/cookbooks"
]
}
]
} ,
{
"tab" : "Changelog" ,
"icon" : "clock" ,
"groups" : [
{
"group" : "Release Notes" ,
"pages" : [
"en/changelog"
]
}
]
}
]
2026-03-18 09:38:38 -04:00
} ,
2026-03-04 15:20:02 -08:00
{
2026-03-25 23:54:26 -07:00
"version" : "v1.12.0" ,
2026-03-04 15:20:02 -08:00
"tabs" : [
{
2026-03-18 09:38:38 -04:00
"tab" : "Home" ,
2026-03-04 15:20:02 -08:00
"icon" : "house" ,
"groups" : [
{
2026-03-18 09:38:38 -04:00
"group" : "Welcome" ,
2026-03-04 15:20:02 -08:00
"pages" : [
2026-03-18 09:38:38 -04:00
"index"
2026-03-04 15:20:02 -08:00
]
}
]
} ,
{
2026-03-18 09:38:38 -04:00
"tab" : "Documentation" ,
2026-03-04 15:20:02 -08:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-18 09:38:38 -04:00
"group" : "Get Started" ,
2026-03-04 15:20:02 -08:00
"pages" : [
2026-03-18 09:38:38 -04:00
"en/introduction" ,
"en/installation" ,
"en/quickstart"
2026-03-04 15:20:02 -08:00
]
} ,
{
2026-03-18 09:38:38 -04:00
"group" : "Guides" ,
2026-03-04 15:20:02 -08:00
"pages" : [
{
2026-03-18 09:38:38 -04:00
"group" : "Strategy" ,
2026-03-04 15:20:02 -08:00
"icon" : "compass" ,
"pages" : [
2026-03-18 09:38:38 -04:00
"en/guides/concepts/evaluating-use-cases"
2026-03-04 15:20:02 -08:00
]
} ,
{
2026-03-18 09:38:38 -04:00
"group" : "Agents" ,
2026-03-04 15:20:02 -08:00
"icon" : "user" ,
"pages" : [
2026-03-18 09:38:38 -04:00
"en/guides/agents/crafting-effective-agents"
2026-03-04 15:20:02 -08:00
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
2026-03-18 09:38:38 -04:00
"en/guides/crews/first-crew"
2026-03-04 15:20:02 -08:00
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
2026-03-18 09:38:38 -04:00
"en/guides/flows/first-flow" ,
"en/guides/flows/mastering-flow-state"
2026-03-04 15:20:02 -08:00
]
} ,
2026-03-19 11:15:56 -04:00
{
"group" : "Tools" ,
"icon" : "wrench" ,
"pages" : [
"en/guides/tools/publish-custom-tools"
]
} ,
2026-03-04 15:20:02 -08:00
{
2026-03-18 09:38:38 -04:00
"group" : "Coding Tools" ,
"icon" : "terminal" ,
"pages" : [
"en/guides/coding-tools/agents-md"
]
} ,
{
"group" : "Advanced" ,
2026-03-04 15:20:02 -08:00
"icon" : "gear" ,
"pages" : [
2026-03-18 09:38:38 -04:00
"en/guides/advanced/customizing-prompts" ,
"en/guides/advanced/fingerprinting"
2026-03-04 15:20:02 -08:00
]
} ,
{
2026-03-18 09:38:38 -04:00
"group" : "Migration" ,
2026-03-04 15:20:02 -08:00
"icon" : "shuffle" ,
"pages" : [
2026-03-18 09:38:38 -04:00
"en/guides/migration/migrating-from-langgraph"
2026-03-04 15:20:02 -08:00
]
}
]
} ,
{
2026-03-18 09:38:38 -04:00
"group" : "Core Concepts" ,
2026-03-04 15:20:02 -08:00
"pages" : [
2026-03-18 09:38:38 -04:00
"en/concepts/agents" ,
"en/concepts/tasks" ,
"en/concepts/crews" ,
"en/concepts/flows" ,
"en/concepts/production-architecture" ,
"en/concepts/knowledge" ,
2026-03-25 18:52:11 -07:00
"en/concepts/skills" ,
2026-03-18 09:38:38 -04:00
"en/concepts/llms" ,
"en/concepts/files" ,
"en/concepts/processes" ,
"en/concepts/collaboration" ,
"en/concepts/training" ,
"en/concepts/memory" ,
"en/concepts/reasoning" ,
"en/concepts/planning" ,
"en/concepts/testing" ,
"en/concepts/cli" ,
"en/concepts/tools" ,
"en/concepts/event-listener"
2026-03-04 15:20:02 -08:00
]
} ,
{
2026-03-18 09:38:38 -04:00
"group" : "MCP Integration" ,
2026-03-04 15:20:02 -08:00
"pages" : [
2026-03-18 09:38:38 -04:00
"en/mcp/overview" ,
"en/mcp/dsl-integration" ,
"en/mcp/stdio" ,
"en/mcp/sse" ,
"en/mcp/streamable-http" ,
"en/mcp/multiple-servers" ,
"en/mcp/security"
2026-03-04 15:20:02 -08:00
]
} ,
{
2026-03-18 09:38:38 -04:00
"group" : "Tools" ,
2026-03-04 15:20:02 -08:00
"pages" : [
2026-03-18 09:38:38 -04:00
"en/tools/overview" ,
2026-03-04 15:20:02 -08:00
{
2026-03-18 09:38:38 -04:00
"group" : "File & Document" ,
2026-03-04 15:20:02 -08:00
"icon" : "folder-open" ,
"pages" : [
2026-03-18 09:38:38 -04:00
"en/tools/file-document/overview" ,
"en/tools/file-document/filereadtool" ,
"en/tools/file-document/filewritetool" ,
"en/tools/file-document/pdfsearchtool" ,
"en/tools/file-document/docxsearchtool" ,
"en/tools/file-document/mdxsearchtool" ,
"en/tools/file-document/xmlsearchtool" ,
"en/tools/file-document/txtsearchtool" ,
"en/tools/file-document/jsonsearchtool" ,
"en/tools/file-document/csvsearchtool" ,
"en/tools/file-document/directorysearchtool" ,
"en/tools/file-document/directoryreadtool" ,
"en/tools/file-document/ocrtool" ,
"en/tools/file-document/pdf-text-writing-tool"
2026-03-04 15:20:02 -08:00
]
} ,
{
2026-03-18 09:38:38 -04:00
"group" : "Web Scraping & Browsing" ,
2026-03-04 15:20:02 -08:00
"icon" : "globe" ,
"pages" : [
2026-03-18 09:38:38 -04:00
"en/tools/web-scraping/overview" ,
"en/tools/web-scraping/scrapewebsitetool" ,
"en/tools/web-scraping/scrapeelementfromwebsitetool" ,
"en/tools/web-scraping/scrapflyscrapetool" ,
"en/tools/web-scraping/seleniumscrapingtool" ,
"en/tools/web-scraping/scrapegraphscrapetool" ,
"en/tools/web-scraping/spidertool" ,
"en/tools/web-scraping/browserbaseloadtool" ,
"en/tools/web-scraping/hyperbrowserloadtool" ,
"en/tools/web-scraping/stagehandtool" ,
"en/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"en/tools/web-scraping/firecrawlscrapewebsitetool" ,
"en/tools/web-scraping/oxylabsscraperstool" ,
"en/tools/web-scraping/brightdata-tools"
2026-03-04 15:20:02 -08:00
]
} ,
{
2026-03-18 09:38:38 -04:00
"group" : "Search & Research" ,
2026-03-04 15:20:02 -08:00
"icon" : "magnifying-glass" ,
"pages" : [
2026-03-18 09:38:38 -04:00
"en/tools/search-research/overview" ,
"en/tools/search-research/serperdevtool" ,
"en/tools/search-research/bravesearchtool" ,
"en/tools/search-research/exasearchtool" ,
"en/tools/search-research/linkupsearchtool" ,
"en/tools/search-research/githubsearchtool" ,
"en/tools/search-research/websitesearchtool" ,
"en/tools/search-research/codedocssearchtool" ,
"en/tools/search-research/youtubechannelsearchtool" ,
"en/tools/search-research/youtubevideosearchtool" ,
"en/tools/search-research/tavilysearchtool" ,
"en/tools/search-research/tavilyextractortool" ,
"en/tools/search-research/arxivpapertool" ,
"en/tools/search-research/serpapi-googlesearchtool" ,
"en/tools/search-research/serpapi-googleshoppingtool" ,
"en/tools/search-research/databricks-query-tool"
2026-03-04 15:20:02 -08:00
]
} ,
{
2026-03-18 09:38:38 -04:00
"group" : "Database & Data" ,
2026-03-04 15:20:02 -08:00
"icon" : "database" ,
"pages" : [
2026-03-18 09:38:38 -04:00
"en/tools/database-data/overview" ,
"en/tools/database-data/mysqltool" ,
"en/tools/database-data/pgsearchtool" ,
"en/tools/database-data/snowflakesearchtool" ,
"en/tools/database-data/nl2sqltool" ,
"en/tools/database-data/qdrantvectorsearchtool" ,
"en/tools/database-data/weaviatevectorsearchtool" ,
"en/tools/database-data/mongodbvectorsearchtool" ,
"en/tools/database-data/singlestoresearchtool"
2026-03-04 15:20:02 -08:00
]
} ,
{
2026-03-18 09:38:38 -04:00
"group" : "AI & Machine Learning" ,
2026-03-04 15:20:02 -08:00
"icon" : "brain" ,
"pages" : [
2026-03-18 09:38:38 -04:00
"en/tools/ai-ml/overview" ,
"en/tools/ai-ml/dalletool" ,
"en/tools/ai-ml/visiontool" ,
"en/tools/ai-ml/aimindtool" ,
"en/tools/ai-ml/llamaindextool" ,
"en/tools/ai-ml/langchaintool" ,
"en/tools/ai-ml/ragtool" ,
"en/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Storage" ,
"icon" : "cloud" ,
"pages" : [
"en/tools/cloud-storage/overview" ,
"en/tools/cloud-storage/s3readertool" ,
"en/tools/cloud-storage/s3writertool" ,
"en/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"en/tools/integration/overview" ,
"en/tools/integration/bedrockinvokeagenttool" ,
"en/tools/integration/crewaiautomationtool" ,
"en/tools/integration/mergeagenthandlertool"
]
} ,
{
"group" : "Automation" ,
"icon" : "bolt" ,
"pages" : [
"en/tools/automation/overview" ,
"en/tools/automation/apifyactorstool" ,
"en/tools/automation/composiotool" ,
"en/tools/automation/multiontool" ,
"en/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"en/observability/tracing" ,
"en/observability/overview" ,
"en/observability/arize-phoenix" ,
"en/observability/braintrust" ,
"en/observability/datadog" ,
"en/observability/galileo" ,
"en/observability/langdb" ,
"en/observability/langfuse" ,
"en/observability/langtrace" ,
"en/observability/maxim" ,
"en/observability/mlflow" ,
"en/observability/neatlogs" ,
"en/observability/openlit" ,
"en/observability/opik" ,
"en/observability/patronus-evaluation" ,
"en/observability/portkey" ,
"en/observability/weave" ,
"en/observability/truefoundry"
]
} ,
{
"group" : "Learn" ,
"pages" : [
"en/learn/overview" ,
"en/learn/llm-selection-guide" ,
"en/learn/conditional-tasks" ,
"en/learn/coding-agents" ,
"en/learn/create-custom-tools" ,
"en/learn/custom-llm" ,
"en/learn/custom-manager-agent" ,
"en/learn/customizing-agents" ,
"en/learn/dalle-image-generation" ,
"en/learn/force-tool-output-as-result" ,
"en/learn/hierarchical-process" ,
"en/learn/human-input-on-execution" ,
"en/learn/human-in-the-loop" ,
"en/learn/human-feedback-in-flows" ,
"en/learn/kickoff-async" ,
"en/learn/kickoff-for-each" ,
"en/learn/llm-connections" ,
2026-03-24 07:19:02 -07:00
"en/learn/litellm-removal-guide" ,
2026-03-18 09:38:38 -04:00
"en/learn/multimodal-agents" ,
"en/learn/replay-tasks-from-latest-crew-kickoff" ,
"en/learn/sequential-process" ,
"en/learn/using-annotations" ,
"en/learn/execution-hooks" ,
"en/learn/llm-hooks" ,
"en/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"en/telemetry"
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
"group" : "Getting Started" ,
"pages" : [
"en/enterprise/introduction"
]
} ,
{
"group" : "Build" ,
"pages" : [
"en/enterprise/features/automations" ,
"en/enterprise/features/crew-studio" ,
"en/enterprise/features/marketplace" ,
"en/enterprise/features/agent-repositories" ,
"en/enterprise/features/tools-and-integrations" ,
"en/enterprise/features/pii-trace-redactions"
]
} ,
{
"group" : "Operate" ,
"pages" : [
"en/enterprise/features/traces" ,
"en/enterprise/features/webhook-streaming" ,
"en/enterprise/features/hallucination-guardrail" ,
"en/enterprise/features/flow-hitl-management"
]
} ,
{
"group" : "Manage" ,
"pages" : [
"en/enterprise/features/rbac"
]
} ,
{
"group" : "Integration Docs" ,
"pages" : [
"en/enterprise/integrations/asana" ,
"en/enterprise/integrations/box" ,
"en/enterprise/integrations/clickup" ,
"en/enterprise/integrations/github" ,
"en/enterprise/integrations/gmail" ,
"en/enterprise/integrations/google_calendar" ,
"en/enterprise/integrations/google_contacts" ,
"en/enterprise/integrations/google_docs" ,
"en/enterprise/integrations/google_drive" ,
"en/enterprise/integrations/google_sheets" ,
"en/enterprise/integrations/google_slides" ,
"en/enterprise/integrations/hubspot" ,
"en/enterprise/integrations/jira" ,
"en/enterprise/integrations/linear" ,
"en/enterprise/integrations/microsoft_excel" ,
"en/enterprise/integrations/microsoft_onedrive" ,
"en/enterprise/integrations/microsoft_outlook" ,
"en/enterprise/integrations/microsoft_sharepoint" ,
"en/enterprise/integrations/microsoft_teams" ,
"en/enterprise/integrations/microsoft_word" ,
"en/enterprise/integrations/notion" ,
"en/enterprise/integrations/salesforce" ,
"en/enterprise/integrations/shopify" ,
"en/enterprise/integrations/slack" ,
"en/enterprise/integrations/stripe" ,
"en/enterprise/integrations/zendesk"
]
} ,
{
"group" : "Triggers" ,
"pages" : [
"en/enterprise/guides/automation-triggers" ,
"en/enterprise/guides/gmail-trigger" ,
"en/enterprise/guides/google-calendar-trigger" ,
"en/enterprise/guides/google-drive-trigger" ,
"en/enterprise/guides/outlook-trigger" ,
"en/enterprise/guides/onedrive-trigger" ,
"en/enterprise/guides/microsoft-teams-trigger" ,
"en/enterprise/guides/slack-trigger" ,
"en/enterprise/guides/hubspot-trigger" ,
"en/enterprise/guides/salesforce-trigger" ,
"en/enterprise/guides/zapier-trigger"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"en/enterprise/guides/build-crew" ,
"en/enterprise/guides/prepare-for-deployment" ,
"en/enterprise/guides/deploy-to-amp" ,
"en/enterprise/guides/private-package-registry" ,
"en/enterprise/guides/kickoff-crew" ,
"en/enterprise/guides/update-crew" ,
"en/enterprise/guides/enable-crew-studio" ,
"en/enterprise/guides/capture_telemetry_logs" ,
"en/enterprise/guides/azure-openai-setup" ,
"en/enterprise/guides/tool-repository" ,
"en/enterprise/guides/custom-mcp-server" ,
"en/enterprise/guides/react-component-export" ,
"en/enterprise/guides/team-management" ,
"en/enterprise/guides/human-in-the-loop" ,
"en/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Resources" ,
"pages" : [
"en/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
"tab" : "API Reference" ,
"icon" : "magnifying-glass" ,
"groups" : [
{
"group" : "Getting Started" ,
"pages" : [
"en/api-reference/introduction" ,
"en/api-reference/inputs" ,
"en/api-reference/kickoff" ,
"en/api-reference/resume" ,
"en/api-reference/status"
]
}
]
} ,
{
"tab" : "Examples" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Examples" ,
"pages" : [
"en/examples/example" ,
"en/examples/cookbooks"
]
}
]
} ,
{
"tab" : "Changelog" ,
"icon" : "clock" ,
"groups" : [
{
"group" : "Release Notes" ,
"pages" : [
"en/changelog"
]
}
]
}
]
2026-03-23 16:33:43 -07:00
} ,
2026-03-18 09:38:38 -04:00
{
2026-03-25 23:54:26 -07:00
"version" : "v1.11.1" ,
2026-03-18 09:38:38 -04:00
"tabs" : [
{
2026-03-23 16:33:43 -07:00
"tab" : "Home" ,
2026-03-18 09:38:38 -04:00
"icon" : "house" ,
"groups" : [
{
2026-03-23 16:33:43 -07:00
"group" : "Welcome" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-23 16:33:43 -07:00
"index"
2026-03-18 09:38:38 -04:00
]
}
]
} ,
{
2026-03-23 16:33:43 -07:00
"tab" : "Documentation" ,
2026-03-18 09:38:38 -04:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-23 16:33:43 -07:00
"group" : "Get Started" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-23 16:33:43 -07:00
"en/introduction" ,
"en/installation" ,
"en/quickstart"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-23 16:33:43 -07:00
"group" : "Guides" ,
2026-03-18 09:38:38 -04:00
"pages" : [
{
2026-03-23 16:33:43 -07:00
"group" : "Strategy" ,
2026-03-18 09:38:38 -04:00
"icon" : "compass" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/guides/concepts/evaluating-use-cases"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-23 16:33:43 -07:00
"group" : "Agents" ,
2026-03-18 09:38:38 -04:00
"icon" : "user" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/guides/agents/crafting-effective-agents"
2026-03-18 09:38:38 -04:00
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/guides/crews/first-crew"
2026-03-18 09:38:38 -04:00
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/guides/flows/first-flow" ,
"en/guides/flows/mastering-flow-state"
2026-03-18 09:38:38 -04:00
]
} ,
2026-03-19 11:15:56 -04:00
{
2026-03-23 16:33:43 -07:00
"group" : "Tools" ,
2026-03-19 11:15:56 -04:00
"icon" : "wrench" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/guides/tools/publish-custom-tools"
2026-03-19 11:15:56 -04:00
]
} ,
{
2026-03-23 16:33:43 -07:00
"group" : "Coding Tools" ,
2026-03-19 11:15:56 -04:00
"icon" : "terminal" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/guides/coding-tools/agents-md"
2026-03-19 11:15:56 -04:00
]
} ,
2026-03-18 09:38:38 -04:00
{
2026-03-23 16:33:43 -07:00
"group" : "Advanced" ,
2026-03-18 09:38:38 -04:00
"icon" : "gear" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/guides/advanced/customizing-prompts" ,
"en/guides/advanced/fingerprinting"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-23 16:33:43 -07:00
"group" : "Migration" ,
2026-03-18 09:38:38 -04:00
"icon" : "shuffle" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/guides/migration/migrating-from-langgraph"
2026-03-18 09:38:38 -04:00
]
}
]
} ,
{
2026-03-23 16:33:43 -07:00
"group" : "Core Concepts" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-23 16:33:43 -07:00
"en/concepts/agents" ,
"en/concepts/tasks" ,
"en/concepts/crews" ,
"en/concepts/flows" ,
"en/concepts/production-architecture" ,
"en/concepts/knowledge" ,
2026-03-25 23:54:26 -07:00
"en/concepts/skills" ,
2026-03-23 16:33:43 -07:00
"en/concepts/llms" ,
"en/concepts/files" ,
"en/concepts/processes" ,
"en/concepts/collaboration" ,
"en/concepts/training" ,
"en/concepts/memory" ,
"en/concepts/reasoning" ,
"en/concepts/planning" ,
"en/concepts/testing" ,
"en/concepts/cli" ,
"en/concepts/tools" ,
"en/concepts/event-listener"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-23 16:33:43 -07:00
"group" : "MCP Integration" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-23 16:33:43 -07:00
"en/mcp/overview" ,
"en/mcp/dsl-integration" ,
"en/mcp/stdio" ,
"en/mcp/sse" ,
"en/mcp/streamable-http" ,
"en/mcp/multiple-servers" ,
"en/mcp/security"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-23 16:33:43 -07:00
"group" : "Tools" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-23 16:33:43 -07:00
"en/tools/overview" ,
2026-03-18 09:38:38 -04:00
{
2026-03-23 16:33:43 -07:00
"group" : "File & Document" ,
2026-03-18 09:38:38 -04:00
"icon" : "folder-open" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/tools/file-document/overview" ,
"en/tools/file-document/filereadtool" ,
"en/tools/file-document/filewritetool" ,
"en/tools/file-document/pdfsearchtool" ,
"en/tools/file-document/docxsearchtool" ,
"en/tools/file-document/mdxsearchtool" ,
"en/tools/file-document/xmlsearchtool" ,
"en/tools/file-document/txtsearchtool" ,
"en/tools/file-document/jsonsearchtool" ,
"en/tools/file-document/csvsearchtool" ,
"en/tools/file-document/directorysearchtool" ,
"en/tools/file-document/directoryreadtool" ,
"en/tools/file-document/ocrtool" ,
"en/tools/file-document/pdf-text-writing-tool"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-23 16:33:43 -07:00
"group" : "Web Scraping & Browsing" ,
2026-03-18 09:38:38 -04:00
"icon" : "globe" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/tools/web-scraping/overview" ,
"en/tools/web-scraping/scrapewebsitetool" ,
"en/tools/web-scraping/scrapeelementfromwebsitetool" ,
"en/tools/web-scraping/scrapflyscrapetool" ,
"en/tools/web-scraping/seleniumscrapingtool" ,
"en/tools/web-scraping/scrapegraphscrapetool" ,
"en/tools/web-scraping/spidertool" ,
"en/tools/web-scraping/browserbaseloadtool" ,
"en/tools/web-scraping/hyperbrowserloadtool" ,
"en/tools/web-scraping/stagehandtool" ,
"en/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"en/tools/web-scraping/firecrawlscrapewebsitetool" ,
"en/tools/web-scraping/oxylabsscraperstool" ,
"en/tools/web-scraping/brightdata-tools"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-23 16:33:43 -07:00
"group" : "Search & Research" ,
2026-03-18 09:38:38 -04:00
"icon" : "magnifying-glass" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/tools/search-research/overview" ,
"en/tools/search-research/serperdevtool" ,
"en/tools/search-research/bravesearchtool" ,
"en/tools/search-research/exasearchtool" ,
"en/tools/search-research/linkupsearchtool" ,
"en/tools/search-research/githubsearchtool" ,
"en/tools/search-research/websitesearchtool" ,
"en/tools/search-research/codedocssearchtool" ,
"en/tools/search-research/youtubechannelsearchtool" ,
"en/tools/search-research/youtubevideosearchtool" ,
"en/tools/search-research/tavilysearchtool" ,
"en/tools/search-research/tavilyextractortool" ,
"en/tools/search-research/arxivpapertool" ,
"en/tools/search-research/serpapi-googlesearchtool" ,
"en/tools/search-research/serpapi-googleshoppingtool" ,
"en/tools/search-research/databricks-query-tool"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-23 16:33:43 -07:00
"group" : "Database & Data" ,
2026-03-18 09:38:38 -04:00
"icon" : "database" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/tools/database-data/overview" ,
"en/tools/database-data/mysqltool" ,
"en/tools/database-data/pgsearchtool" ,
"en/tools/database-data/snowflakesearchtool" ,
"en/tools/database-data/nl2sqltool" ,
"en/tools/database-data/qdrantvectorsearchtool" ,
"en/tools/database-data/weaviatevectorsearchtool" ,
"en/tools/database-data/mongodbvectorsearchtool" ,
"en/tools/database-data/singlestoresearchtool"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-23 16:33:43 -07:00
"group" : "AI & Machine Learning" ,
2026-03-18 09:38:38 -04:00
"icon" : "brain" ,
"pages" : [
2026-03-23 16:33:43 -07:00
"en/tools/ai-ml/overview" ,
"en/tools/ai-ml/dalletool" ,
"en/tools/ai-ml/visiontool" ,
"en/tools/ai-ml/aimindtool" ,
"en/tools/ai-ml/llamaindextool" ,
"en/tools/ai-ml/langchaintool" ,
"en/tools/ai-ml/ragtool" ,
"en/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Storage" ,
"icon" : "cloud" ,
"pages" : [
"en/tools/cloud-storage/overview" ,
"en/tools/cloud-storage/s3readertool" ,
"en/tools/cloud-storage/s3writertool" ,
"en/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"en/tools/integration/overview" ,
"en/tools/integration/bedrockinvokeagenttool" ,
"en/tools/integration/crewaiautomationtool" ,
"en/tools/integration/mergeagenthandlertool"
]
} ,
{
"group" : "Automation" ,
"icon" : "bolt" ,
"pages" : [
"en/tools/automation/overview" ,
"en/tools/automation/apifyactorstool" ,
"en/tools/automation/composiotool" ,
"en/tools/automation/multiontool" ,
"en/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"en/observability/tracing" ,
"en/observability/overview" ,
"en/observability/arize-phoenix" ,
"en/observability/braintrust" ,
"en/observability/datadog" ,
"en/observability/galileo" ,
"en/observability/langdb" ,
"en/observability/langfuse" ,
"en/observability/langtrace" ,
"en/observability/maxim" ,
"en/observability/mlflow" ,
"en/observability/neatlogs" ,
"en/observability/openlit" ,
"en/observability/opik" ,
"en/observability/patronus-evaluation" ,
"en/observability/portkey" ,
"en/observability/weave" ,
"en/observability/truefoundry"
]
} ,
{
"group" : "Learn" ,
"pages" : [
"en/learn/overview" ,
"en/learn/llm-selection-guide" ,
"en/learn/conditional-tasks" ,
"en/learn/coding-agents" ,
"en/learn/create-custom-tools" ,
"en/learn/custom-llm" ,
"en/learn/custom-manager-agent" ,
"en/learn/customizing-agents" ,
"en/learn/dalle-image-generation" ,
"en/learn/force-tool-output-as-result" ,
"en/learn/hierarchical-process" ,
"en/learn/human-input-on-execution" ,
"en/learn/human-in-the-loop" ,
"en/learn/human-feedback-in-flows" ,
"en/learn/kickoff-async" ,
"en/learn/kickoff-for-each" ,
"en/learn/llm-connections" ,
2026-03-24 07:19:02 -07:00
"en/learn/litellm-removal-guide" ,
2026-03-23 16:33:43 -07:00
"en/learn/multimodal-agents" ,
"en/learn/replay-tasks-from-latest-crew-kickoff" ,
"en/learn/sequential-process" ,
"en/learn/using-annotations" ,
"en/learn/execution-hooks" ,
"en/learn/llm-hooks" ,
"en/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"en/telemetry"
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
"group" : "Getting Started" ,
"pages" : [
"en/enterprise/introduction"
]
} ,
{
"group" : "Build" ,
"pages" : [
"en/enterprise/features/automations" ,
"en/enterprise/features/crew-studio" ,
"en/enterprise/features/marketplace" ,
"en/enterprise/features/agent-repositories" ,
"en/enterprise/features/tools-and-integrations" ,
"en/enterprise/features/pii-trace-redactions"
]
} ,
{
"group" : "Operate" ,
"pages" : [
"en/enterprise/features/traces" ,
"en/enterprise/features/webhook-streaming" ,
"en/enterprise/features/hallucination-guardrail" ,
"en/enterprise/features/flow-hitl-management"
]
} ,
{
"group" : "Manage" ,
"pages" : [
"en/enterprise/features/rbac"
]
} ,
{
"group" : "Integration Docs" ,
"pages" : [
"en/enterprise/integrations/asana" ,
"en/enterprise/integrations/box" ,
"en/enterprise/integrations/clickup" ,
"en/enterprise/integrations/github" ,
"en/enterprise/integrations/gmail" ,
"en/enterprise/integrations/google_calendar" ,
"en/enterprise/integrations/google_contacts" ,
"en/enterprise/integrations/google_docs" ,
"en/enterprise/integrations/google_drive" ,
"en/enterprise/integrations/google_sheets" ,
"en/enterprise/integrations/google_slides" ,
"en/enterprise/integrations/hubspot" ,
"en/enterprise/integrations/jira" ,
"en/enterprise/integrations/linear" ,
"en/enterprise/integrations/microsoft_excel" ,
"en/enterprise/integrations/microsoft_onedrive" ,
"en/enterprise/integrations/microsoft_outlook" ,
"en/enterprise/integrations/microsoft_sharepoint" ,
"en/enterprise/integrations/microsoft_teams" ,
"en/enterprise/integrations/microsoft_word" ,
"en/enterprise/integrations/notion" ,
"en/enterprise/integrations/salesforce" ,
"en/enterprise/integrations/shopify" ,
"en/enterprise/integrations/slack" ,
"en/enterprise/integrations/stripe" ,
"en/enterprise/integrations/zendesk"
]
} ,
{
"group" : "Triggers" ,
"pages" : [
"en/enterprise/guides/automation-triggers" ,
"en/enterprise/guides/gmail-trigger" ,
"en/enterprise/guides/google-calendar-trigger" ,
"en/enterprise/guides/google-drive-trigger" ,
"en/enterprise/guides/outlook-trigger" ,
"en/enterprise/guides/onedrive-trigger" ,
"en/enterprise/guides/microsoft-teams-trigger" ,
"en/enterprise/guides/slack-trigger" ,
"en/enterprise/guides/hubspot-trigger" ,
"en/enterprise/guides/salesforce-trigger" ,
"en/enterprise/guides/zapier-trigger"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"en/enterprise/guides/build-crew" ,
"en/enterprise/guides/prepare-for-deployment" ,
"en/enterprise/guides/deploy-to-amp" ,
"en/enterprise/guides/private-package-registry" ,
"en/enterprise/guides/kickoff-crew" ,
"en/enterprise/guides/update-crew" ,
"en/enterprise/guides/enable-crew-studio" ,
"en/enterprise/guides/capture_telemetry_logs" ,
"en/enterprise/guides/azure-openai-setup" ,
"en/enterprise/guides/tool-repository" ,
"en/enterprise/guides/custom-mcp-server" ,
"en/enterprise/guides/react-component-export" ,
"en/enterprise/guides/team-management" ,
"en/enterprise/guides/human-in-the-loop" ,
"en/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Resources" ,
"pages" : [
"en/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
"tab" : "API Reference" ,
"icon" : "magnifying-glass" ,
"groups" : [
{
"group" : "Getting Started" ,
"pages" : [
"en/api-reference/introduction" ,
"en/api-reference/inputs" ,
"en/api-reference/kickoff" ,
"en/api-reference/resume" ,
"en/api-reference/status"
]
}
]
} ,
{
"tab" : "Examples" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Examples" ,
"pages" : [
"en/examples/example" ,
"en/examples/cookbooks"
]
}
]
} ,
{
"tab" : "Changelog" ,
"icon" : "clock" ,
"groups" : [
{
"group" : "Release Notes" ,
"pages" : [
"en/changelog"
]
}
]
}
]
2026-03-25 18:07:28 -07:00
} ,
2026-03-23 16:33:43 -07:00
{
2026-03-25 23:54:26 -07:00
"version" : "v1.11.0" ,
2026-03-23 16:33:43 -07:00
"tabs" : [
{
2026-03-25 18:07:28 -07:00
"tab" : "Home" ,
2026-03-23 16:33:43 -07:00
"icon" : "house" ,
"groups" : [
{
2026-03-25 18:07:28 -07:00
"group" : "Welcome" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"index"
2026-03-23 16:33:43 -07:00
]
}
]
} ,
{
2026-03-25 18:07:28 -07:00
"tab" : "Documentation" ,
2026-03-23 16:33:43 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-25 18:07:28 -07:00
"group" : "Get Started" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/introduction" ,
"en/installation" ,
"en/quickstart"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Guides" ,
2026-03-23 16:33:43 -07:00
"pages" : [
{
2026-03-25 18:07:28 -07:00
"group" : "Strategy" ,
2026-03-23 16:33:43 -07:00
"icon" : "compass" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/guides/concepts/evaluating-use-cases"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Agents" ,
2026-03-23 16:33:43 -07:00
"icon" : "user" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/guides/agents/crafting-effective-agents"
2026-03-23 16:33:43 -07:00
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/guides/crews/first-crew"
2026-03-23 16:33:43 -07:00
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/guides/flows/first-flow" ,
"en/guides/flows/mastering-flow-state"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Tools" ,
2026-03-23 16:33:43 -07:00
"icon" : "wrench" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/guides/tools/publish-custom-tools"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Coding Tools" ,
2026-03-23 16:33:43 -07:00
"icon" : "terminal" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/guides/coding-tools/agents-md"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Advanced" ,
2026-03-23 16:33:43 -07:00
"icon" : "gear" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/guides/advanced/customizing-prompts" ,
"en/guides/advanced/fingerprinting"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Migration" ,
2026-03-23 16:33:43 -07:00
"icon" : "shuffle" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/guides/migration/migrating-from-langgraph"
2026-03-23 16:33:43 -07:00
]
}
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Core Concepts" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/concepts/agents" ,
"en/concepts/tasks" ,
"en/concepts/crews" ,
"en/concepts/flows" ,
"en/concepts/production-architecture" ,
"en/concepts/knowledge" ,
"en/concepts/llms" ,
"en/concepts/files" ,
"en/concepts/processes" ,
"en/concepts/collaboration" ,
"en/concepts/training" ,
"en/concepts/memory" ,
"en/concepts/reasoning" ,
"en/concepts/planning" ,
"en/concepts/testing" ,
"en/concepts/cli" ,
"en/concepts/tools" ,
"en/concepts/event-listener"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "MCP Integration" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/mcp/overview" ,
"en/mcp/dsl-integration" ,
"en/mcp/stdio" ,
"en/mcp/sse" ,
"en/mcp/streamable-http" ,
"en/mcp/multiple-servers" ,
"en/mcp/security"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Tools" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/tools/overview" ,
2026-03-23 16:33:43 -07:00
{
2026-03-25 18:07:28 -07:00
"group" : "File & Document" ,
2026-03-23 16:33:43 -07:00
"icon" : "folder-open" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/tools/file-document/overview" ,
"en/tools/file-document/filereadtool" ,
"en/tools/file-document/filewritetool" ,
"en/tools/file-document/pdfsearchtool" ,
"en/tools/file-document/docxsearchtool" ,
"en/tools/file-document/mdxsearchtool" ,
"en/tools/file-document/xmlsearchtool" ,
"en/tools/file-document/txtsearchtool" ,
"en/tools/file-document/jsonsearchtool" ,
"en/tools/file-document/csvsearchtool" ,
"en/tools/file-document/directorysearchtool" ,
"en/tools/file-document/directoryreadtool" ,
"en/tools/file-document/ocrtool" ,
"en/tools/file-document/pdf-text-writing-tool"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Web Scraping & Browsing" ,
2026-03-23 16:33:43 -07:00
"icon" : "globe" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/tools/web-scraping/overview" ,
"en/tools/web-scraping/scrapewebsitetool" ,
"en/tools/web-scraping/scrapeelementfromwebsitetool" ,
"en/tools/web-scraping/scrapflyscrapetool" ,
"en/tools/web-scraping/seleniumscrapingtool" ,
"en/tools/web-scraping/scrapegraphscrapetool" ,
"en/tools/web-scraping/spidertool" ,
"en/tools/web-scraping/browserbaseloadtool" ,
"en/tools/web-scraping/hyperbrowserloadtool" ,
"en/tools/web-scraping/stagehandtool" ,
"en/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"en/tools/web-scraping/firecrawlscrapewebsitetool" ,
"en/tools/web-scraping/oxylabsscraperstool" ,
"en/tools/web-scraping/brightdata-tools"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Search & Research" ,
2026-03-23 16:33:43 -07:00
"icon" : "magnifying-glass" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/tools/search-research/overview" ,
"en/tools/search-research/serperdevtool" ,
"en/tools/search-research/bravesearchtool" ,
"en/tools/search-research/exasearchtool" ,
"en/tools/search-research/linkupsearchtool" ,
"en/tools/search-research/githubsearchtool" ,
"en/tools/search-research/websitesearchtool" ,
"en/tools/search-research/codedocssearchtool" ,
"en/tools/search-research/youtubechannelsearchtool" ,
"en/tools/search-research/youtubevideosearchtool" ,
"en/tools/search-research/tavilysearchtool" ,
"en/tools/search-research/tavilyextractortool" ,
"en/tools/search-research/arxivpapertool" ,
"en/tools/search-research/serpapi-googlesearchtool" ,
"en/tools/search-research/serpapi-googleshoppingtool" ,
"en/tools/search-research/databricks-query-tool"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Database & Data" ,
2026-03-23 16:33:43 -07:00
"icon" : "database" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/tools/database-data/overview" ,
"en/tools/database-data/mysqltool" ,
"en/tools/database-data/pgsearchtool" ,
"en/tools/database-data/snowflakesearchtool" ,
"en/tools/database-data/nl2sqltool" ,
"en/tools/database-data/qdrantvectorsearchtool" ,
"en/tools/database-data/weaviatevectorsearchtool" ,
"en/tools/database-data/mongodbvectorsearchtool" ,
"en/tools/database-data/singlestoresearchtool"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "AI & Machine Learning" ,
2026-03-23 16:33:43 -07:00
"icon" : "brain" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/tools/ai-ml/overview" ,
"en/tools/ai-ml/dalletool" ,
"en/tools/ai-ml/visiontool" ,
"en/tools/ai-ml/aimindtool" ,
"en/tools/ai-ml/llamaindextool" ,
"en/tools/ai-ml/langchaintool" ,
"en/tools/ai-ml/ragtool" ,
"en/tools/ai-ml/codeinterpretertool"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Cloud & Storage" ,
2026-03-23 16:33:43 -07:00
"icon" : "cloud" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/tools/cloud-storage/overview" ,
"en/tools/cloud-storage/s3readertool" ,
"en/tools/cloud-storage/s3writertool" ,
"en/tools/cloud-storage/bedrockkbretriever"
2026-03-23 16:33:43 -07:00
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/tools/integration/overview" ,
"en/tools/integration/bedrockinvokeagenttool" ,
"en/tools/integration/crewaiautomationtool" ,
"en/tools/integration/mergeagenthandlertool"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Automation" ,
2026-03-23 16:33:43 -07:00
"icon" : "bolt" ,
"pages" : [
2026-03-25 18:07:28 -07:00
"en/tools/automation/overview" ,
"en/tools/automation/apifyactorstool" ,
"en/tools/automation/composiotool" ,
"en/tools/automation/multiontool" ,
"en/tools/automation/zapieractionstool"
2026-03-23 16:33:43 -07:00
]
}
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Observability" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/observability/tracing" ,
"en/observability/overview" ,
"en/observability/arize-phoenix" ,
"en/observability/braintrust" ,
"en/observability/datadog" ,
"en/observability/galileo" ,
"en/observability/langdb" ,
"en/observability/langfuse" ,
"en/observability/langtrace" ,
"en/observability/maxim" ,
"en/observability/mlflow" ,
"en/observability/neatlogs" ,
"en/observability/openlit" ,
"en/observability/opik" ,
"en/observability/patronus-evaluation" ,
"en/observability/portkey" ,
"en/observability/weave" ,
"en/observability/truefoundry"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Learn" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/learn/overview" ,
"en/learn/llm-selection-guide" ,
"en/learn/conditional-tasks" ,
"en/learn/coding-agents" ,
"en/learn/create-custom-tools" ,
"en/learn/custom-llm" ,
"en/learn/custom-manager-agent" ,
"en/learn/customizing-agents" ,
"en/learn/dalle-image-generation" ,
"en/learn/force-tool-output-as-result" ,
"en/learn/hierarchical-process" ,
"en/learn/human-input-on-execution" ,
"en/learn/human-in-the-loop" ,
"en/learn/human-feedback-in-flows" ,
"en/learn/kickoff-async" ,
"en/learn/kickoff-for-each" ,
"en/learn/llm-connections" ,
"en/learn/litellm-removal-guide" ,
"en/learn/multimodal-agents" ,
"en/learn/replay-tasks-from-latest-crew-kickoff" ,
"en/learn/sequential-process" ,
"en/learn/using-annotations" ,
"en/learn/execution-hooks" ,
"en/learn/llm-hooks" ,
feat(a2ui): add A2UI extension with v0.8/v0.9 support, schemas, and docs
Introduce the A2UI extension for declarative UI generation, including
support for both v0.8 and v0.9 protocol specs. Add A2UI content type
integration in A2A utils, along with schema definitions, catalog models,
and client extension improvements.
Enhance models with explicit defaults, field descriptions, and ConfigDict,
and improve typing and instance state handling across the extension.
Add schema conformance tests and align test structure.
Add and register A2UI documentation, including extension guide and
navigation updates.
2026-04-02 04:46:07 +08:00
"en/learn/tool-hooks" ,
"en/learn/a2a-agent-delegation" ,
"en/learn/a2ui"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Telemetry" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/telemetry"
2026-03-23 16:33:43 -07:00
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
2026-03-25 18:07:28 -07:00
"group" : "Getting Started" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/enterprise/introduction"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Build" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/enterprise/features/automations" ,
"en/enterprise/features/crew-studio" ,
"en/enterprise/features/marketplace" ,
"en/enterprise/features/agent-repositories" ,
"en/enterprise/features/tools-and-integrations" ,
"en/enterprise/features/pii-trace-redactions"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Operate" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/enterprise/features/traces" ,
"en/enterprise/features/webhook-streaming" ,
"en/enterprise/features/hallucination-guardrail" ,
"en/enterprise/features/flow-hitl-management"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Manage" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/enterprise/features/rbac"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Integration Docs" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/enterprise/integrations/asana" ,
"en/enterprise/integrations/box" ,
"en/enterprise/integrations/clickup" ,
"en/enterprise/integrations/github" ,
"en/enterprise/integrations/gmail" ,
"en/enterprise/integrations/google_calendar" ,
"en/enterprise/integrations/google_contacts" ,
"en/enterprise/integrations/google_docs" ,
"en/enterprise/integrations/google_drive" ,
"en/enterprise/integrations/google_sheets" ,
"en/enterprise/integrations/google_slides" ,
"en/enterprise/integrations/hubspot" ,
"en/enterprise/integrations/jira" ,
"en/enterprise/integrations/linear" ,
"en/enterprise/integrations/microsoft_excel" ,
"en/enterprise/integrations/microsoft_onedrive" ,
"en/enterprise/integrations/microsoft_outlook" ,
"en/enterprise/integrations/microsoft_sharepoint" ,
"en/enterprise/integrations/microsoft_teams" ,
"en/enterprise/integrations/microsoft_word" ,
"en/enterprise/integrations/notion" ,
"en/enterprise/integrations/salesforce" ,
"en/enterprise/integrations/shopify" ,
"en/enterprise/integrations/slack" ,
"en/enterprise/integrations/stripe" ,
"en/enterprise/integrations/zendesk"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Triggers" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/enterprise/guides/automation-triggers" ,
"en/enterprise/guides/gmail-trigger" ,
"en/enterprise/guides/google-calendar-trigger" ,
"en/enterprise/guides/google-drive-trigger" ,
"en/enterprise/guides/outlook-trigger" ,
"en/enterprise/guides/onedrive-trigger" ,
"en/enterprise/guides/microsoft-teams-trigger" ,
"en/enterprise/guides/slack-trigger" ,
"en/enterprise/guides/hubspot-trigger" ,
"en/enterprise/guides/salesforce-trigger" ,
"en/enterprise/guides/zapier-trigger"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "How-To Guides" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/enterprise/guides/build-crew" ,
"en/enterprise/guides/prepare-for-deployment" ,
"en/enterprise/guides/deploy-to-amp" ,
"en/enterprise/guides/private-package-registry" ,
"en/enterprise/guides/kickoff-crew" ,
"en/enterprise/guides/update-crew" ,
"en/enterprise/guides/enable-crew-studio" ,
"en/enterprise/guides/capture_telemetry_logs" ,
"en/enterprise/guides/azure-openai-setup" ,
"en/enterprise/guides/tool-repository" ,
"en/enterprise/guides/custom-mcp-server" ,
"en/enterprise/guides/react-component-export" ,
"en/enterprise/guides/team-management" ,
"en/enterprise/guides/human-in-the-loop" ,
"en/enterprise/guides/webhook-automation"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:07:28 -07:00
"group" : "Resources" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/enterprise/resources/frequently-asked-questions"
2026-03-23 16:33:43 -07:00
]
}
]
} ,
{
2026-03-25 18:07:28 -07:00
"tab" : "API Reference" ,
2026-03-23 16:33:43 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-25 18:07:28 -07:00
"group" : "Getting Started" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/api-reference/introduction" ,
"en/api-reference/inputs" ,
"en/api-reference/kickoff" ,
"en/api-reference/resume" ,
"en/api-reference/status"
2026-03-23 16:33:43 -07:00
]
}
]
} ,
{
2026-03-25 18:07:28 -07:00
"tab" : "Examples" ,
2026-03-23 16:33:43 -07:00
"icon" : "code" ,
"groups" : [
{
2026-03-25 18:07:28 -07:00
"group" : "Examples" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/examples/example" ,
"en/examples/cookbooks"
2026-03-23 16:33:43 -07:00
]
}
]
} ,
{
2026-03-25 18:07:28 -07:00
"tab" : "Changelog" ,
2026-03-23 16:33:43 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-25 18:07:28 -07:00
"group" : "Release Notes" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:07:28 -07:00
"en/changelog"
2026-03-23 16:33:43 -07:00
]
}
]
}
]
2026-03-25 18:52:11 -07:00
} ,
2026-03-23 16:33:43 -07:00
{
2026-03-25 23:54:26 -07:00
"version" : "v1.10.1" ,
2026-03-23 16:33:43 -07:00
"tabs" : [
{
2026-03-25 18:52:11 -07:00
"tab" : "Home" ,
2026-03-23 16:33:43 -07:00
"icon" : "house" ,
"groups" : [
{
2026-03-25 18:52:11 -07:00
"group" : "Welcome" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:52:11 -07:00
"index"
2026-03-23 16:33:43 -07:00
]
}
]
} ,
{
2026-03-25 18:52:11 -07:00
"tab" : "Documentation" ,
2026-03-23 16:33:43 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-25 18:52:11 -07:00
"group" : "Get Started" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/introduction" ,
"en/installation" ,
"en/quickstart"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Guides" ,
2026-03-23 16:33:43 -07:00
"pages" : [
{
2026-03-25 18:52:11 -07:00
"group" : "Strategy" ,
2026-03-23 16:33:43 -07:00
"icon" : "compass" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/guides/concepts/evaluating-use-cases"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Agents" ,
2026-03-23 16:33:43 -07:00
"icon" : "user" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/guides/agents/crafting-effective-agents"
2026-03-23 16:33:43 -07:00
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/guides/crews/first-crew"
2026-03-23 16:33:43 -07:00
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/guides/flows/first-flow" ,
"en/guides/flows/mastering-flow-state"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Tools" ,
2026-03-23 16:33:43 -07:00
"icon" : "wrench" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/guides/tools/publish-custom-tools"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Coding Tools" ,
2026-03-23 16:33:43 -07:00
"icon" : "terminal" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/guides/coding-tools/agents-md"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Advanced" ,
2026-03-23 16:33:43 -07:00
"icon" : "gear" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/guides/advanced/customizing-prompts" ,
"en/guides/advanced/fingerprinting"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Migration" ,
2026-03-23 16:33:43 -07:00
"icon" : "shuffle" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/guides/migration/migrating-from-langgraph"
2026-03-23 16:33:43 -07:00
]
}
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Core Concepts" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/concepts/agents" ,
"en/concepts/tasks" ,
"en/concepts/crews" ,
"en/concepts/flows" ,
"en/concepts/production-architecture" ,
"en/concepts/knowledge" ,
"en/concepts/llms" ,
"en/concepts/files" ,
"en/concepts/processes" ,
"en/concepts/collaboration" ,
"en/concepts/training" ,
"en/concepts/memory" ,
"en/concepts/reasoning" ,
"en/concepts/planning" ,
"en/concepts/testing" ,
"en/concepts/cli" ,
"en/concepts/tools" ,
"en/concepts/event-listener"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "MCP Integration" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/mcp/overview" ,
"en/mcp/dsl-integration" ,
"en/mcp/stdio" ,
"en/mcp/sse" ,
"en/mcp/streamable-http" ,
"en/mcp/multiple-servers" ,
"en/mcp/security"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Tools" ,
2026-03-23 16:33:43 -07:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/tools/overview" ,
2026-03-23 16:33:43 -07:00
{
2026-03-25 18:52:11 -07:00
"group" : "File & Document" ,
2026-03-23 16:33:43 -07:00
"icon" : "folder-open" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/tools/file-document/overview" ,
"en/tools/file-document/filereadtool" ,
"en/tools/file-document/filewritetool" ,
"en/tools/file-document/pdfsearchtool" ,
"en/tools/file-document/docxsearchtool" ,
"en/tools/file-document/mdxsearchtool" ,
"en/tools/file-document/xmlsearchtool" ,
"en/tools/file-document/txtsearchtool" ,
"en/tools/file-document/jsonsearchtool" ,
"en/tools/file-document/csvsearchtool" ,
"en/tools/file-document/directorysearchtool" ,
"en/tools/file-document/directoryreadtool" ,
"en/tools/file-document/ocrtool" ,
"en/tools/file-document/pdf-text-writing-tool"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Web Scraping & Browsing" ,
2026-03-23 16:33:43 -07:00
"icon" : "globe" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/tools/web-scraping/overview" ,
"en/tools/web-scraping/scrapewebsitetool" ,
"en/tools/web-scraping/scrapeelementfromwebsitetool" ,
"en/tools/web-scraping/scrapflyscrapetool" ,
"en/tools/web-scraping/seleniumscrapingtool" ,
"en/tools/web-scraping/scrapegraphscrapetool" ,
"en/tools/web-scraping/spidertool" ,
"en/tools/web-scraping/browserbaseloadtool" ,
"en/tools/web-scraping/hyperbrowserloadtool" ,
"en/tools/web-scraping/stagehandtool" ,
"en/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"en/tools/web-scraping/firecrawlscrapewebsitetool" ,
"en/tools/web-scraping/oxylabsscraperstool" ,
"en/tools/web-scraping/brightdata-tools"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Search & Research" ,
2026-03-23 16:33:43 -07:00
"icon" : "magnifying-glass" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/tools/search-research/overview" ,
"en/tools/search-research/serperdevtool" ,
"en/tools/search-research/bravesearchtool" ,
"en/tools/search-research/exasearchtool" ,
"en/tools/search-research/linkupsearchtool" ,
"en/tools/search-research/githubsearchtool" ,
"en/tools/search-research/websitesearchtool" ,
"en/tools/search-research/codedocssearchtool" ,
"en/tools/search-research/youtubechannelsearchtool" ,
"en/tools/search-research/youtubevideosearchtool" ,
"en/tools/search-research/tavilysearchtool" ,
"en/tools/search-research/tavilyextractortool" ,
"en/tools/search-research/arxivpapertool" ,
"en/tools/search-research/serpapi-googlesearchtool" ,
"en/tools/search-research/serpapi-googleshoppingtool" ,
"en/tools/search-research/databricks-query-tool"
2026-03-23 16:33:43 -07:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Database & Data" ,
2026-03-23 16:33:43 -07:00
"icon" : "database" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/tools/database-data/overview" ,
"en/tools/database-data/mysqltool" ,
"en/tools/database-data/pgsearchtool" ,
"en/tools/database-data/snowflakesearchtool" ,
"en/tools/database-data/nl2sqltool" ,
"en/tools/database-data/qdrantvectorsearchtool" ,
"en/tools/database-data/weaviatevectorsearchtool" ,
"en/tools/database-data/mongodbvectorsearchtool" ,
"en/tools/database-data/singlestoresearchtool"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "AI & Machine Learning" ,
"icon" : "brain" ,
"pages" : [
"en/tools/ai-ml/overview" ,
"en/tools/ai-ml/dalletool" ,
"en/tools/ai-ml/visiontool" ,
"en/tools/ai-ml/aimindtool" ,
"en/tools/ai-ml/llamaindextool" ,
"en/tools/ai-ml/langchaintool" ,
"en/tools/ai-ml/ragtool" ,
"en/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Storage" ,
2026-03-18 09:38:38 -04:00
"icon" : "cloud" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/tools/cloud-storage/overview" ,
"en/tools/cloud-storage/s3readertool" ,
"en/tools/cloud-storage/s3writertool" ,
"en/tools/cloud-storage/bedrockkbretriever"
2026-03-18 09:38:38 -04:00
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/tools/integration/overview" ,
"en/tools/integration/bedrockinvokeagenttool" ,
"en/tools/integration/crewaiautomationtool" ,
"en/tools/integration/mergeagenthandlertool"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Automation" ,
2026-03-18 09:38:38 -04:00
"icon" : "bolt" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/tools/automation/overview" ,
"en/tools/automation/apifyactorstool" ,
"en/tools/automation/composiotool" ,
"en/tools/automation/multiontool" ,
"en/tools/automation/zapieractionstool"
2026-03-18 09:38:38 -04:00
]
}
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Observability" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/observability/tracing" ,
"en/observability/overview" ,
"en/observability/arize-phoenix" ,
"en/observability/braintrust" ,
"en/observability/datadog" ,
"en/observability/galileo" ,
"en/observability/langdb" ,
"en/observability/langfuse" ,
"en/observability/langtrace" ,
"en/observability/maxim" ,
"en/observability/mlflow" ,
"en/observability/neatlogs" ,
"en/observability/openlit" ,
"en/observability/opik" ,
"en/observability/patronus-evaluation" ,
"en/observability/portkey" ,
"en/observability/weave" ,
"en/observability/truefoundry"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Learn" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/learn/overview" ,
"en/learn/llm-selection-guide" ,
"en/learn/conditional-tasks" ,
"en/learn/coding-agents" ,
"en/learn/create-custom-tools" ,
"en/learn/custom-llm" ,
"en/learn/custom-manager-agent" ,
"en/learn/customizing-agents" ,
"en/learn/dalle-image-generation" ,
"en/learn/force-tool-output-as-result" ,
"en/learn/hierarchical-process" ,
"en/learn/human-input-on-execution" ,
"en/learn/human-in-the-loop" ,
"en/learn/human-feedback-in-flows" ,
"en/learn/kickoff-async" ,
"en/learn/kickoff-for-each" ,
"en/learn/llm-connections" ,
"en/learn/litellm-removal-guide" ,
"en/learn/multimodal-agents" ,
"en/learn/replay-tasks-from-latest-crew-kickoff" ,
"en/learn/sequential-process" ,
"en/learn/using-annotations" ,
"en/learn/execution-hooks" ,
"en/learn/llm-hooks" ,
"en/learn/tool-hooks"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Telemetry" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/telemetry"
2026-03-18 09:38:38 -04:00
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
2026-03-25 18:52:11 -07:00
"group" : "Getting Started" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/enterprise/introduction"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Build" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/enterprise/features/automations" ,
"en/enterprise/features/crew-studio" ,
"en/enterprise/features/marketplace" ,
"en/enterprise/features/agent-repositories" ,
"en/enterprise/features/tools-and-integrations" ,
"en/enterprise/features/pii-trace-redactions"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Operate" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/enterprise/features/traces" ,
"en/enterprise/features/webhook-streaming" ,
"en/enterprise/features/hallucination-guardrail" ,
"en/enterprise/features/flow-hitl-management"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Manage" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/enterprise/features/rbac"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "Integration Docs" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/enterprise/integrations/asana" ,
"en/enterprise/integrations/box" ,
"en/enterprise/integrations/clickup" ,
"en/enterprise/integrations/github" ,
"en/enterprise/integrations/gmail" ,
"en/enterprise/integrations/google_calendar" ,
"en/enterprise/integrations/google_contacts" ,
"en/enterprise/integrations/google_docs" ,
"en/enterprise/integrations/google_drive" ,
"en/enterprise/integrations/google_sheets" ,
"en/enterprise/integrations/google_slides" ,
"en/enterprise/integrations/hubspot" ,
"en/enterprise/integrations/jira" ,
"en/enterprise/integrations/linear" ,
"en/enterprise/integrations/microsoft_excel" ,
"en/enterprise/integrations/microsoft_onedrive" ,
"en/enterprise/integrations/microsoft_outlook" ,
"en/enterprise/integrations/microsoft_sharepoint" ,
"en/enterprise/integrations/microsoft_teams" ,
"en/enterprise/integrations/microsoft_word" ,
"en/enterprise/integrations/notion" ,
"en/enterprise/integrations/salesforce" ,
"en/enterprise/integrations/shopify" ,
"en/enterprise/integrations/slack" ,
"en/enterprise/integrations/stripe" ,
"en/enterprise/integrations/zendesk"
2026-03-18 09:38:38 -04:00
]
} ,
{
"group" : "Triggers" ,
"pages" : [
2026-03-25 18:52:11 -07:00
"en/enterprise/guides/automation-triggers" ,
"en/enterprise/guides/gmail-trigger" ,
"en/enterprise/guides/google-calendar-trigger" ,
"en/enterprise/guides/google-drive-trigger" ,
"en/enterprise/guides/outlook-trigger" ,
"en/enterprise/guides/onedrive-trigger" ,
"en/enterprise/guides/microsoft-teams-trigger" ,
"en/enterprise/guides/slack-trigger" ,
"en/enterprise/guides/hubspot-trigger" ,
"en/enterprise/guides/salesforce-trigger" ,
"en/enterprise/guides/zapier-trigger"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 18:52:11 -07:00
"group" : "How-To Guides" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/enterprise/guides/build-crew" ,
"en/enterprise/guides/prepare-for-deployment" ,
"en/enterprise/guides/deploy-to-amp" ,
"en/enterprise/guides/private-package-registry" ,
"en/enterprise/guides/kickoff-crew" ,
"en/enterprise/guides/update-crew" ,
"en/enterprise/guides/enable-crew-studio" ,
"en/enterprise/guides/capture_telemetry_logs" ,
"en/enterprise/guides/azure-openai-setup" ,
"en/enterprise/guides/tool-repository" ,
"en/enterprise/guides/custom-mcp-server" ,
"en/enterprise/guides/react-component-export" ,
"en/enterprise/guides/team-management" ,
"en/enterprise/guides/human-in-the-loop" ,
"en/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Resources" ,
"pages" : [
"en/enterprise/resources/frequently-asked-questions"
2026-03-18 09:38:38 -04:00
]
}
]
} ,
{
2026-03-25 18:52:11 -07:00
"tab" : "API Reference" ,
2026-03-18 09:38:38 -04:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-25 18:52:11 -07:00
"group" : "Getting Started" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/api-reference/introduction" ,
"en/api-reference/inputs" ,
"en/api-reference/kickoff" ,
"en/api-reference/resume" ,
"en/api-reference/status"
2026-03-18 09:38:38 -04:00
]
}
]
} ,
{
2026-03-25 18:52:11 -07:00
"tab" : "Examples" ,
2026-03-18 09:38:38 -04:00
"icon" : "code" ,
"groups" : [
{
2026-03-25 18:52:11 -07:00
"group" : "Examples" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/examples/example" ,
"en/examples/cookbooks"
2026-03-18 09:38:38 -04:00
]
}
]
} ,
{
2026-03-25 18:52:11 -07:00
"tab" : "Changelog" ,
2026-03-18 09:38:38 -04:00
"icon" : "clock" ,
"groups" : [
{
2026-03-25 18:52:11 -07:00
"group" : "Release Notes" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 18:52:11 -07:00
"en/changelog"
2026-03-18 09:38:38 -04:00
]
}
]
}
]
2026-03-25 23:54:26 -07:00
} ,
2026-03-18 09:38:38 -04:00
{
2026-03-25 23:54:26 -07:00
"version" : "v1.10.0" ,
2026-03-18 09:38:38 -04:00
"tabs" : [
{
2026-03-25 23:54:26 -07:00
"tab" : "Home" ,
2026-03-18 09:38:38 -04:00
"icon" : "house" ,
"groups" : [
{
2026-03-25 23:54:26 -07:00
"group" : "Welcome" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 23:54:26 -07:00
"index"
2026-03-18 09:38:38 -04:00
]
}
]
} ,
{
2026-03-25 23:54:26 -07:00
"tab" : "Documentation" ,
2026-03-18 09:38:38 -04:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-25 23:54:26 -07:00
"group" : "Get Started" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 23:54:26 -07:00
"en/introduction" ,
"en/installation" ,
"en/quickstart"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "Guides" ,
2026-03-18 09:38:38 -04:00
"pages" : [
{
2026-03-25 23:54:26 -07:00
"group" : "Strategy" ,
2026-03-18 09:38:38 -04:00
"icon" : "compass" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/guides/concepts/evaluating-use-cases"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "Agents" ,
2026-03-18 09:38:38 -04:00
"icon" : "user" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/guides/agents/crafting-effective-agents"
2026-03-18 09:38:38 -04:00
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/guides/crews/first-crew"
2026-03-18 09:38:38 -04:00
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/guides/flows/first-flow" ,
"en/guides/flows/mastering-flow-state"
2026-03-18 09:38:38 -04:00
]
} ,
2026-03-19 11:15:56 -04:00
{
2026-03-25 23:54:26 -07:00
"group" : "Tools" ,
2026-03-19 11:15:56 -04:00
"icon" : "wrench" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/guides/tools/publish-custom-tools"
2026-03-19 11:15:56 -04:00
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "Coding Tools" ,
2026-03-19 11:15:56 -04:00
"icon" : "terminal" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/guides/coding-tools/agents-md"
2026-03-19 11:15:56 -04:00
]
} ,
2026-03-18 09:38:38 -04:00
{
2026-03-25 23:54:26 -07:00
"group" : "Advanced" ,
2026-03-18 09:38:38 -04:00
"icon" : "gear" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/guides/advanced/customizing-prompts" ,
"en/guides/advanced/fingerprinting"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "Migration" ,
2026-03-18 09:38:38 -04:00
"icon" : "shuffle" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/guides/migration/migrating-from-langgraph"
2026-03-18 09:38:38 -04:00
]
}
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "Core Concepts" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 23:54:26 -07:00
"en/concepts/agents" ,
"en/concepts/tasks" ,
"en/concepts/crews" ,
"en/concepts/flows" ,
"en/concepts/production-architecture" ,
"en/concepts/knowledge" ,
"en/concepts/skills" ,
"en/concepts/llms" ,
"en/concepts/files" ,
"en/concepts/processes" ,
"en/concepts/collaboration" ,
"en/concepts/training" ,
"en/concepts/memory" ,
"en/concepts/reasoning" ,
"en/concepts/planning" ,
"en/concepts/testing" ,
"en/concepts/cli" ,
"en/concepts/tools" ,
"en/concepts/event-listener"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "MCP Integration" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 23:54:26 -07:00
"en/mcp/overview" ,
"en/mcp/dsl-integration" ,
"en/mcp/stdio" ,
"en/mcp/sse" ,
"en/mcp/streamable-http" ,
"en/mcp/multiple-servers" ,
"en/mcp/security"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "Tools" ,
2026-03-18 09:38:38 -04:00
"pages" : [
2026-03-25 23:54:26 -07:00
"en/tools/overview" ,
2026-03-18 09:38:38 -04:00
{
2026-03-25 23:54:26 -07:00
"group" : "File & Document" ,
2026-03-18 09:38:38 -04:00
"icon" : "folder-open" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/tools/file-document/overview" ,
"en/tools/file-document/filereadtool" ,
"en/tools/file-document/filewritetool" ,
"en/tools/file-document/pdfsearchtool" ,
"en/tools/file-document/docxsearchtool" ,
"en/tools/file-document/mdxsearchtool" ,
"en/tools/file-document/xmlsearchtool" ,
"en/tools/file-document/txtsearchtool" ,
"en/tools/file-document/jsonsearchtool" ,
"en/tools/file-document/csvsearchtool" ,
"en/tools/file-document/directorysearchtool" ,
"en/tools/file-document/directoryreadtool" ,
"en/tools/file-document/ocrtool" ,
"en/tools/file-document/pdf-text-writing-tool"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "Web Scraping & Browsing" ,
2026-03-18 09:38:38 -04:00
"icon" : "globe" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/tools/web-scraping/overview" ,
"en/tools/web-scraping/scrapewebsitetool" ,
"en/tools/web-scraping/scrapeelementfromwebsitetool" ,
"en/tools/web-scraping/scrapflyscrapetool" ,
"en/tools/web-scraping/seleniumscrapingtool" ,
"en/tools/web-scraping/scrapegraphscrapetool" ,
"en/tools/web-scraping/spidertool" ,
"en/tools/web-scraping/browserbaseloadtool" ,
"en/tools/web-scraping/hyperbrowserloadtool" ,
"en/tools/web-scraping/stagehandtool" ,
"en/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"en/tools/web-scraping/firecrawlscrapewebsitetool" ,
"en/tools/web-scraping/oxylabsscraperstool" ,
"en/tools/web-scraping/brightdata-tools"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "Search & Research" ,
2026-03-18 09:38:38 -04:00
"icon" : "magnifying-glass" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/tools/search-research/overview" ,
"en/tools/search-research/serperdevtool" ,
"en/tools/search-research/bravesearchtool" ,
"en/tools/search-research/exasearchtool" ,
"en/tools/search-research/linkupsearchtool" ,
"en/tools/search-research/githubsearchtool" ,
"en/tools/search-research/websitesearchtool" ,
"en/tools/search-research/codedocssearchtool" ,
"en/tools/search-research/youtubechannelsearchtool" ,
"en/tools/search-research/youtubevideosearchtool" ,
"en/tools/search-research/tavilysearchtool" ,
"en/tools/search-research/tavilyextractortool" ,
"en/tools/search-research/arxivpapertool" ,
"en/tools/search-research/serpapi-googlesearchtool" ,
"en/tools/search-research/serpapi-googleshoppingtool" ,
"en/tools/search-research/databricks-query-tool"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "Database & Data" ,
2026-03-18 09:38:38 -04:00
"icon" : "database" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"en/tools/database-data/overview" ,
"en/tools/database-data/mysqltool" ,
"en/tools/database-data/pgsearchtool" ,
"en/tools/database-data/snowflakesearchtool" ,
"en/tools/database-data/nl2sqltool" ,
"en/tools/database-data/qdrantvectorsearchtool" ,
"en/tools/database-data/weaviatevectorsearchtool" ,
"en/tools/database-data/mongodbvectorsearchtool" ,
"en/tools/database-data/singlestoresearchtool"
]
} ,
{
"group" : "AI & Machine Learning" ,
"icon" : "brain" ,
"pages" : [
"en/tools/ai-ml/overview" ,
"en/tools/ai-ml/dalletool" ,
"en/tools/ai-ml/visiontool" ,
"en/tools/ai-ml/aimindtool" ,
"en/tools/ai-ml/llamaindextool" ,
"en/tools/ai-ml/langchaintool" ,
"en/tools/ai-ml/ragtool" ,
"en/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Storage" ,
"icon" : "cloud" ,
"pages" : [
"en/tools/cloud-storage/overview" ,
"en/tools/cloud-storage/s3readertool" ,
"en/tools/cloud-storage/s3writertool" ,
"en/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"en/tools/integration/overview" ,
"en/tools/integration/bedrockinvokeagenttool" ,
"en/tools/integration/crewaiautomationtool" ,
"en/tools/integration/mergeagenthandlertool"
]
} ,
{
"group" : "Automation" ,
"icon" : "bolt" ,
"pages" : [
"en/tools/automation/overview" ,
"en/tools/automation/apifyactorstool" ,
"en/tools/automation/composiotool" ,
"en/tools/automation/multiontool" ,
"en/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"en/observability/tracing" ,
"en/observability/overview" ,
"en/observability/arize-phoenix" ,
"en/observability/braintrust" ,
"en/observability/datadog" ,
"en/observability/galileo" ,
"en/observability/langdb" ,
"en/observability/langfuse" ,
"en/observability/langtrace" ,
"en/observability/maxim" ,
"en/observability/mlflow" ,
"en/observability/neatlogs" ,
"en/observability/openlit" ,
"en/observability/opik" ,
"en/observability/patronus-evaluation" ,
"en/observability/portkey" ,
"en/observability/weave" ,
"en/observability/truefoundry"
]
} ,
{
"group" : "Learn" ,
"pages" : [
"en/learn/overview" ,
"en/learn/llm-selection-guide" ,
"en/learn/conditional-tasks" ,
"en/learn/coding-agents" ,
"en/learn/create-custom-tools" ,
"en/learn/custom-llm" ,
"en/learn/custom-manager-agent" ,
"en/learn/customizing-agents" ,
"en/learn/dalle-image-generation" ,
"en/learn/force-tool-output-as-result" ,
"en/learn/hierarchical-process" ,
"en/learn/human-input-on-execution" ,
"en/learn/human-in-the-loop" ,
"en/learn/human-feedback-in-flows" ,
"en/learn/kickoff-async" ,
"en/learn/kickoff-for-each" ,
"en/learn/llm-connections" ,
"en/learn/litellm-removal-guide" ,
"en/learn/multimodal-agents" ,
"en/learn/replay-tasks-from-latest-crew-kickoff" ,
"en/learn/sequential-process" ,
"en/learn/using-annotations" ,
"en/learn/execution-hooks" ,
"en/learn/llm-hooks" ,
feat(a2ui): add A2UI extension with v0.8/v0.9 support, schemas, and docs
Introduce the A2UI extension for declarative UI generation, including
support for both v0.8 and v0.9 protocol specs. Add A2UI content type
integration in A2A utils, along with schema definitions, catalog models,
and client extension improvements.
Enhance models with explicit defaults, field descriptions, and ConfigDict,
and improve typing and instance state handling across the extension.
Add schema conformance tests and align test structure.
Add and register A2UI documentation, including extension guide and
navigation updates.
2026-04-02 04:46:07 +08:00
"en/learn/tool-hooks" ,
"en/learn/a2a-agent-delegation" ,
"en/learn/a2ui"
2026-03-25 23:54:26 -07:00
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"en/telemetry"
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
"group" : "Getting Started" ,
"pages" : [
"en/enterprise/introduction"
]
} ,
{
"group" : "Build" ,
"pages" : [
"en/enterprise/features/automations" ,
"en/enterprise/features/crew-studio" ,
"en/enterprise/features/marketplace" ,
"en/enterprise/features/agent-repositories" ,
"en/enterprise/features/tools-and-integrations" ,
"en/enterprise/features/pii-trace-redactions"
]
} ,
{
"group" : "Operate" ,
"pages" : [
"en/enterprise/features/traces" ,
"en/enterprise/features/webhook-streaming" ,
"en/enterprise/features/hallucination-guardrail" ,
"en/enterprise/features/flow-hitl-management"
]
} ,
{
"group" : "Manage" ,
"pages" : [
"en/enterprise/features/rbac"
]
} ,
{
"group" : "Integration Docs" ,
"pages" : [
"en/enterprise/integrations/asana" ,
"en/enterprise/integrations/box" ,
"en/enterprise/integrations/clickup" ,
"en/enterprise/integrations/github" ,
"en/enterprise/integrations/gmail" ,
"en/enterprise/integrations/google_calendar" ,
"en/enterprise/integrations/google_contacts" ,
"en/enterprise/integrations/google_docs" ,
"en/enterprise/integrations/google_drive" ,
"en/enterprise/integrations/google_sheets" ,
"en/enterprise/integrations/google_slides" ,
"en/enterprise/integrations/hubspot" ,
"en/enterprise/integrations/jira" ,
"en/enterprise/integrations/linear" ,
"en/enterprise/integrations/microsoft_excel" ,
"en/enterprise/integrations/microsoft_onedrive" ,
"en/enterprise/integrations/microsoft_outlook" ,
"en/enterprise/integrations/microsoft_sharepoint" ,
"en/enterprise/integrations/microsoft_teams" ,
"en/enterprise/integrations/microsoft_word" ,
"en/enterprise/integrations/notion" ,
"en/enterprise/integrations/salesforce" ,
"en/enterprise/integrations/shopify" ,
"en/enterprise/integrations/slack" ,
"en/enterprise/integrations/stripe" ,
"en/enterprise/integrations/zendesk"
]
} ,
{
"group" : "Triggers" ,
"pages" : [
"en/enterprise/guides/automation-triggers" ,
"en/enterprise/guides/gmail-trigger" ,
"en/enterprise/guides/google-calendar-trigger" ,
"en/enterprise/guides/google-drive-trigger" ,
"en/enterprise/guides/outlook-trigger" ,
"en/enterprise/guides/onedrive-trigger" ,
"en/enterprise/guides/microsoft-teams-trigger" ,
"en/enterprise/guides/slack-trigger" ,
"en/enterprise/guides/hubspot-trigger" ,
"en/enterprise/guides/salesforce-trigger" ,
"en/enterprise/guides/zapier-trigger"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"en/enterprise/guides/build-crew" ,
"en/enterprise/guides/prepare-for-deployment" ,
"en/enterprise/guides/deploy-to-amp" ,
"en/enterprise/guides/private-package-registry" ,
"en/enterprise/guides/kickoff-crew" ,
"en/enterprise/guides/update-crew" ,
"en/enterprise/guides/enable-crew-studio" ,
"en/enterprise/guides/capture_telemetry_logs" ,
"en/enterprise/guides/azure-openai-setup" ,
"en/enterprise/guides/tool-repository" ,
"en/enterprise/guides/custom-mcp-server" ,
"en/enterprise/guides/react-component-export" ,
"en/enterprise/guides/team-management" ,
"en/enterprise/guides/human-in-the-loop" ,
"en/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Resources" ,
"pages" : [
"en/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
"tab" : "API Reference" ,
"icon" : "magnifying-glass" ,
"groups" : [
{
"group" : "Getting Started" ,
"pages" : [
"en/api-reference/introduction" ,
"en/api-reference/inputs" ,
"en/api-reference/kickoff" ,
"en/api-reference/resume" ,
"en/api-reference/status"
]
}
]
} ,
{
"tab" : "Examples" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Examples" ,
"pages" : [
"en/examples/example" ,
"en/examples/cookbooks"
]
}
]
} ,
{
"tab" : "Changelog" ,
"icon" : "clock" ,
"groups" : [
{
"group" : "Release Notes" ,
"pages" : [
"en/changelog"
]
}
]
}
]
}
]
} ,
{
"language" : "pt-BR" ,
"global" : {
"anchors" : [
{
"anchor" : "Website" ,
"href" : "https://crewai.com" ,
"icon" : "globe"
} ,
{
2026-03-27 22:15:34 -07:00
"anchor" : "F\u00f3rum" ,
2026-03-25 23:54:26 -07:00
"href" : "https://community.crewai.com" ,
"icon" : "discourse"
} ,
{
"anchor" : "Blog" ,
"href" : "https://blog.crewai.com" ,
"icon" : "newspaper"
} ,
{
"anchor" : "CrewGPT" ,
"href" : "https://chatgpt.com/g/g-qqTuUWsBY-crewai-assistant" ,
"icon" : "robot"
}
]
} ,
"versions" : [
{
"version" : "v1.12.2" ,
"default" : true ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "In\u00edcio" ,
2026-03-25 23:54:26 -07:00
"icon" : "house" ,
"groups" : [
{
"group" : "Bem-vindo" ,
"pages" : [
"pt-BR/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Documenta\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/introduction" ,
"pt-BR/installation" ,
"pt-BR/quickstart"
]
} ,
{
"group" : "Guias" ,
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Estrat\u00e9gia" ,
2026-03-25 23:54:26 -07:00
"icon" : "compass" ,
"pages" : [
"pt-BR/guides/concepts/evaluating-use-cases"
]
} ,
{
"group" : "Agentes" ,
"icon" : "user" ,
"pages" : [
"pt-BR/guides/agents/crafting-effective-agents"
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
"pt-BR/guides/crews/first-crew"
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
"pt-BR/guides/flows/first-flow" ,
"pt-BR/guides/flows/mastering-flow-state"
]
} ,
{
"group" : "Ferramentas" ,
"icon" : "wrench" ,
"pages" : [
"pt-BR/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Ferramentas de Codifica\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "terminal" ,
"pages" : [
"pt-BR/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Avan\u00e7ado" ,
2026-03-25 23:54:26 -07:00
"icon" : "gear" ,
"pages" : [
"pt-BR/guides/advanced/customizing-prompts" ,
"pt-BR/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Migra\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "shuffle" ,
"pages" : [
"pt-BR/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
"group" : "Conceitos-Chave" ,
"pages" : [
"pt-BR/concepts/agents" ,
2026-03-31 10:47:38 -07:00
"pt-BR/concepts/agent-capabilities" ,
2026-03-25 23:54:26 -07:00
"pt-BR/concepts/tasks" ,
"pt-BR/concepts/crews" ,
"pt-BR/concepts/flows" ,
"pt-BR/concepts/production-architecture" ,
"pt-BR/concepts/knowledge" ,
"pt-BR/concepts/skills" ,
"pt-BR/concepts/llms" ,
"pt-BR/concepts/files" ,
"pt-BR/concepts/processes" ,
"pt-BR/concepts/collaboration" ,
"pt-BR/concepts/training" ,
"pt-BR/concepts/memory" ,
"pt-BR/concepts/reasoning" ,
"pt-BR/concepts/planning" ,
"pt-BR/concepts/testing" ,
"pt-BR/concepts/cli" ,
"pt-BR/concepts/tools" ,
"pt-BR/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Integra\u00e7\u00e3o MCP" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/mcp/overview" ,
"pt-BR/mcp/dsl-integration" ,
"pt-BR/mcp/stdio" ,
"pt-BR/mcp/sse" ,
"pt-BR/mcp/streamable-http" ,
"pt-BR/mcp/multiple-servers" ,
"pt-BR/mcp/security"
]
} ,
{
"group" : "Ferramentas" ,
"pages" : [
"pt-BR/tools/overview" ,
{
"group" : "Arquivo & Documento" ,
"icon" : "folder-open" ,
"pages" : [
"pt-BR/tools/file-document/overview" ,
"pt-BR/tools/file-document/filereadtool" ,
"pt-BR/tools/file-document/filewritetool" ,
"pt-BR/tools/file-document/pdfsearchtool" ,
"pt-BR/tools/file-document/docxsearchtool" ,
"pt-BR/tools/file-document/mdxsearchtool" ,
"pt-BR/tools/file-document/xmlsearchtool" ,
"pt-BR/tools/file-document/txtsearchtool" ,
"pt-BR/tools/file-document/jsonsearchtool" ,
"pt-BR/tools/file-document/csvsearchtool" ,
"pt-BR/tools/file-document/directorysearchtool" ,
"pt-BR/tools/file-document/directoryreadtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Web Scraping & Navega\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "globe" ,
"pages" : [
"pt-BR/tools/web-scraping/overview" ,
"pt-BR/tools/web-scraping/scrapewebsitetool" ,
"pt-BR/tools/web-scraping/scrapeelementfromwebsitetool" ,
"pt-BR/tools/web-scraping/scrapflyscrapetool" ,
"pt-BR/tools/web-scraping/seleniumscrapingtool" ,
"pt-BR/tools/web-scraping/scrapegraphscrapetool" ,
"pt-BR/tools/web-scraping/spidertool" ,
"pt-BR/tools/web-scraping/browserbaseloadtool" ,
"pt-BR/tools/web-scraping/hyperbrowserloadtool" ,
"pt-BR/tools/web-scraping/stagehandtool" ,
"pt-BR/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"pt-BR/tools/web-scraping/firecrawlscrapewebsitetool" ,
"pt-BR/tools/web-scraping/oxylabsscraperstool"
]
} ,
{
"group" : "Pesquisa" ,
"icon" : "magnifying-glass" ,
"pages" : [
"pt-BR/tools/search-research/overview" ,
"pt-BR/tools/search-research/serperdevtool" ,
"pt-BR/tools/search-research/bravesearchtool" ,
"pt-BR/tools/search-research/exasearchtool" ,
"pt-BR/tools/search-research/linkupsearchtool" ,
"pt-BR/tools/search-research/githubsearchtool" ,
"pt-BR/tools/search-research/websitesearchtool" ,
"pt-BR/tools/search-research/codedocssearchtool" ,
"pt-BR/tools/search-research/youtubechannelsearchtool" ,
"pt-BR/tools/search-research/youtubevideosearchtool"
]
} ,
{
"group" : "Dados" ,
"icon" : "database" ,
"pages" : [
"pt-BR/tools/database-data/overview" ,
"pt-BR/tools/database-data/mysqltool" ,
"pt-BR/tools/database-data/pgsearchtool" ,
"pt-BR/tools/database-data/snowflakesearchtool" ,
"pt-BR/tools/database-data/nl2sqltool" ,
"pt-BR/tools/database-data/qdrantvectorsearchtool" ,
"pt-BR/tools/database-data/weaviatevectorsearchtool"
]
} ,
{
"group" : "IA & Machine Learning" ,
"icon" : "brain" ,
"pages" : [
"pt-BR/tools/ai-ml/overview" ,
"pt-BR/tools/ai-ml/dalletool" ,
"pt-BR/tools/ai-ml/visiontool" ,
"pt-BR/tools/ai-ml/aimindtool" ,
"pt-BR/tools/ai-ml/llamaindextool" ,
"pt-BR/tools/ai-ml/langchaintool" ,
"pt-BR/tools/ai-ml/ragtool" ,
"pt-BR/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Armazenamento" ,
"icon" : "cloud" ,
"pages" : [
"pt-BR/tools/cloud-storage/overview" ,
"pt-BR/tools/cloud-storage/s3readertool" ,
"pt-BR/tools/cloud-storage/s3writertool" ,
"pt-BR/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"pt-BR/tools/integration/overview" ,
"pt-BR/tools/integration/bedrockinvokeagenttool" ,
"pt-BR/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Automa\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "bolt" ,
"pages" : [
"pt-BR/tools/automation/overview" ,
"pt-BR/tools/automation/apifyactorstool" ,
"pt-BR/tools/automation/composiotool" ,
"pt-BR/tools/automation/multiontool"
]
}
]
} ,
{
"group" : "Observabilidade" ,
"pages" : [
"pt-BR/observability/tracing" ,
"pt-BR/observability/overview" ,
"pt-BR/observability/arize-phoenix" ,
"pt-BR/observability/braintrust" ,
"pt-BR/observability/datadog" ,
"pt-BR/observability/galileo" ,
"pt-BR/observability/langdb" ,
"pt-BR/observability/langfuse" ,
"pt-BR/observability/langtrace" ,
"pt-BR/observability/maxim" ,
"pt-BR/observability/mlflow" ,
"pt-BR/observability/openlit" ,
"pt-BR/observability/opik" ,
"pt-BR/observability/patronus-evaluation" ,
"pt-BR/observability/portkey" ,
"pt-BR/observability/weave" ,
"pt-BR/observability/truefoundry"
]
} ,
{
"group" : "Aprenda" ,
"pages" : [
"pt-BR/learn/overview" ,
"pt-BR/learn/llm-selection-guide" ,
"pt-BR/learn/conditional-tasks" ,
"pt-BR/learn/coding-agents" ,
"pt-BR/learn/create-custom-tools" ,
"pt-BR/learn/custom-llm" ,
"pt-BR/learn/custom-manager-agent" ,
"pt-BR/learn/customizing-agents" ,
"pt-BR/learn/dalle-image-generation" ,
"pt-BR/learn/force-tool-output-as-result" ,
"pt-BR/learn/hierarchical-process" ,
"pt-BR/learn/human-input-on-execution" ,
"pt-BR/learn/human-in-the-loop" ,
"pt-BR/learn/human-feedback-in-flows" ,
"pt-BR/learn/kickoff-async" ,
"pt-BR/learn/kickoff-for-each" ,
"pt-BR/learn/llm-connections" ,
"pt-BR/learn/multimodal-agents" ,
"pt-BR/learn/replay-tasks-from-latest-crew-kickoff" ,
"pt-BR/learn/sequential-process" ,
"pt-BR/learn/using-annotations" ,
"pt-BR/learn/execution-hooks" ,
"pt-BR/learn/llm-hooks" ,
"pt-BR/learn/tool-hooks"
]
} ,
{
"group" : "Telemetria" ,
"pages" : [
"pt-BR/telemetry"
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/enterprise/introduction"
]
} ,
{
"group" : "Construir" ,
"pages" : [
"pt-BR/enterprise/features/automations" ,
"pt-BR/enterprise/features/crew-studio" ,
"pt-BR/enterprise/features/marketplace" ,
"pt-BR/enterprise/features/agent-repositories" ,
"pt-BR/enterprise/features/tools-and-integrations" ,
"pt-BR/enterprise/features/pii-trace-redactions"
]
} ,
{
"group" : "Operar" ,
"pages" : [
"pt-BR/enterprise/features/traces" ,
"pt-BR/enterprise/features/webhook-streaming" ,
"pt-BR/enterprise/features/hallucination-guardrail" ,
"pt-BR/enterprise/features/flow-hitl-management"
]
} ,
{
"group" : "Gerenciar" ,
"pages" : [
"pt-BR/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Documenta\u00e7\u00e3o de Integra\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/enterprise/integrations/asana" ,
"pt-BR/enterprise/integrations/box" ,
"pt-BR/enterprise/integrations/clickup" ,
"pt-BR/enterprise/integrations/github" ,
"pt-BR/enterprise/integrations/gmail" ,
"pt-BR/enterprise/integrations/google_calendar" ,
"pt-BR/enterprise/integrations/google_contacts" ,
"pt-BR/enterprise/integrations/google_docs" ,
"pt-BR/enterprise/integrations/google_drive" ,
"pt-BR/enterprise/integrations/google_sheets" ,
"pt-BR/enterprise/integrations/google_slides" ,
"pt-BR/enterprise/integrations/hubspot" ,
"pt-BR/enterprise/integrations/jira" ,
"pt-BR/enterprise/integrations/linear" ,
"pt-BR/enterprise/integrations/microsoft_excel" ,
"pt-BR/enterprise/integrations/microsoft_onedrive" ,
"pt-BR/enterprise/integrations/microsoft_outlook" ,
"pt-BR/enterprise/integrations/microsoft_sharepoint" ,
"pt-BR/enterprise/integrations/microsoft_teams" ,
"pt-BR/enterprise/integrations/microsoft_word" ,
"pt-BR/enterprise/integrations/notion" ,
"pt-BR/enterprise/integrations/salesforce" ,
"pt-BR/enterprise/integrations/shopify" ,
"pt-BR/enterprise/integrations/slack" ,
"pt-BR/enterprise/integrations/stripe" ,
"pt-BR/enterprise/integrations/zendesk"
]
} ,
{
"group" : "Guias" ,
"pages" : [
"pt-BR/enterprise/guides/build-crew" ,
"pt-BR/enterprise/guides/prepare-for-deployment" ,
"pt-BR/enterprise/guides/deploy-to-amp" ,
"pt-BR/enterprise/guides/private-package-registry" ,
"pt-BR/enterprise/guides/kickoff-crew" ,
"pt-BR/enterprise/guides/update-crew" ,
"pt-BR/enterprise/guides/enable-crew-studio" ,
"pt-BR/enterprise/guides/capture_telemetry_logs" ,
"pt-BR/enterprise/guides/azure-openai-setup" ,
"pt-BR/enterprise/guides/tool-repository" ,
"pt-BR/enterprise/guides/custom-mcp-server" ,
"pt-BR/enterprise/guides/react-component-export" ,
"pt-BR/enterprise/guides/team-management" ,
"pt-BR/enterprise/guides/human-in-the-loop" ,
"pt-BR/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Triggers" ,
"pages" : [
"pt-BR/enterprise/guides/automation-triggers" ,
"pt-BR/enterprise/guides/gmail-trigger" ,
"pt-BR/enterprise/guides/google-calendar-trigger" ,
"pt-BR/enterprise/guides/google-drive-trigger" ,
"pt-BR/enterprise/guides/outlook-trigger" ,
"pt-BR/enterprise/guides/onedrive-trigger" ,
"pt-BR/enterprise/guides/microsoft-teams-trigger" ,
"pt-BR/enterprise/guides/slack-trigger" ,
"pt-BR/enterprise/guides/hubspot-trigger" ,
"pt-BR/enterprise/guides/salesforce-trigger" ,
"pt-BR/enterprise/guides/zapier-trigger"
]
} ,
{
"group" : "Recursos" ,
"pages" : [
"pt-BR/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Refer\u00eancia da API" ,
2026-03-25 23:54:26 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/api-reference/introduction" ,
"pt-BR/api-reference/inputs" ,
"pt-BR/api-reference/kickoff" ,
"pt-BR/api-reference/resume" ,
"pt-BR/api-reference/status"
]
}
]
} ,
{
"tab" : "Exemplos" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Exemplos" ,
"pages" : [
"pt-BR/examples/example" ,
"pt-BR/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Notas de Vers\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Notas de Vers\u00e3o" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/changelog"
]
}
]
}
]
} ,
{
"version" : "v1.12.1" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "In\u00edcio" ,
2026-03-25 23:54:26 -07:00
"icon" : "house" ,
"groups" : [
{
"group" : "Bem-vindo" ,
"pages" : [
"pt-BR/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Documenta\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/introduction" ,
"pt-BR/installation" ,
"pt-BR/quickstart"
]
} ,
{
"group" : "Guias" ,
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Estrat\u00e9gia" ,
2026-03-25 23:54:26 -07:00
"icon" : "compass" ,
"pages" : [
"pt-BR/guides/concepts/evaluating-use-cases"
]
} ,
{
"group" : "Agentes" ,
"icon" : "user" ,
"pages" : [
"pt-BR/guides/agents/crafting-effective-agents"
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
"pt-BR/guides/crews/first-crew"
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
"pt-BR/guides/flows/first-flow" ,
"pt-BR/guides/flows/mastering-flow-state"
]
} ,
{
"group" : "Ferramentas" ,
"icon" : "wrench" ,
"pages" : [
"pt-BR/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Ferramentas de Codifica\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "terminal" ,
"pages" : [
"pt-BR/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Avan\u00e7ado" ,
2026-03-25 23:54:26 -07:00
"icon" : "gear" ,
"pages" : [
"pt-BR/guides/advanced/customizing-prompts" ,
"pt-BR/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Migra\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "shuffle" ,
"pages" : [
"pt-BR/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
"group" : "Conceitos-Chave" ,
"pages" : [
"pt-BR/concepts/agents" ,
"pt-BR/concepts/tasks" ,
"pt-BR/concepts/crews" ,
"pt-BR/concepts/flows" ,
"pt-BR/concepts/production-architecture" ,
"pt-BR/concepts/knowledge" ,
"pt-BR/concepts/skills" ,
"pt-BR/concepts/llms" ,
"pt-BR/concepts/files" ,
"pt-BR/concepts/processes" ,
"pt-BR/concepts/collaboration" ,
"pt-BR/concepts/training" ,
"pt-BR/concepts/memory" ,
"pt-BR/concepts/reasoning" ,
"pt-BR/concepts/planning" ,
"pt-BR/concepts/testing" ,
"pt-BR/concepts/cli" ,
"pt-BR/concepts/tools" ,
"pt-BR/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Integra\u00e7\u00e3o MCP" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/mcp/overview" ,
"pt-BR/mcp/dsl-integration" ,
"pt-BR/mcp/stdio" ,
"pt-BR/mcp/sse" ,
"pt-BR/mcp/streamable-http" ,
"pt-BR/mcp/multiple-servers" ,
"pt-BR/mcp/security"
]
} ,
{
"group" : "Ferramentas" ,
"pages" : [
"pt-BR/tools/overview" ,
{
"group" : "Arquivo & Documento" ,
"icon" : "folder-open" ,
"pages" : [
"pt-BR/tools/file-document/overview" ,
"pt-BR/tools/file-document/filereadtool" ,
"pt-BR/tools/file-document/filewritetool" ,
"pt-BR/tools/file-document/pdfsearchtool" ,
"pt-BR/tools/file-document/docxsearchtool" ,
"pt-BR/tools/file-document/mdxsearchtool" ,
"pt-BR/tools/file-document/xmlsearchtool" ,
"pt-BR/tools/file-document/txtsearchtool" ,
"pt-BR/tools/file-document/jsonsearchtool" ,
"pt-BR/tools/file-document/csvsearchtool" ,
"pt-BR/tools/file-document/directorysearchtool" ,
"pt-BR/tools/file-document/directoryreadtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Web Scraping & Navega\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "globe" ,
"pages" : [
"pt-BR/tools/web-scraping/overview" ,
"pt-BR/tools/web-scraping/scrapewebsitetool" ,
"pt-BR/tools/web-scraping/scrapeelementfromwebsitetool" ,
"pt-BR/tools/web-scraping/scrapflyscrapetool" ,
"pt-BR/tools/web-scraping/seleniumscrapingtool" ,
"pt-BR/tools/web-scraping/scrapegraphscrapetool" ,
"pt-BR/tools/web-scraping/spidertool" ,
"pt-BR/tools/web-scraping/browserbaseloadtool" ,
"pt-BR/tools/web-scraping/hyperbrowserloadtool" ,
"pt-BR/tools/web-scraping/stagehandtool" ,
"pt-BR/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"pt-BR/tools/web-scraping/firecrawlscrapewebsitetool" ,
"pt-BR/tools/web-scraping/oxylabsscraperstool"
]
} ,
{
"group" : "Pesquisa" ,
"icon" : "magnifying-glass" ,
"pages" : [
"pt-BR/tools/search-research/overview" ,
"pt-BR/tools/search-research/serperdevtool" ,
"pt-BR/tools/search-research/bravesearchtool" ,
"pt-BR/tools/search-research/exasearchtool" ,
"pt-BR/tools/search-research/linkupsearchtool" ,
"pt-BR/tools/search-research/githubsearchtool" ,
"pt-BR/tools/search-research/websitesearchtool" ,
"pt-BR/tools/search-research/codedocssearchtool" ,
"pt-BR/tools/search-research/youtubechannelsearchtool" ,
"pt-BR/tools/search-research/youtubevideosearchtool"
]
} ,
{
"group" : "Dados" ,
"icon" : "database" ,
"pages" : [
"pt-BR/tools/database-data/overview" ,
"pt-BR/tools/database-data/mysqltool" ,
"pt-BR/tools/database-data/pgsearchtool" ,
"pt-BR/tools/database-data/snowflakesearchtool" ,
"pt-BR/tools/database-data/nl2sqltool" ,
"pt-BR/tools/database-data/qdrantvectorsearchtool" ,
"pt-BR/tools/database-data/weaviatevectorsearchtool"
]
} ,
{
"group" : "IA & Machine Learning" ,
"icon" : "brain" ,
"pages" : [
"pt-BR/tools/ai-ml/overview" ,
"pt-BR/tools/ai-ml/dalletool" ,
"pt-BR/tools/ai-ml/visiontool" ,
"pt-BR/tools/ai-ml/aimindtool" ,
"pt-BR/tools/ai-ml/llamaindextool" ,
"pt-BR/tools/ai-ml/langchaintool" ,
"pt-BR/tools/ai-ml/ragtool" ,
"pt-BR/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Armazenamento" ,
"icon" : "cloud" ,
"pages" : [
"pt-BR/tools/cloud-storage/overview" ,
"pt-BR/tools/cloud-storage/s3readertool" ,
"pt-BR/tools/cloud-storage/s3writertool" ,
"pt-BR/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"pt-BR/tools/integration/overview" ,
"pt-BR/tools/integration/bedrockinvokeagenttool" ,
"pt-BR/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Automa\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "bolt" ,
"pages" : [
"pt-BR/tools/automation/overview" ,
"pt-BR/tools/automation/apifyactorstool" ,
"pt-BR/tools/automation/composiotool" ,
"pt-BR/tools/automation/multiontool"
]
}
]
} ,
{
"group" : "Observabilidade" ,
"pages" : [
"pt-BR/observability/tracing" ,
"pt-BR/observability/overview" ,
"pt-BR/observability/arize-phoenix" ,
"pt-BR/observability/braintrust" ,
"pt-BR/observability/datadog" ,
"pt-BR/observability/galileo" ,
"pt-BR/observability/langdb" ,
"pt-BR/observability/langfuse" ,
"pt-BR/observability/langtrace" ,
"pt-BR/observability/maxim" ,
"pt-BR/observability/mlflow" ,
"pt-BR/observability/openlit" ,
"pt-BR/observability/opik" ,
"pt-BR/observability/patronus-evaluation" ,
"pt-BR/observability/portkey" ,
"pt-BR/observability/weave" ,
"pt-BR/observability/truefoundry"
]
} ,
{
"group" : "Aprenda" ,
"pages" : [
"pt-BR/learn/overview" ,
"pt-BR/learn/llm-selection-guide" ,
"pt-BR/learn/conditional-tasks" ,
"pt-BR/learn/coding-agents" ,
"pt-BR/learn/create-custom-tools" ,
"pt-BR/learn/custom-llm" ,
"pt-BR/learn/custom-manager-agent" ,
"pt-BR/learn/customizing-agents" ,
"pt-BR/learn/dalle-image-generation" ,
"pt-BR/learn/force-tool-output-as-result" ,
"pt-BR/learn/hierarchical-process" ,
"pt-BR/learn/human-input-on-execution" ,
"pt-BR/learn/human-in-the-loop" ,
"pt-BR/learn/human-feedback-in-flows" ,
"pt-BR/learn/kickoff-async" ,
"pt-BR/learn/kickoff-for-each" ,
"pt-BR/learn/llm-connections" ,
"pt-BR/learn/multimodal-agents" ,
"pt-BR/learn/replay-tasks-from-latest-crew-kickoff" ,
"pt-BR/learn/sequential-process" ,
"pt-BR/learn/using-annotations" ,
"pt-BR/learn/execution-hooks" ,
"pt-BR/learn/llm-hooks" ,
"pt-BR/learn/tool-hooks"
]
} ,
{
"group" : "Telemetria" ,
"pages" : [
"pt-BR/telemetry"
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/enterprise/introduction"
]
} ,
{
"group" : "Construir" ,
"pages" : [
"pt-BR/enterprise/features/automations" ,
"pt-BR/enterprise/features/crew-studio" ,
"pt-BR/enterprise/features/marketplace" ,
"pt-BR/enterprise/features/agent-repositories" ,
"pt-BR/enterprise/features/tools-and-integrations" ,
"pt-BR/enterprise/features/pii-trace-redactions"
]
} ,
{
"group" : "Operar" ,
"pages" : [
"pt-BR/enterprise/features/traces" ,
"pt-BR/enterprise/features/webhook-streaming" ,
"pt-BR/enterprise/features/hallucination-guardrail" ,
"pt-BR/enterprise/features/flow-hitl-management"
]
} ,
{
"group" : "Gerenciar" ,
"pages" : [
"pt-BR/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Documenta\u00e7\u00e3o de Integra\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/enterprise/integrations/asana" ,
"pt-BR/enterprise/integrations/box" ,
"pt-BR/enterprise/integrations/clickup" ,
"pt-BR/enterprise/integrations/github" ,
"pt-BR/enterprise/integrations/gmail" ,
"pt-BR/enterprise/integrations/google_calendar" ,
"pt-BR/enterprise/integrations/google_contacts" ,
"pt-BR/enterprise/integrations/google_docs" ,
"pt-BR/enterprise/integrations/google_drive" ,
"pt-BR/enterprise/integrations/google_sheets" ,
"pt-BR/enterprise/integrations/google_slides" ,
"pt-BR/enterprise/integrations/hubspot" ,
"pt-BR/enterprise/integrations/jira" ,
"pt-BR/enterprise/integrations/linear" ,
"pt-BR/enterprise/integrations/microsoft_excel" ,
"pt-BR/enterprise/integrations/microsoft_onedrive" ,
"pt-BR/enterprise/integrations/microsoft_outlook" ,
"pt-BR/enterprise/integrations/microsoft_sharepoint" ,
"pt-BR/enterprise/integrations/microsoft_teams" ,
"pt-BR/enterprise/integrations/microsoft_word" ,
"pt-BR/enterprise/integrations/notion" ,
"pt-BR/enterprise/integrations/salesforce" ,
"pt-BR/enterprise/integrations/shopify" ,
"pt-BR/enterprise/integrations/slack" ,
"pt-BR/enterprise/integrations/stripe" ,
"pt-BR/enterprise/integrations/zendesk"
]
} ,
{
"group" : "Guias" ,
"pages" : [
"pt-BR/enterprise/guides/build-crew" ,
"pt-BR/enterprise/guides/prepare-for-deployment" ,
"pt-BR/enterprise/guides/deploy-to-amp" ,
"pt-BR/enterprise/guides/private-package-registry" ,
"pt-BR/enterprise/guides/kickoff-crew" ,
"pt-BR/enterprise/guides/update-crew" ,
"pt-BR/enterprise/guides/enable-crew-studio" ,
"pt-BR/enterprise/guides/capture_telemetry_logs" ,
"pt-BR/enterprise/guides/azure-openai-setup" ,
"pt-BR/enterprise/guides/tool-repository" ,
"pt-BR/enterprise/guides/custom-mcp-server" ,
"pt-BR/enterprise/guides/react-component-export" ,
"pt-BR/enterprise/guides/team-management" ,
"pt-BR/enterprise/guides/human-in-the-loop" ,
"pt-BR/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Triggers" ,
"pages" : [
"pt-BR/enterprise/guides/automation-triggers" ,
"pt-BR/enterprise/guides/gmail-trigger" ,
"pt-BR/enterprise/guides/google-calendar-trigger" ,
"pt-BR/enterprise/guides/google-drive-trigger" ,
"pt-BR/enterprise/guides/outlook-trigger" ,
"pt-BR/enterprise/guides/onedrive-trigger" ,
"pt-BR/enterprise/guides/microsoft-teams-trigger" ,
"pt-BR/enterprise/guides/slack-trigger" ,
"pt-BR/enterprise/guides/hubspot-trigger" ,
"pt-BR/enterprise/guides/salesforce-trigger" ,
"pt-BR/enterprise/guides/zapier-trigger"
]
} ,
{
"group" : "Recursos" ,
"pages" : [
"pt-BR/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Refer\u00eancia da API" ,
2026-03-25 23:54:26 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/api-reference/introduction" ,
"pt-BR/api-reference/inputs" ,
"pt-BR/api-reference/kickoff" ,
"pt-BR/api-reference/resume" ,
"pt-BR/api-reference/status"
]
}
]
} ,
{
"tab" : "Exemplos" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Exemplos" ,
"pages" : [
"pt-BR/examples/example" ,
"pt-BR/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Notas de Vers\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Notas de Vers\u00e3o" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/changelog"
]
}
]
}
]
} ,
{
"version" : "v1.12.0" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "In\u00edcio" ,
2026-03-25 23:54:26 -07:00
"icon" : "house" ,
"groups" : [
{
"group" : "Bem-vindo" ,
"pages" : [
"pt-BR/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Documenta\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/introduction" ,
"pt-BR/installation" ,
"pt-BR/quickstart"
]
} ,
{
"group" : "Guias" ,
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Estrat\u00e9gia" ,
2026-03-25 23:54:26 -07:00
"icon" : "compass" ,
"pages" : [
"pt-BR/guides/concepts/evaluating-use-cases"
]
} ,
{
"group" : "Agentes" ,
"icon" : "user" ,
"pages" : [
"pt-BR/guides/agents/crafting-effective-agents"
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
"pt-BR/guides/crews/first-crew"
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
"pt-BR/guides/flows/first-flow" ,
"pt-BR/guides/flows/mastering-flow-state"
]
} ,
{
"group" : "Ferramentas" ,
"icon" : "wrench" ,
"pages" : [
"pt-BR/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Ferramentas de Codifica\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "terminal" ,
"pages" : [
"pt-BR/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Avan\u00e7ado" ,
2026-03-25 23:54:26 -07:00
"icon" : "gear" ,
"pages" : [
"pt-BR/guides/advanced/customizing-prompts" ,
"pt-BR/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Migra\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "shuffle" ,
"pages" : [
"pt-BR/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
"group" : "Conceitos-Chave" ,
"pages" : [
"pt-BR/concepts/agents" ,
"pt-BR/concepts/tasks" ,
"pt-BR/concepts/crews" ,
"pt-BR/concepts/flows" ,
"pt-BR/concepts/production-architecture" ,
"pt-BR/concepts/knowledge" ,
"pt-BR/concepts/skills" ,
"pt-BR/concepts/llms" ,
"pt-BR/concepts/files" ,
"pt-BR/concepts/processes" ,
"pt-BR/concepts/collaboration" ,
"pt-BR/concepts/training" ,
"pt-BR/concepts/memory" ,
"pt-BR/concepts/reasoning" ,
"pt-BR/concepts/planning" ,
"pt-BR/concepts/testing" ,
"pt-BR/concepts/cli" ,
"pt-BR/concepts/tools" ,
"pt-BR/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Integra\u00e7\u00e3o MCP" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"pt-BR/mcp/overview" ,
"pt-BR/mcp/dsl-integration" ,
"pt-BR/mcp/stdio" ,
"pt-BR/mcp/sse" ,
"pt-BR/mcp/streamable-http" ,
"pt-BR/mcp/multiple-servers" ,
"pt-BR/mcp/security"
]
} ,
{
"group" : "Ferramentas" ,
"pages" : [
"pt-BR/tools/overview" ,
{
"group" : "Arquivo & Documento" ,
"icon" : "folder-open" ,
"pages" : [
"pt-BR/tools/file-document/overview" ,
"pt-BR/tools/file-document/filereadtool" ,
"pt-BR/tools/file-document/filewritetool" ,
"pt-BR/tools/file-document/pdfsearchtool" ,
"pt-BR/tools/file-document/docxsearchtool" ,
"pt-BR/tools/file-document/mdxsearchtool" ,
"pt-BR/tools/file-document/xmlsearchtool" ,
"pt-BR/tools/file-document/txtsearchtool" ,
"pt-BR/tools/file-document/jsonsearchtool" ,
"pt-BR/tools/file-document/csvsearchtool" ,
"pt-BR/tools/file-document/directorysearchtool" ,
"pt-BR/tools/file-document/directoryreadtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Web Scraping & Navega\u00e7\u00e3o" ,
2026-03-25 23:54:26 -07:00
"icon" : "globe" ,
"pages" : [
"pt-BR/tools/web-scraping/overview" ,
"pt-BR/tools/web-scraping/scrapewebsitetool" ,
"pt-BR/tools/web-scraping/scrapeelementfromwebsitetool" ,
"pt-BR/tools/web-scraping/scrapflyscrapetool" ,
"pt-BR/tools/web-scraping/seleniumscrapingtool" ,
"pt-BR/tools/web-scraping/scrapegraphscrapetool" ,
"pt-BR/tools/web-scraping/spidertool" ,
"pt-BR/tools/web-scraping/browserbaseloadtool" ,
"pt-BR/tools/web-scraping/hyperbrowserloadtool" ,
"pt-BR/tools/web-scraping/stagehandtool" ,
"pt-BR/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"pt-BR/tools/web-scraping/firecrawlscrapewebsitetool" ,
"pt-BR/tools/web-scraping/oxylabsscraperstool"
]
} ,
{
"group" : "Pesquisa" ,
"icon" : "magnifying-glass" ,
"pages" : [
"pt-BR/tools/search-research/overview" ,
"pt-BR/tools/search-research/serperdevtool" ,
"pt-BR/tools/search-research/bravesearchtool" ,
"pt-BR/tools/search-research/exasearchtool" ,
"pt-BR/tools/search-research/linkupsearchtool" ,
"pt-BR/tools/search-research/githubsearchtool" ,
"pt-BR/tools/search-research/websitesearchtool" ,
"pt-BR/tools/search-research/codedocssearchtool" ,
"pt-BR/tools/search-research/youtubechannelsearchtool" ,
"pt-BR/tools/search-research/youtubevideosearchtool"
]
} ,
{
"group" : "Dados" ,
"icon" : "database" ,
"pages" : [
"pt-BR/tools/database-data/overview" ,
"pt-BR/tools/database-data/mysqltool" ,
"pt-BR/tools/database-data/pgsearchtool" ,
"pt-BR/tools/database-data/snowflakesearchtool" ,
"pt-BR/tools/database-data/nl2sqltool" ,
"pt-BR/tools/database-data/qdrantvectorsearchtool" ,
"pt-BR/tools/database-data/weaviatevectorsearchtool"
]
} ,
{
"group" : "IA & Machine Learning" ,
"icon" : "brain" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"pt-BR/tools/ai-ml/overview" ,
"pt-BR/tools/ai-ml/dalletool" ,
"pt-BR/tools/ai-ml/visiontool" ,
"pt-BR/tools/ai-ml/aimindtool" ,
"pt-BR/tools/ai-ml/llamaindextool" ,
"pt-BR/tools/ai-ml/langchaintool" ,
"pt-BR/tools/ai-ml/ragtool" ,
2026-03-04 15:20:02 -08:00
"pt-BR/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Armazenamento" ,
"icon" : "cloud" ,
"pages" : [
"pt-BR/tools/cloud-storage/overview" ,
"pt-BR/tools/cloud-storage/s3readertool" ,
"pt-BR/tools/cloud-storage/s3writertool" ,
"pt-BR/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"pt-BR/tools/integration/overview" ,
"pt-BR/tools/integration/bedrockinvokeagenttool" ,
"pt-BR/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Automa\u00e7\u00e3o" ,
2026-03-04 15:20:02 -08:00
"icon" : "bolt" ,
"pages" : [
"pt-BR/tools/automation/overview" ,
"pt-BR/tools/automation/apifyactorstool" ,
"pt-BR/tools/automation/composiotool" ,
"pt-BR/tools/automation/multiontool"
]
}
]
} ,
{
"group" : "Observabilidade" ,
"pages" : [
"pt-BR/observability/tracing" ,
"pt-BR/observability/overview" ,
"pt-BR/observability/arize-phoenix" ,
"pt-BR/observability/braintrust" ,
"pt-BR/observability/datadog" ,
"pt-BR/observability/galileo" ,
"pt-BR/observability/langdb" ,
"pt-BR/observability/langfuse" ,
"pt-BR/observability/langtrace" ,
"pt-BR/observability/maxim" ,
"pt-BR/observability/mlflow" ,
"pt-BR/observability/openlit" ,
"pt-BR/observability/opik" ,
"pt-BR/observability/patronus-evaluation" ,
"pt-BR/observability/portkey" ,
"pt-BR/observability/weave" ,
"pt-BR/observability/truefoundry"
]
} ,
{
"group" : "Aprenda" ,
"pages" : [
"pt-BR/learn/overview" ,
"pt-BR/learn/llm-selection-guide" ,
"pt-BR/learn/conditional-tasks" ,
"pt-BR/learn/coding-agents" ,
"pt-BR/learn/create-custom-tools" ,
"pt-BR/learn/custom-llm" ,
"pt-BR/learn/custom-manager-agent" ,
"pt-BR/learn/customizing-agents" ,
"pt-BR/learn/dalle-image-generation" ,
"pt-BR/learn/force-tool-output-as-result" ,
"pt-BR/learn/hierarchical-process" ,
"pt-BR/learn/human-input-on-execution" ,
"pt-BR/learn/human-in-the-loop" ,
"pt-BR/learn/human-feedback-in-flows" ,
"pt-BR/learn/kickoff-async" ,
"pt-BR/learn/kickoff-for-each" ,
"pt-BR/learn/llm-connections" ,
"pt-BR/learn/multimodal-agents" ,
"pt-BR/learn/replay-tasks-from-latest-crew-kickoff" ,
"pt-BR/learn/sequential-process" ,
"pt-BR/learn/using-annotations" ,
"pt-BR/learn/execution-hooks" ,
"pt-BR/learn/llm-hooks" ,
"pt-BR/learn/tool-hooks"
]
} ,
{
"group" : "Telemetria" ,
"pages" : [
"pt-BR/telemetry"
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"pt-BR/enterprise/introduction"
]
} ,
{
"group" : "Construir" ,
"pages" : [
"pt-BR/enterprise/features/automations" ,
"pt-BR/enterprise/features/crew-studio" ,
"pt-BR/enterprise/features/marketplace" ,
"pt-BR/enterprise/features/agent-repositories" ,
"pt-BR/enterprise/features/tools-and-integrations" ,
"pt-BR/enterprise/features/pii-trace-redactions"
]
} ,
{
"group" : "Operar" ,
"pages" : [
"pt-BR/enterprise/features/traces" ,
"pt-BR/enterprise/features/webhook-streaming" ,
"pt-BR/enterprise/features/hallucination-guardrail" ,
"pt-BR/enterprise/features/flow-hitl-management"
]
} ,
{
"group" : "Gerenciar" ,
"pages" : [
"pt-BR/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Documenta\u00e7\u00e3o de Integra\u00e7\u00e3o" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"pt-BR/enterprise/integrations/asana" ,
"pt-BR/enterprise/integrations/box" ,
"pt-BR/enterprise/integrations/clickup" ,
"pt-BR/enterprise/integrations/github" ,
"pt-BR/enterprise/integrations/gmail" ,
"pt-BR/enterprise/integrations/google_calendar" ,
"pt-BR/enterprise/integrations/google_contacts" ,
"pt-BR/enterprise/integrations/google_docs" ,
"pt-BR/enterprise/integrations/google_drive" ,
"pt-BR/enterprise/integrations/google_sheets" ,
"pt-BR/enterprise/integrations/google_slides" ,
"pt-BR/enterprise/integrations/hubspot" ,
"pt-BR/enterprise/integrations/jira" ,
"pt-BR/enterprise/integrations/linear" ,
"pt-BR/enterprise/integrations/microsoft_excel" ,
"pt-BR/enterprise/integrations/microsoft_onedrive" ,
"pt-BR/enterprise/integrations/microsoft_outlook" ,
"pt-BR/enterprise/integrations/microsoft_sharepoint" ,
"pt-BR/enterprise/integrations/microsoft_teams" ,
"pt-BR/enterprise/integrations/microsoft_word" ,
"pt-BR/enterprise/integrations/notion" ,
"pt-BR/enterprise/integrations/salesforce" ,
"pt-BR/enterprise/integrations/shopify" ,
"pt-BR/enterprise/integrations/slack" ,
"pt-BR/enterprise/integrations/stripe" ,
"pt-BR/enterprise/integrations/zendesk"
]
} ,
{
"group" : "Guias" ,
"pages" : [
"pt-BR/enterprise/guides/build-crew" ,
"pt-BR/enterprise/guides/prepare-for-deployment" ,
"pt-BR/enterprise/guides/deploy-to-amp" ,
"pt-BR/enterprise/guides/private-package-registry" ,
"pt-BR/enterprise/guides/kickoff-crew" ,
"pt-BR/enterprise/guides/update-crew" ,
"pt-BR/enterprise/guides/enable-crew-studio" ,
2026-03-16 13:27:57 -03:00
"pt-BR/enterprise/guides/capture_telemetry_logs" ,
2026-03-04 15:20:02 -08:00
"pt-BR/enterprise/guides/azure-openai-setup" ,
"pt-BR/enterprise/guides/tool-repository" ,
2026-03-16 18:01:41 -03:00
"pt-BR/enterprise/guides/custom-mcp-server" ,
2026-03-04 15:20:02 -08:00
"pt-BR/enterprise/guides/react-component-export" ,
"pt-BR/enterprise/guides/team-management" ,
"pt-BR/enterprise/guides/human-in-the-loop" ,
"pt-BR/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Triggers" ,
"pages" : [
"pt-BR/enterprise/guides/automation-triggers" ,
"pt-BR/enterprise/guides/gmail-trigger" ,
"pt-BR/enterprise/guides/google-calendar-trigger" ,
"pt-BR/enterprise/guides/google-drive-trigger" ,
"pt-BR/enterprise/guides/outlook-trigger" ,
"pt-BR/enterprise/guides/onedrive-trigger" ,
"pt-BR/enterprise/guides/microsoft-teams-trigger" ,
"pt-BR/enterprise/guides/slack-trigger" ,
"pt-BR/enterprise/guides/hubspot-trigger" ,
"pt-BR/enterprise/guides/salesforce-trigger" ,
"pt-BR/enterprise/guides/zapier-trigger"
]
} ,
{
"group" : "Recursos" ,
"pages" : [
"pt-BR/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Refer\u00eancia da API" ,
2026-03-04 15:20:02 -08:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"pt-BR/api-reference/introduction" ,
"pt-BR/api-reference/inputs" ,
"pt-BR/api-reference/kickoff" ,
"pt-BR/api-reference/resume" ,
"pt-BR/api-reference/status"
]
}
]
} ,
{
"tab" : "Exemplos" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Exemplos" ,
"pages" : [
"pt-BR/examples/example" ,
"pt-BR/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Notas de Vers\u00e3o" ,
2026-03-04 15:20:02 -08:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Notas de Vers\u00e3o" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"pt-BR/changelog"
]
}
]
}
]
} ,
{
2026-03-25 23:54:26 -07:00
"version" : "v1.11.1" ,
2026-03-04 15:20:02 -08:00
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "In\u00edcio" ,
2026-03-04 15:20:02 -08:00
"icon" : "house" ,
"groups" : [
{
"group" : "Bem-vindo" ,
"pages" : [
"pt-BR/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Documenta\u00e7\u00e3o" ,
2026-03-04 15:20:02 -08:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"pt-BR/introduction" ,
"pt-BR/installation" ,
"pt-BR/quickstart"
]
} ,
{
"group" : "Guias" ,
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Estrat\u00e9gia" ,
2026-03-04 15:20:02 -08:00
"icon" : "compass" ,
"pages" : [
"pt-BR/guides/concepts/evaluating-use-cases"
]
} ,
{
"group" : "Agentes" ,
"icon" : "user" ,
"pages" : [
"pt-BR/guides/agents/crafting-effective-agents"
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
"pt-BR/guides/crews/first-crew"
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
"pt-BR/guides/flows/first-flow" ,
"pt-BR/guides/flows/mastering-flow-state"
]
} ,
2026-03-19 11:15:56 -04:00
{
"group" : "Ferramentas" ,
"icon" : "wrench" ,
"pages" : [
"pt-BR/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Ferramentas de Codifica\u00e7\u00e3o" ,
2026-03-19 11:15:56 -04:00
"icon" : "terminal" ,
"pages" : [
"pt-BR/guides/coding-tools/agents-md"
]
} ,
2026-03-04 15:20:02 -08:00
{
2026-03-27 22:15:34 -07:00
"group" : "Avan\u00e7ado" ,
2026-03-04 15:20:02 -08:00
"icon" : "gear" ,
"pages" : [
"pt-BR/guides/advanced/customizing-prompts" ,
"pt-BR/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Migra\u00e7\u00e3o" ,
2026-03-04 15:20:02 -08:00
"icon" : "shuffle" ,
"pages" : [
"pt-BR/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
"group" : "Conceitos-Chave" ,
"pages" : [
"pt-BR/concepts/agents" ,
"pt-BR/concepts/tasks" ,
"pt-BR/concepts/crews" ,
"pt-BR/concepts/flows" ,
"pt-BR/concepts/production-architecture" ,
"pt-BR/concepts/knowledge" ,
2026-03-25 18:52:11 -07:00
"pt-BR/concepts/skills" ,
2026-03-04 15:20:02 -08:00
"pt-BR/concepts/llms" ,
"pt-BR/concepts/files" ,
"pt-BR/concepts/processes" ,
"pt-BR/concepts/collaboration" ,
"pt-BR/concepts/training" ,
"pt-BR/concepts/memory" ,
"pt-BR/concepts/reasoning" ,
"pt-BR/concepts/planning" ,
"pt-BR/concepts/testing" ,
"pt-BR/concepts/cli" ,
"pt-BR/concepts/tools" ,
"pt-BR/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Integra\u00e7\u00e3o MCP" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"pt-BR/mcp/overview" ,
"pt-BR/mcp/dsl-integration" ,
"pt-BR/mcp/stdio" ,
"pt-BR/mcp/sse" ,
"pt-BR/mcp/streamable-http" ,
"pt-BR/mcp/multiple-servers" ,
"pt-BR/mcp/security"
]
} ,
{
"group" : "Ferramentas" ,
"pages" : [
"pt-BR/tools/overview" ,
{
"group" : "Arquivo & Documento" ,
"icon" : "folder-open" ,
"pages" : [
"pt-BR/tools/file-document/overview" ,
"pt-BR/tools/file-document/filereadtool" ,
"pt-BR/tools/file-document/filewritetool" ,
"pt-BR/tools/file-document/pdfsearchtool" ,
"pt-BR/tools/file-document/docxsearchtool" ,
"pt-BR/tools/file-document/mdxsearchtool" ,
"pt-BR/tools/file-document/xmlsearchtool" ,
"pt-BR/tools/file-document/txtsearchtool" ,
"pt-BR/tools/file-document/jsonsearchtool" ,
"pt-BR/tools/file-document/csvsearchtool" ,
"pt-BR/tools/file-document/directorysearchtool" ,
"pt-BR/tools/file-document/directoryreadtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Web Scraping & Navega\u00e7\u00e3o" ,
2026-03-04 15:20:02 -08:00
"icon" : "globe" ,
"pages" : [
"pt-BR/tools/web-scraping/overview" ,
"pt-BR/tools/web-scraping/scrapewebsitetool" ,
"pt-BR/tools/web-scraping/scrapeelementfromwebsitetool" ,
"pt-BR/tools/web-scraping/scrapflyscrapetool" ,
"pt-BR/tools/web-scraping/seleniumscrapingtool" ,
"pt-BR/tools/web-scraping/scrapegraphscrapetool" ,
"pt-BR/tools/web-scraping/spidertool" ,
"pt-BR/tools/web-scraping/browserbaseloadtool" ,
"pt-BR/tools/web-scraping/hyperbrowserloadtool" ,
"pt-BR/tools/web-scraping/stagehandtool" ,
"pt-BR/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"pt-BR/tools/web-scraping/firecrawlscrapewebsitetool" ,
"pt-BR/tools/web-scraping/oxylabsscraperstool"
]
} ,
{
"group" : "Pesquisa" ,
"icon" : "magnifying-glass" ,
"pages" : [
"pt-BR/tools/search-research/overview" ,
"pt-BR/tools/search-research/serperdevtool" ,
"pt-BR/tools/search-research/bravesearchtool" ,
"pt-BR/tools/search-research/exasearchtool" ,
"pt-BR/tools/search-research/linkupsearchtool" ,
"pt-BR/tools/search-research/githubsearchtool" ,
"pt-BR/tools/search-research/websitesearchtool" ,
"pt-BR/tools/search-research/codedocssearchtool" ,
"pt-BR/tools/search-research/youtubechannelsearchtool" ,
"pt-BR/tools/search-research/youtubevideosearchtool"
]
} ,
{
"group" : "Dados" ,
"icon" : "database" ,
"pages" : [
"pt-BR/tools/database-data/overview" ,
"pt-BR/tools/database-data/mysqltool" ,
"pt-BR/tools/database-data/pgsearchtool" ,
"pt-BR/tools/database-data/snowflakesearchtool" ,
"pt-BR/tools/database-data/nl2sqltool" ,
"pt-BR/tools/database-data/qdrantvectorsearchtool" ,
"pt-BR/tools/database-data/weaviatevectorsearchtool"
]
} ,
{
"group" : "IA & Machine Learning" ,
"icon" : "brain" ,
"pages" : [
"pt-BR/tools/ai-ml/overview" ,
"pt-BR/tools/ai-ml/dalletool" ,
"pt-BR/tools/ai-ml/visiontool" ,
"pt-BR/tools/ai-ml/aimindtool" ,
"pt-BR/tools/ai-ml/llamaindextool" ,
"pt-BR/tools/ai-ml/langchaintool" ,
"pt-BR/tools/ai-ml/ragtool" ,
"pt-BR/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Armazenamento" ,
"icon" : "cloud" ,
"pages" : [
"pt-BR/tools/cloud-storage/overview" ,
"pt-BR/tools/cloud-storage/s3readertool" ,
"pt-BR/tools/cloud-storage/s3writertool" ,
"pt-BR/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"pt-BR/tools/integration/overview" ,
"pt-BR/tools/integration/bedrockinvokeagenttool" ,
"pt-BR/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Automa\u00e7\u00e3o" ,
2026-03-04 15:20:02 -08:00
"icon" : "bolt" ,
"pages" : [
"pt-BR/tools/automation/overview" ,
"pt-BR/tools/automation/apifyactorstool" ,
"pt-BR/tools/automation/composiotool" ,
"pt-BR/tools/automation/multiontool"
]
}
]
} ,
{
"group" : "Observabilidade" ,
"pages" : [
"pt-BR/observability/tracing" ,
"pt-BR/observability/overview" ,
"pt-BR/observability/arize-phoenix" ,
"pt-BR/observability/braintrust" ,
"pt-BR/observability/datadog" ,
"pt-BR/observability/galileo" ,
"pt-BR/observability/langdb" ,
"pt-BR/observability/langfuse" ,
"pt-BR/observability/langtrace" ,
"pt-BR/observability/maxim" ,
"pt-BR/observability/mlflow" ,
"pt-BR/observability/openlit" ,
"pt-BR/observability/opik" ,
"pt-BR/observability/patronus-evaluation" ,
"pt-BR/observability/portkey" ,
"pt-BR/observability/weave" ,
"pt-BR/observability/truefoundry"
]
} ,
{
"group" : "Aprenda" ,
"pages" : [
"pt-BR/learn/overview" ,
"pt-BR/learn/llm-selection-guide" ,
"pt-BR/learn/conditional-tasks" ,
"pt-BR/learn/coding-agents" ,
"pt-BR/learn/create-custom-tools" ,
"pt-BR/learn/custom-llm" ,
"pt-BR/learn/custom-manager-agent" ,
"pt-BR/learn/customizing-agents" ,
"pt-BR/learn/dalle-image-generation" ,
"pt-BR/learn/force-tool-output-as-result" ,
"pt-BR/learn/hierarchical-process" ,
"pt-BR/learn/human-input-on-execution" ,
"pt-BR/learn/human-in-the-loop" ,
"pt-BR/learn/human-feedback-in-flows" ,
"pt-BR/learn/kickoff-async" ,
"pt-BR/learn/kickoff-for-each" ,
"pt-BR/learn/llm-connections" ,
"pt-BR/learn/multimodal-agents" ,
"pt-BR/learn/replay-tasks-from-latest-crew-kickoff" ,
"pt-BR/learn/sequential-process" ,
"pt-BR/learn/using-annotations" ,
"pt-BR/learn/execution-hooks" ,
"pt-BR/learn/llm-hooks" ,
"pt-BR/learn/tool-hooks"
]
} ,
{
"group" : "Telemetria" ,
"pages" : [
"pt-BR/telemetry"
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"pt-BR/enterprise/introduction"
]
} ,
{
"group" : "Construir" ,
"pages" : [
"pt-BR/enterprise/features/automations" ,
"pt-BR/enterprise/features/crew-studio" ,
"pt-BR/enterprise/features/marketplace" ,
"pt-BR/enterprise/features/agent-repositories" ,
"pt-BR/enterprise/features/tools-and-integrations" ,
"pt-BR/enterprise/features/pii-trace-redactions"
]
} ,
{
"group" : "Operar" ,
"pages" : [
"pt-BR/enterprise/features/traces" ,
"pt-BR/enterprise/features/webhook-streaming" ,
"pt-BR/enterprise/features/hallucination-guardrail" ,
"pt-BR/enterprise/features/flow-hitl-management"
]
} ,
{
"group" : "Gerenciar" ,
"pages" : [
"pt-BR/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Documenta\u00e7\u00e3o de Integra\u00e7\u00e3o" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"pt-BR/enterprise/integrations/asana" ,
"pt-BR/enterprise/integrations/box" ,
"pt-BR/enterprise/integrations/clickup" ,
"pt-BR/enterprise/integrations/github" ,
"pt-BR/enterprise/integrations/gmail" ,
"pt-BR/enterprise/integrations/google_calendar" ,
"pt-BR/enterprise/integrations/google_contacts" ,
"pt-BR/enterprise/integrations/google_docs" ,
"pt-BR/enterprise/integrations/google_drive" ,
"pt-BR/enterprise/integrations/google_sheets" ,
"pt-BR/enterprise/integrations/google_slides" ,
"pt-BR/enterprise/integrations/hubspot" ,
"pt-BR/enterprise/integrations/jira" ,
"pt-BR/enterprise/integrations/linear" ,
"pt-BR/enterprise/integrations/microsoft_excel" ,
"pt-BR/enterprise/integrations/microsoft_onedrive" ,
"pt-BR/enterprise/integrations/microsoft_outlook" ,
"pt-BR/enterprise/integrations/microsoft_sharepoint" ,
"pt-BR/enterprise/integrations/microsoft_teams" ,
"pt-BR/enterprise/integrations/microsoft_word" ,
"pt-BR/enterprise/integrations/notion" ,
"pt-BR/enterprise/integrations/salesforce" ,
"pt-BR/enterprise/integrations/shopify" ,
"pt-BR/enterprise/integrations/slack" ,
"pt-BR/enterprise/integrations/stripe" ,
"pt-BR/enterprise/integrations/zendesk"
]
} ,
{
"group" : "Guias" ,
"pages" : [
"pt-BR/enterprise/guides/build-crew" ,
"pt-BR/enterprise/guides/prepare-for-deployment" ,
"pt-BR/enterprise/guides/deploy-to-amp" ,
"pt-BR/enterprise/guides/private-package-registry" ,
"pt-BR/enterprise/guides/kickoff-crew" ,
"pt-BR/enterprise/guides/update-crew" ,
"pt-BR/enterprise/guides/enable-crew-studio" ,
2026-03-16 13:27:57 -03:00
"pt-BR/enterprise/guides/capture_telemetry_logs" ,
2026-03-04 15:20:02 -08:00
"pt-BR/enterprise/guides/azure-openai-setup" ,
"pt-BR/enterprise/guides/tool-repository" ,
2026-03-16 18:01:41 -03:00
"pt-BR/enterprise/guides/custom-mcp-server" ,
2026-03-04 15:20:02 -08:00
"pt-BR/enterprise/guides/react-component-export" ,
"pt-BR/enterprise/guides/team-management" ,
"pt-BR/enterprise/guides/human-in-the-loop" ,
"pt-BR/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Triggers" ,
"pages" : [
"pt-BR/enterprise/guides/automation-triggers" ,
"pt-BR/enterprise/guides/gmail-trigger" ,
"pt-BR/enterprise/guides/google-calendar-trigger" ,
"pt-BR/enterprise/guides/google-drive-trigger" ,
"pt-BR/enterprise/guides/outlook-trigger" ,
"pt-BR/enterprise/guides/onedrive-trigger" ,
"pt-BR/enterprise/guides/microsoft-teams-trigger" ,
"pt-BR/enterprise/guides/slack-trigger" ,
"pt-BR/enterprise/guides/hubspot-trigger" ,
"pt-BR/enterprise/guides/salesforce-trigger" ,
"pt-BR/enterprise/guides/zapier-trigger"
]
} ,
{
"group" : "Recursos" ,
"pages" : [
"pt-BR/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Refer\u00eancia da API" ,
2026-03-25 18:07:28 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/api-reference/introduction" ,
"pt-BR/api-reference/inputs" ,
"pt-BR/api-reference/kickoff" ,
"pt-BR/api-reference/resume" ,
"pt-BR/api-reference/status"
]
}
]
} ,
{
"tab" : "Exemplos" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Exemplos" ,
"pages" : [
"pt-BR/examples/example" ,
"pt-BR/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Notas de Vers\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Notas de Vers\u00e3o" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/changelog"
]
}
]
}
]
} ,
{
2026-03-25 23:54:26 -07:00
"version" : "v1.11.0" ,
2026-03-25 18:07:28 -07:00
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "In\u00edcio" ,
2026-03-25 18:07:28 -07:00
"icon" : "house" ,
"groups" : [
{
"group" : "Bem-vindo" ,
"pages" : [
"pt-BR/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Documenta\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/introduction" ,
"pt-BR/installation" ,
"pt-BR/quickstart"
]
} ,
{
"group" : "Guias" ,
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Estrat\u00e9gia" ,
2026-03-25 18:07:28 -07:00
"icon" : "compass" ,
"pages" : [
"pt-BR/guides/concepts/evaluating-use-cases"
]
} ,
{
"group" : "Agentes" ,
"icon" : "user" ,
"pages" : [
"pt-BR/guides/agents/crafting-effective-agents"
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
"pt-BR/guides/crews/first-crew"
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
"pt-BR/guides/flows/first-flow" ,
"pt-BR/guides/flows/mastering-flow-state"
]
} ,
{
"group" : "Ferramentas" ,
"icon" : "wrench" ,
"pages" : [
"pt-BR/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Ferramentas de Codifica\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "terminal" ,
"pages" : [
"pt-BR/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Avan\u00e7ado" ,
2026-03-25 18:07:28 -07:00
"icon" : "gear" ,
"pages" : [
"pt-BR/guides/advanced/customizing-prompts" ,
"pt-BR/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Migra\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "shuffle" ,
"pages" : [
"pt-BR/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
"group" : "Conceitos-Chave" ,
"pages" : [
"pt-BR/concepts/agents" ,
"pt-BR/concepts/tasks" ,
"pt-BR/concepts/crews" ,
"pt-BR/concepts/flows" ,
"pt-BR/concepts/production-architecture" ,
"pt-BR/concepts/knowledge" ,
"pt-BR/concepts/llms" ,
"pt-BR/concepts/files" ,
"pt-BR/concepts/processes" ,
"pt-BR/concepts/collaboration" ,
"pt-BR/concepts/training" ,
"pt-BR/concepts/memory" ,
"pt-BR/concepts/reasoning" ,
"pt-BR/concepts/planning" ,
"pt-BR/concepts/testing" ,
"pt-BR/concepts/cli" ,
"pt-BR/concepts/tools" ,
"pt-BR/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Integra\u00e7\u00e3o MCP" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/mcp/overview" ,
"pt-BR/mcp/dsl-integration" ,
"pt-BR/mcp/stdio" ,
"pt-BR/mcp/sse" ,
"pt-BR/mcp/streamable-http" ,
"pt-BR/mcp/multiple-servers" ,
"pt-BR/mcp/security"
]
} ,
{
"group" : "Ferramentas" ,
"pages" : [
"pt-BR/tools/overview" ,
{
"group" : "Arquivo & Documento" ,
"icon" : "folder-open" ,
"pages" : [
"pt-BR/tools/file-document/overview" ,
"pt-BR/tools/file-document/filereadtool" ,
"pt-BR/tools/file-document/filewritetool" ,
"pt-BR/tools/file-document/pdfsearchtool" ,
"pt-BR/tools/file-document/docxsearchtool" ,
"pt-BR/tools/file-document/mdxsearchtool" ,
"pt-BR/tools/file-document/xmlsearchtool" ,
"pt-BR/tools/file-document/txtsearchtool" ,
"pt-BR/tools/file-document/jsonsearchtool" ,
"pt-BR/tools/file-document/csvsearchtool" ,
"pt-BR/tools/file-document/directorysearchtool" ,
"pt-BR/tools/file-document/directoryreadtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Web Scraping & Navega\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "globe" ,
"pages" : [
"pt-BR/tools/web-scraping/overview" ,
"pt-BR/tools/web-scraping/scrapewebsitetool" ,
"pt-BR/tools/web-scraping/scrapeelementfromwebsitetool" ,
"pt-BR/tools/web-scraping/scrapflyscrapetool" ,
"pt-BR/tools/web-scraping/seleniumscrapingtool" ,
"pt-BR/tools/web-scraping/scrapegraphscrapetool" ,
"pt-BR/tools/web-scraping/spidertool" ,
"pt-BR/tools/web-scraping/browserbaseloadtool" ,
"pt-BR/tools/web-scraping/hyperbrowserloadtool" ,
"pt-BR/tools/web-scraping/stagehandtool" ,
"pt-BR/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"pt-BR/tools/web-scraping/firecrawlscrapewebsitetool" ,
"pt-BR/tools/web-scraping/oxylabsscraperstool"
]
} ,
{
"group" : "Pesquisa" ,
"icon" : "magnifying-glass" ,
"pages" : [
"pt-BR/tools/search-research/overview" ,
"pt-BR/tools/search-research/serperdevtool" ,
"pt-BR/tools/search-research/bravesearchtool" ,
"pt-BR/tools/search-research/exasearchtool" ,
"pt-BR/tools/search-research/linkupsearchtool" ,
"pt-BR/tools/search-research/githubsearchtool" ,
"pt-BR/tools/search-research/websitesearchtool" ,
"pt-BR/tools/search-research/codedocssearchtool" ,
"pt-BR/tools/search-research/youtubechannelsearchtool" ,
"pt-BR/tools/search-research/youtubevideosearchtool"
]
} ,
{
"group" : "Dados" ,
"icon" : "database" ,
"pages" : [
"pt-BR/tools/database-data/overview" ,
"pt-BR/tools/database-data/mysqltool" ,
"pt-BR/tools/database-data/pgsearchtool" ,
"pt-BR/tools/database-data/snowflakesearchtool" ,
"pt-BR/tools/database-data/nl2sqltool" ,
"pt-BR/tools/database-data/qdrantvectorsearchtool" ,
"pt-BR/tools/database-data/weaviatevectorsearchtool"
]
} ,
{
"group" : "IA & Machine Learning" ,
"icon" : "brain" ,
"pages" : [
"pt-BR/tools/ai-ml/overview" ,
"pt-BR/tools/ai-ml/dalletool" ,
"pt-BR/tools/ai-ml/visiontool" ,
"pt-BR/tools/ai-ml/aimindtool" ,
"pt-BR/tools/ai-ml/llamaindextool" ,
"pt-BR/tools/ai-ml/langchaintool" ,
"pt-BR/tools/ai-ml/ragtool" ,
"pt-BR/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Armazenamento" ,
"icon" : "cloud" ,
"pages" : [
"pt-BR/tools/cloud-storage/overview" ,
"pt-BR/tools/cloud-storage/s3readertool" ,
"pt-BR/tools/cloud-storage/s3writertool" ,
"pt-BR/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"pt-BR/tools/integration/overview" ,
"pt-BR/tools/integration/bedrockinvokeagenttool" ,
"pt-BR/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Automa\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "bolt" ,
"pages" : [
"pt-BR/tools/automation/overview" ,
"pt-BR/tools/automation/apifyactorstool" ,
"pt-BR/tools/automation/composiotool" ,
"pt-BR/tools/automation/multiontool"
]
}
]
} ,
{
"group" : "Observabilidade" ,
"pages" : [
"pt-BR/observability/tracing" ,
"pt-BR/observability/overview" ,
"pt-BR/observability/arize-phoenix" ,
"pt-BR/observability/braintrust" ,
"pt-BR/observability/datadog" ,
"pt-BR/observability/galileo" ,
"pt-BR/observability/langdb" ,
"pt-BR/observability/langfuse" ,
"pt-BR/observability/langtrace" ,
"pt-BR/observability/maxim" ,
"pt-BR/observability/mlflow" ,
"pt-BR/observability/openlit" ,
"pt-BR/observability/opik" ,
"pt-BR/observability/patronus-evaluation" ,
"pt-BR/observability/portkey" ,
"pt-BR/observability/weave" ,
"pt-BR/observability/truefoundry"
]
} ,
{
"group" : "Aprenda" ,
"pages" : [
"pt-BR/learn/overview" ,
"pt-BR/learn/llm-selection-guide" ,
"pt-BR/learn/conditional-tasks" ,
"pt-BR/learn/coding-agents" ,
"pt-BR/learn/create-custom-tools" ,
"pt-BR/learn/custom-llm" ,
"pt-BR/learn/custom-manager-agent" ,
"pt-BR/learn/customizing-agents" ,
"pt-BR/learn/dalle-image-generation" ,
"pt-BR/learn/force-tool-output-as-result" ,
"pt-BR/learn/hierarchical-process" ,
"pt-BR/learn/human-input-on-execution" ,
"pt-BR/learn/human-in-the-loop" ,
"pt-BR/learn/human-feedback-in-flows" ,
"pt-BR/learn/kickoff-async" ,
"pt-BR/learn/kickoff-for-each" ,
"pt-BR/learn/llm-connections" ,
"pt-BR/learn/multimodal-agents" ,
"pt-BR/learn/replay-tasks-from-latest-crew-kickoff" ,
"pt-BR/learn/sequential-process" ,
"pt-BR/learn/using-annotations" ,
"pt-BR/learn/execution-hooks" ,
"pt-BR/learn/llm-hooks" ,
"pt-BR/learn/tool-hooks"
]
} ,
{
"group" : "Telemetria" ,
"pages" : [
"pt-BR/telemetry"
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/enterprise/introduction"
]
} ,
{
"group" : "Construir" ,
"pages" : [
"pt-BR/enterprise/features/automations" ,
"pt-BR/enterprise/features/crew-studio" ,
"pt-BR/enterprise/features/marketplace" ,
"pt-BR/enterprise/features/agent-repositories" ,
"pt-BR/enterprise/features/tools-and-integrations" ,
"pt-BR/enterprise/features/pii-trace-redactions"
]
} ,
{
"group" : "Operar" ,
"pages" : [
"pt-BR/enterprise/features/traces" ,
"pt-BR/enterprise/features/webhook-streaming" ,
"pt-BR/enterprise/features/hallucination-guardrail" ,
"pt-BR/enterprise/features/flow-hitl-management"
]
} ,
{
"group" : "Gerenciar" ,
"pages" : [
"pt-BR/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Documenta\u00e7\u00e3o de Integra\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/enterprise/integrations/asana" ,
"pt-BR/enterprise/integrations/box" ,
"pt-BR/enterprise/integrations/clickup" ,
"pt-BR/enterprise/integrations/github" ,
"pt-BR/enterprise/integrations/gmail" ,
"pt-BR/enterprise/integrations/google_calendar" ,
"pt-BR/enterprise/integrations/google_contacts" ,
"pt-BR/enterprise/integrations/google_docs" ,
"pt-BR/enterprise/integrations/google_drive" ,
"pt-BR/enterprise/integrations/google_sheets" ,
"pt-BR/enterprise/integrations/google_slides" ,
"pt-BR/enterprise/integrations/hubspot" ,
"pt-BR/enterprise/integrations/jira" ,
"pt-BR/enterprise/integrations/linear" ,
"pt-BR/enterprise/integrations/microsoft_excel" ,
"pt-BR/enterprise/integrations/microsoft_onedrive" ,
"pt-BR/enterprise/integrations/microsoft_outlook" ,
"pt-BR/enterprise/integrations/microsoft_sharepoint" ,
"pt-BR/enterprise/integrations/microsoft_teams" ,
"pt-BR/enterprise/integrations/microsoft_word" ,
"pt-BR/enterprise/integrations/notion" ,
"pt-BR/enterprise/integrations/salesforce" ,
"pt-BR/enterprise/integrations/shopify" ,
"pt-BR/enterprise/integrations/slack" ,
"pt-BR/enterprise/integrations/stripe" ,
"pt-BR/enterprise/integrations/zendesk"
]
} ,
{
"group" : "Guias" ,
"pages" : [
"pt-BR/enterprise/guides/build-crew" ,
"pt-BR/enterprise/guides/prepare-for-deployment" ,
"pt-BR/enterprise/guides/deploy-to-amp" ,
"pt-BR/enterprise/guides/private-package-registry" ,
"pt-BR/enterprise/guides/kickoff-crew" ,
"pt-BR/enterprise/guides/update-crew" ,
"pt-BR/enterprise/guides/enable-crew-studio" ,
"pt-BR/enterprise/guides/capture_telemetry_logs" ,
"pt-BR/enterprise/guides/azure-openai-setup" ,
"pt-BR/enterprise/guides/tool-repository" ,
"pt-BR/enterprise/guides/custom-mcp-server" ,
"pt-BR/enterprise/guides/react-component-export" ,
"pt-BR/enterprise/guides/team-management" ,
"pt-BR/enterprise/guides/human-in-the-loop" ,
"pt-BR/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Triggers" ,
"pages" : [
"pt-BR/enterprise/guides/automation-triggers" ,
"pt-BR/enterprise/guides/gmail-trigger" ,
"pt-BR/enterprise/guides/google-calendar-trigger" ,
"pt-BR/enterprise/guides/google-drive-trigger" ,
"pt-BR/enterprise/guides/outlook-trigger" ,
"pt-BR/enterprise/guides/onedrive-trigger" ,
"pt-BR/enterprise/guides/microsoft-teams-trigger" ,
"pt-BR/enterprise/guides/slack-trigger" ,
"pt-BR/enterprise/guides/hubspot-trigger" ,
"pt-BR/enterprise/guides/salesforce-trigger" ,
"pt-BR/enterprise/guides/zapier-trigger"
]
} ,
{
"group" : "Recursos" ,
"pages" : [
"pt-BR/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Refer\u00eancia da API" ,
2026-03-25 18:07:28 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/api-reference/introduction" ,
"pt-BR/api-reference/inputs" ,
"pt-BR/api-reference/kickoff" ,
"pt-BR/api-reference/resume" ,
"pt-BR/api-reference/status"
]
}
]
} ,
{
"tab" : "Exemplos" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Exemplos" ,
"pages" : [
"pt-BR/examples/example" ,
"pt-BR/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Notas de Vers\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Notas de Vers\u00e3o" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/changelog"
]
}
]
}
]
} ,
{
2026-03-25 23:54:26 -07:00
"version" : "v1.10.1" ,
2026-03-25 18:07:28 -07:00
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "In\u00edcio" ,
2026-03-25 18:07:28 -07:00
"icon" : "house" ,
"groups" : [
{
"group" : "Bem-vindo" ,
"pages" : [
"pt-BR/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Documenta\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/introduction" ,
"pt-BR/installation" ,
"pt-BR/quickstart"
]
} ,
{
"group" : "Guias" ,
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Estrat\u00e9gia" ,
2026-03-25 18:07:28 -07:00
"icon" : "compass" ,
"pages" : [
"pt-BR/guides/concepts/evaluating-use-cases"
]
} ,
{
"group" : "Agentes" ,
"icon" : "user" ,
"pages" : [
"pt-BR/guides/agents/crafting-effective-agents"
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
"pt-BR/guides/crews/first-crew"
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
"pt-BR/guides/flows/first-flow" ,
"pt-BR/guides/flows/mastering-flow-state"
]
} ,
{
"group" : "Ferramentas" ,
"icon" : "wrench" ,
"pages" : [
"pt-BR/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Ferramentas de Codifica\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "terminal" ,
"pages" : [
"pt-BR/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Avan\u00e7ado" ,
2026-03-25 18:07:28 -07:00
"icon" : "gear" ,
"pages" : [
"pt-BR/guides/advanced/customizing-prompts" ,
"pt-BR/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Migra\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "shuffle" ,
"pages" : [
"pt-BR/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
"group" : "Conceitos-Chave" ,
"pages" : [
"pt-BR/concepts/agents" ,
"pt-BR/concepts/tasks" ,
"pt-BR/concepts/crews" ,
"pt-BR/concepts/flows" ,
"pt-BR/concepts/production-architecture" ,
"pt-BR/concepts/knowledge" ,
"pt-BR/concepts/llms" ,
"pt-BR/concepts/files" ,
"pt-BR/concepts/processes" ,
"pt-BR/concepts/collaboration" ,
"pt-BR/concepts/training" ,
"pt-BR/concepts/memory" ,
"pt-BR/concepts/reasoning" ,
"pt-BR/concepts/planning" ,
"pt-BR/concepts/testing" ,
"pt-BR/concepts/cli" ,
"pt-BR/concepts/tools" ,
"pt-BR/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Integra\u00e7\u00e3o MCP" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/mcp/overview" ,
"pt-BR/mcp/dsl-integration" ,
"pt-BR/mcp/stdio" ,
"pt-BR/mcp/sse" ,
"pt-BR/mcp/streamable-http" ,
"pt-BR/mcp/multiple-servers" ,
"pt-BR/mcp/security"
]
} ,
{
"group" : "Ferramentas" ,
"pages" : [
"pt-BR/tools/overview" ,
{
"group" : "Arquivo & Documento" ,
"icon" : "folder-open" ,
"pages" : [
"pt-BR/tools/file-document/overview" ,
"pt-BR/tools/file-document/filereadtool" ,
"pt-BR/tools/file-document/filewritetool" ,
"pt-BR/tools/file-document/pdfsearchtool" ,
"pt-BR/tools/file-document/docxsearchtool" ,
"pt-BR/tools/file-document/mdxsearchtool" ,
"pt-BR/tools/file-document/xmlsearchtool" ,
"pt-BR/tools/file-document/txtsearchtool" ,
"pt-BR/tools/file-document/jsonsearchtool" ,
"pt-BR/tools/file-document/csvsearchtool" ,
"pt-BR/tools/file-document/directorysearchtool" ,
"pt-BR/tools/file-document/directoryreadtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Web Scraping & Navega\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "globe" ,
"pages" : [
"pt-BR/tools/web-scraping/overview" ,
"pt-BR/tools/web-scraping/scrapewebsitetool" ,
"pt-BR/tools/web-scraping/scrapeelementfromwebsitetool" ,
"pt-BR/tools/web-scraping/scrapflyscrapetool" ,
"pt-BR/tools/web-scraping/seleniumscrapingtool" ,
"pt-BR/tools/web-scraping/scrapegraphscrapetool" ,
"pt-BR/tools/web-scraping/spidertool" ,
"pt-BR/tools/web-scraping/browserbaseloadtool" ,
"pt-BR/tools/web-scraping/hyperbrowserloadtool" ,
"pt-BR/tools/web-scraping/stagehandtool" ,
"pt-BR/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"pt-BR/tools/web-scraping/firecrawlscrapewebsitetool" ,
"pt-BR/tools/web-scraping/oxylabsscraperstool"
]
} ,
{
"group" : "Pesquisa" ,
"icon" : "magnifying-glass" ,
"pages" : [
"pt-BR/tools/search-research/overview" ,
"pt-BR/tools/search-research/serperdevtool" ,
"pt-BR/tools/search-research/bravesearchtool" ,
"pt-BR/tools/search-research/exasearchtool" ,
"pt-BR/tools/search-research/linkupsearchtool" ,
"pt-BR/tools/search-research/githubsearchtool" ,
"pt-BR/tools/search-research/websitesearchtool" ,
"pt-BR/tools/search-research/codedocssearchtool" ,
"pt-BR/tools/search-research/youtubechannelsearchtool" ,
"pt-BR/tools/search-research/youtubevideosearchtool"
]
} ,
{
"group" : "Dados" ,
"icon" : "database" ,
"pages" : [
"pt-BR/tools/database-data/overview" ,
"pt-BR/tools/database-data/mysqltool" ,
"pt-BR/tools/database-data/pgsearchtool" ,
"pt-BR/tools/database-data/snowflakesearchtool" ,
"pt-BR/tools/database-data/nl2sqltool" ,
"pt-BR/tools/database-data/qdrantvectorsearchtool" ,
"pt-BR/tools/database-data/weaviatevectorsearchtool"
]
} ,
{
"group" : "IA & Machine Learning" ,
"icon" : "brain" ,
"pages" : [
"pt-BR/tools/ai-ml/overview" ,
"pt-BR/tools/ai-ml/dalletool" ,
"pt-BR/tools/ai-ml/visiontool" ,
"pt-BR/tools/ai-ml/aimindtool" ,
"pt-BR/tools/ai-ml/llamaindextool" ,
"pt-BR/tools/ai-ml/langchaintool" ,
"pt-BR/tools/ai-ml/ragtool" ,
"pt-BR/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Armazenamento" ,
"icon" : "cloud" ,
"pages" : [
"pt-BR/tools/cloud-storage/overview" ,
"pt-BR/tools/cloud-storage/s3readertool" ,
"pt-BR/tools/cloud-storage/s3writertool" ,
"pt-BR/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"pt-BR/tools/integration/overview" ,
"pt-BR/tools/integration/bedrockinvokeagenttool" ,
"pt-BR/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Automa\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"icon" : "bolt" ,
"pages" : [
"pt-BR/tools/automation/overview" ,
"pt-BR/tools/automation/apifyactorstool" ,
"pt-BR/tools/automation/composiotool" ,
"pt-BR/tools/automation/multiontool"
]
}
]
} ,
{
"group" : "Observabilidade" ,
"pages" : [
"pt-BR/observability/tracing" ,
"pt-BR/observability/overview" ,
"pt-BR/observability/arize-phoenix" ,
"pt-BR/observability/braintrust" ,
"pt-BR/observability/datadog" ,
"pt-BR/observability/galileo" ,
"pt-BR/observability/langdb" ,
"pt-BR/observability/langfuse" ,
"pt-BR/observability/langtrace" ,
"pt-BR/observability/maxim" ,
"pt-BR/observability/mlflow" ,
"pt-BR/observability/openlit" ,
"pt-BR/observability/opik" ,
"pt-BR/observability/patronus-evaluation" ,
"pt-BR/observability/portkey" ,
"pt-BR/observability/weave" ,
"pt-BR/observability/truefoundry"
]
} ,
{
"group" : "Aprenda" ,
"pages" : [
"pt-BR/learn/overview" ,
"pt-BR/learn/llm-selection-guide" ,
"pt-BR/learn/conditional-tasks" ,
"pt-BR/learn/coding-agents" ,
"pt-BR/learn/create-custom-tools" ,
"pt-BR/learn/custom-llm" ,
"pt-BR/learn/custom-manager-agent" ,
"pt-BR/learn/customizing-agents" ,
"pt-BR/learn/dalle-image-generation" ,
"pt-BR/learn/force-tool-output-as-result" ,
"pt-BR/learn/hierarchical-process" ,
"pt-BR/learn/human-input-on-execution" ,
"pt-BR/learn/human-in-the-loop" ,
"pt-BR/learn/human-feedback-in-flows" ,
"pt-BR/learn/kickoff-async" ,
"pt-BR/learn/kickoff-for-each" ,
"pt-BR/learn/llm-connections" ,
"pt-BR/learn/multimodal-agents" ,
"pt-BR/learn/replay-tasks-from-latest-crew-kickoff" ,
"pt-BR/learn/sequential-process" ,
"pt-BR/learn/using-annotations" ,
"pt-BR/learn/execution-hooks" ,
"pt-BR/learn/llm-hooks" ,
"pt-BR/learn/tool-hooks"
]
} ,
{
"group" : "Telemetria" ,
"pages" : [
"pt-BR/telemetry"
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/enterprise/introduction"
]
} ,
{
"group" : "Construir" ,
"pages" : [
"pt-BR/enterprise/features/automations" ,
"pt-BR/enterprise/features/crew-studio" ,
"pt-BR/enterprise/features/marketplace" ,
"pt-BR/enterprise/features/agent-repositories" ,
"pt-BR/enterprise/features/tools-and-integrations" ,
"pt-BR/enterprise/features/pii-trace-redactions"
]
} ,
{
"group" : "Operar" ,
"pages" : [
"pt-BR/enterprise/features/traces" ,
"pt-BR/enterprise/features/webhook-streaming" ,
"pt-BR/enterprise/features/hallucination-guardrail" ,
"pt-BR/enterprise/features/flow-hitl-management"
]
} ,
{
"group" : "Gerenciar" ,
"pages" : [
"pt-BR/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Documenta\u00e7\u00e3o de Integra\u00e7\u00e3o" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/enterprise/integrations/asana" ,
"pt-BR/enterprise/integrations/box" ,
"pt-BR/enterprise/integrations/clickup" ,
"pt-BR/enterprise/integrations/github" ,
"pt-BR/enterprise/integrations/gmail" ,
"pt-BR/enterprise/integrations/google_calendar" ,
"pt-BR/enterprise/integrations/google_contacts" ,
"pt-BR/enterprise/integrations/google_docs" ,
"pt-BR/enterprise/integrations/google_drive" ,
"pt-BR/enterprise/integrations/google_sheets" ,
"pt-BR/enterprise/integrations/google_slides" ,
"pt-BR/enterprise/integrations/hubspot" ,
"pt-BR/enterprise/integrations/jira" ,
"pt-BR/enterprise/integrations/linear" ,
"pt-BR/enterprise/integrations/microsoft_excel" ,
"pt-BR/enterprise/integrations/microsoft_onedrive" ,
"pt-BR/enterprise/integrations/microsoft_outlook" ,
"pt-BR/enterprise/integrations/microsoft_sharepoint" ,
"pt-BR/enterprise/integrations/microsoft_teams" ,
"pt-BR/enterprise/integrations/microsoft_word" ,
"pt-BR/enterprise/integrations/notion" ,
"pt-BR/enterprise/integrations/salesforce" ,
"pt-BR/enterprise/integrations/shopify" ,
"pt-BR/enterprise/integrations/slack" ,
"pt-BR/enterprise/integrations/stripe" ,
"pt-BR/enterprise/integrations/zendesk"
]
} ,
{
"group" : "Guias" ,
"pages" : [
"pt-BR/enterprise/guides/build-crew" ,
"pt-BR/enterprise/guides/prepare-for-deployment" ,
"pt-BR/enterprise/guides/deploy-to-amp" ,
"pt-BR/enterprise/guides/private-package-registry" ,
"pt-BR/enterprise/guides/kickoff-crew" ,
"pt-BR/enterprise/guides/update-crew" ,
"pt-BR/enterprise/guides/enable-crew-studio" ,
"pt-BR/enterprise/guides/capture_telemetry_logs" ,
"pt-BR/enterprise/guides/azure-openai-setup" ,
"pt-BR/enterprise/guides/tool-repository" ,
"pt-BR/enterprise/guides/custom-mcp-server" ,
"pt-BR/enterprise/guides/react-component-export" ,
"pt-BR/enterprise/guides/team-management" ,
"pt-BR/enterprise/guides/human-in-the-loop" ,
"pt-BR/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Triggers" ,
"pages" : [
"pt-BR/enterprise/guides/automation-triggers" ,
"pt-BR/enterprise/guides/gmail-trigger" ,
"pt-BR/enterprise/guides/google-calendar-trigger" ,
"pt-BR/enterprise/guides/google-drive-trigger" ,
"pt-BR/enterprise/guides/outlook-trigger" ,
"pt-BR/enterprise/guides/onedrive-trigger" ,
"pt-BR/enterprise/guides/microsoft-teams-trigger" ,
"pt-BR/enterprise/guides/slack-trigger" ,
"pt-BR/enterprise/guides/hubspot-trigger" ,
"pt-BR/enterprise/guides/salesforce-trigger" ,
"pt-BR/enterprise/guides/zapier-trigger"
]
} ,
{
"group" : "Recursos" ,
"pages" : [
"pt-BR/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Refer\u00eancia da API" ,
2026-03-25 18:07:28 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"pt-BR/api-reference/introduction" ,
"pt-BR/api-reference/inputs" ,
"pt-BR/api-reference/kickoff" ,
"pt-BR/api-reference/resume" ,
"pt-BR/api-reference/status"
]
}
]
} ,
{
2026-03-25 18:52:11 -07:00
"tab" : "Exemplos" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Exemplos" ,
"pages" : [
"pt-BR/examples/example" ,
"pt-BR/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Notas de Vers\u00e3o" ,
2026-03-25 18:52:11 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Notas de Vers\u00e3o" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"pt-BR/changelog"
]
}
]
}
]
} ,
{
2026-03-25 23:54:26 -07:00
"version" : "v1.10.0" ,
2026-03-25 18:52:11 -07:00
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "In\u00edcio" ,
2026-03-25 18:52:11 -07:00
"icon" : "house" ,
"groups" : [
{
"group" : "Bem-vindo" ,
"pages" : [
"pt-BR/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Documenta\u00e7\u00e3o" ,
2026-03-25 18:52:11 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"pt-BR/introduction" ,
"pt-BR/installation" ,
"pt-BR/quickstart"
]
} ,
{
"group" : "Guias" ,
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Estrat\u00e9gia" ,
2026-03-25 18:52:11 -07:00
"icon" : "compass" ,
"pages" : [
"pt-BR/guides/concepts/evaluating-use-cases"
]
} ,
{
"group" : "Agentes" ,
"icon" : "user" ,
"pages" : [
"pt-BR/guides/agents/crafting-effective-agents"
]
} ,
{
"group" : "Crews" ,
"icon" : "users" ,
"pages" : [
"pt-BR/guides/crews/first-crew"
]
} ,
{
"group" : "Flows" ,
"icon" : "code-branch" ,
"pages" : [
"pt-BR/guides/flows/first-flow" ,
"pt-BR/guides/flows/mastering-flow-state"
]
} ,
{
"group" : "Ferramentas" ,
"icon" : "wrench" ,
"pages" : [
"pt-BR/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Ferramentas de Codifica\u00e7\u00e3o" ,
2026-03-25 18:52:11 -07:00
"icon" : "terminal" ,
"pages" : [
"pt-BR/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Avan\u00e7ado" ,
2026-03-25 18:52:11 -07:00
"icon" : "gear" ,
"pages" : [
"pt-BR/guides/advanced/customizing-prompts" ,
"pt-BR/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Migra\u00e7\u00e3o" ,
2026-03-25 18:52:11 -07:00
"icon" : "shuffle" ,
"pages" : [
"pt-BR/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
"group" : "Conceitos-Chave" ,
"pages" : [
"pt-BR/concepts/agents" ,
"pt-BR/concepts/tasks" ,
"pt-BR/concepts/crews" ,
"pt-BR/concepts/flows" ,
"pt-BR/concepts/production-architecture" ,
"pt-BR/concepts/knowledge" ,
2026-03-25 23:54:26 -07:00
"pt-BR/concepts/skills" ,
2026-03-25 18:52:11 -07:00
"pt-BR/concepts/llms" ,
"pt-BR/concepts/files" ,
"pt-BR/concepts/processes" ,
"pt-BR/concepts/collaboration" ,
"pt-BR/concepts/training" ,
"pt-BR/concepts/memory" ,
"pt-BR/concepts/reasoning" ,
"pt-BR/concepts/planning" ,
"pt-BR/concepts/testing" ,
"pt-BR/concepts/cli" ,
"pt-BR/concepts/tools" ,
"pt-BR/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Integra\u00e7\u00e3o MCP" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"pt-BR/mcp/overview" ,
"pt-BR/mcp/dsl-integration" ,
"pt-BR/mcp/stdio" ,
"pt-BR/mcp/sse" ,
"pt-BR/mcp/streamable-http" ,
"pt-BR/mcp/multiple-servers" ,
"pt-BR/mcp/security"
]
} ,
{
"group" : "Ferramentas" ,
"pages" : [
"pt-BR/tools/overview" ,
{
"group" : "Arquivo & Documento" ,
"icon" : "folder-open" ,
"pages" : [
"pt-BR/tools/file-document/overview" ,
"pt-BR/tools/file-document/filereadtool" ,
"pt-BR/tools/file-document/filewritetool" ,
"pt-BR/tools/file-document/pdfsearchtool" ,
"pt-BR/tools/file-document/docxsearchtool" ,
"pt-BR/tools/file-document/mdxsearchtool" ,
"pt-BR/tools/file-document/xmlsearchtool" ,
"pt-BR/tools/file-document/txtsearchtool" ,
"pt-BR/tools/file-document/jsonsearchtool" ,
"pt-BR/tools/file-document/csvsearchtool" ,
"pt-BR/tools/file-document/directorysearchtool" ,
"pt-BR/tools/file-document/directoryreadtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Web Scraping & Navega\u00e7\u00e3o" ,
2026-03-25 18:52:11 -07:00
"icon" : "globe" ,
"pages" : [
"pt-BR/tools/web-scraping/overview" ,
"pt-BR/tools/web-scraping/scrapewebsitetool" ,
"pt-BR/tools/web-scraping/scrapeelementfromwebsitetool" ,
"pt-BR/tools/web-scraping/scrapflyscrapetool" ,
"pt-BR/tools/web-scraping/seleniumscrapingtool" ,
"pt-BR/tools/web-scraping/scrapegraphscrapetool" ,
"pt-BR/tools/web-scraping/spidertool" ,
"pt-BR/tools/web-scraping/browserbaseloadtool" ,
"pt-BR/tools/web-scraping/hyperbrowserloadtool" ,
"pt-BR/tools/web-scraping/stagehandtool" ,
"pt-BR/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"pt-BR/tools/web-scraping/firecrawlscrapewebsitetool" ,
"pt-BR/tools/web-scraping/oxylabsscraperstool"
]
} ,
{
"group" : "Pesquisa" ,
"icon" : "magnifying-glass" ,
"pages" : [
"pt-BR/tools/search-research/overview" ,
"pt-BR/tools/search-research/serperdevtool" ,
"pt-BR/tools/search-research/bravesearchtool" ,
"pt-BR/tools/search-research/exasearchtool" ,
"pt-BR/tools/search-research/linkupsearchtool" ,
"pt-BR/tools/search-research/githubsearchtool" ,
"pt-BR/tools/search-research/websitesearchtool" ,
"pt-BR/tools/search-research/codedocssearchtool" ,
"pt-BR/tools/search-research/youtubechannelsearchtool" ,
"pt-BR/tools/search-research/youtubevideosearchtool"
]
} ,
{
"group" : "Dados" ,
"icon" : "database" ,
"pages" : [
"pt-BR/tools/database-data/overview" ,
"pt-BR/tools/database-data/mysqltool" ,
"pt-BR/tools/database-data/pgsearchtool" ,
"pt-BR/tools/database-data/snowflakesearchtool" ,
"pt-BR/tools/database-data/nl2sqltool" ,
"pt-BR/tools/database-data/qdrantvectorsearchtool" ,
"pt-BR/tools/database-data/weaviatevectorsearchtool"
]
} ,
{
"group" : "IA & Machine Learning" ,
"icon" : "brain" ,
"pages" : [
"pt-BR/tools/ai-ml/overview" ,
"pt-BR/tools/ai-ml/dalletool" ,
"pt-BR/tools/ai-ml/visiontool" ,
"pt-BR/tools/ai-ml/aimindtool" ,
"pt-BR/tools/ai-ml/llamaindextool" ,
"pt-BR/tools/ai-ml/langchaintool" ,
"pt-BR/tools/ai-ml/ragtool" ,
"pt-BR/tools/ai-ml/codeinterpretertool"
]
} ,
{
"group" : "Cloud & Armazenamento" ,
"icon" : "cloud" ,
"pages" : [
"pt-BR/tools/cloud-storage/overview" ,
"pt-BR/tools/cloud-storage/s3readertool" ,
"pt-BR/tools/cloud-storage/s3writertool" ,
"pt-BR/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"pt-BR/tools/integration/overview" ,
"pt-BR/tools/integration/bedrockinvokeagenttool" ,
"pt-BR/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Automa\u00e7\u00e3o" ,
2026-03-25 18:52:11 -07:00
"icon" : "bolt" ,
"pages" : [
"pt-BR/tools/automation/overview" ,
"pt-BR/tools/automation/apifyactorstool" ,
"pt-BR/tools/automation/composiotool" ,
"pt-BR/tools/automation/multiontool"
]
}
]
} ,
{
"group" : "Observabilidade" ,
"pages" : [
"pt-BR/observability/tracing" ,
"pt-BR/observability/overview" ,
"pt-BR/observability/arize-phoenix" ,
"pt-BR/observability/braintrust" ,
"pt-BR/observability/datadog" ,
"pt-BR/observability/galileo" ,
"pt-BR/observability/langdb" ,
"pt-BR/observability/langfuse" ,
"pt-BR/observability/langtrace" ,
"pt-BR/observability/maxim" ,
"pt-BR/observability/mlflow" ,
"pt-BR/observability/openlit" ,
"pt-BR/observability/opik" ,
"pt-BR/observability/patronus-evaluation" ,
"pt-BR/observability/portkey" ,
"pt-BR/observability/weave" ,
"pt-BR/observability/truefoundry"
]
} ,
{
"group" : "Aprenda" ,
"pages" : [
"pt-BR/learn/overview" ,
"pt-BR/learn/llm-selection-guide" ,
"pt-BR/learn/conditional-tasks" ,
"pt-BR/learn/coding-agents" ,
"pt-BR/learn/create-custom-tools" ,
"pt-BR/learn/custom-llm" ,
"pt-BR/learn/custom-manager-agent" ,
"pt-BR/learn/customizing-agents" ,
"pt-BR/learn/dalle-image-generation" ,
"pt-BR/learn/force-tool-output-as-result" ,
"pt-BR/learn/hierarchical-process" ,
"pt-BR/learn/human-input-on-execution" ,
"pt-BR/learn/human-in-the-loop" ,
"pt-BR/learn/human-feedback-in-flows" ,
"pt-BR/learn/kickoff-async" ,
"pt-BR/learn/kickoff-for-each" ,
"pt-BR/learn/llm-connections" ,
"pt-BR/learn/multimodal-agents" ,
"pt-BR/learn/replay-tasks-from-latest-crew-kickoff" ,
"pt-BR/learn/sequential-process" ,
"pt-BR/learn/using-annotations" ,
"pt-BR/learn/execution-hooks" ,
"pt-BR/learn/llm-hooks" ,
"pt-BR/learn/tool-hooks"
]
} ,
{
"group" : "Telemetria" ,
"pages" : [
"pt-BR/telemetry"
]
}
]
} ,
{
"tab" : "AMP" ,
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"pt-BR/enterprise/introduction"
]
} ,
{
"group" : "Construir" ,
"pages" : [
"pt-BR/enterprise/features/automations" ,
"pt-BR/enterprise/features/crew-studio" ,
"pt-BR/enterprise/features/marketplace" ,
"pt-BR/enterprise/features/agent-repositories" ,
"pt-BR/enterprise/features/tools-and-integrations" ,
"pt-BR/enterprise/features/pii-trace-redactions"
]
} ,
{
"group" : "Operar" ,
"pages" : [
"pt-BR/enterprise/features/traces" ,
"pt-BR/enterprise/features/webhook-streaming" ,
"pt-BR/enterprise/features/hallucination-guardrail" ,
"pt-BR/enterprise/features/flow-hitl-management"
]
} ,
{
"group" : "Gerenciar" ,
"pages" : [
"pt-BR/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "Documenta\u00e7\u00e3o de Integra\u00e7\u00e3o" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"pt-BR/enterprise/integrations/asana" ,
"pt-BR/enterprise/integrations/box" ,
"pt-BR/enterprise/integrations/clickup" ,
"pt-BR/enterprise/integrations/github" ,
"pt-BR/enterprise/integrations/gmail" ,
"pt-BR/enterprise/integrations/google_calendar" ,
"pt-BR/enterprise/integrations/google_contacts" ,
"pt-BR/enterprise/integrations/google_docs" ,
"pt-BR/enterprise/integrations/google_drive" ,
"pt-BR/enterprise/integrations/google_sheets" ,
"pt-BR/enterprise/integrations/google_slides" ,
"pt-BR/enterprise/integrations/hubspot" ,
"pt-BR/enterprise/integrations/jira" ,
"pt-BR/enterprise/integrations/linear" ,
"pt-BR/enterprise/integrations/microsoft_excel" ,
"pt-BR/enterprise/integrations/microsoft_onedrive" ,
"pt-BR/enterprise/integrations/microsoft_outlook" ,
"pt-BR/enterprise/integrations/microsoft_sharepoint" ,
"pt-BR/enterprise/integrations/microsoft_teams" ,
"pt-BR/enterprise/integrations/microsoft_word" ,
"pt-BR/enterprise/integrations/notion" ,
"pt-BR/enterprise/integrations/salesforce" ,
"pt-BR/enterprise/integrations/shopify" ,
"pt-BR/enterprise/integrations/slack" ,
"pt-BR/enterprise/integrations/stripe" ,
"pt-BR/enterprise/integrations/zendesk"
]
} ,
{
"group" : "Guias" ,
"pages" : [
"pt-BR/enterprise/guides/build-crew" ,
"pt-BR/enterprise/guides/prepare-for-deployment" ,
"pt-BR/enterprise/guides/deploy-to-amp" ,
"pt-BR/enterprise/guides/private-package-registry" ,
"pt-BR/enterprise/guides/kickoff-crew" ,
"pt-BR/enterprise/guides/update-crew" ,
"pt-BR/enterprise/guides/enable-crew-studio" ,
"pt-BR/enterprise/guides/capture_telemetry_logs" ,
"pt-BR/enterprise/guides/azure-openai-setup" ,
"pt-BR/enterprise/guides/tool-repository" ,
"pt-BR/enterprise/guides/custom-mcp-server" ,
"pt-BR/enterprise/guides/react-component-export" ,
"pt-BR/enterprise/guides/team-management" ,
"pt-BR/enterprise/guides/human-in-the-loop" ,
"pt-BR/enterprise/guides/webhook-automation"
]
} ,
{
"group" : "Triggers" ,
"pages" : [
"pt-BR/enterprise/guides/automation-triggers" ,
"pt-BR/enterprise/guides/gmail-trigger" ,
"pt-BR/enterprise/guides/google-calendar-trigger" ,
"pt-BR/enterprise/guides/google-drive-trigger" ,
"pt-BR/enterprise/guides/outlook-trigger" ,
"pt-BR/enterprise/guides/onedrive-trigger" ,
"pt-BR/enterprise/guides/microsoft-teams-trigger" ,
"pt-BR/enterprise/guides/slack-trigger" ,
"pt-BR/enterprise/guides/hubspot-trigger" ,
"pt-BR/enterprise/guides/salesforce-trigger" ,
"pt-BR/enterprise/guides/zapier-trigger"
]
} ,
{
"group" : "Recursos" ,
"pages" : [
"pt-BR/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Refer\u00eancia da API" ,
2026-03-25 18:52:11 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Come\u00e7ando" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"pt-BR/api-reference/introduction" ,
"pt-BR/api-reference/inputs" ,
"pt-BR/api-reference/kickoff" ,
"pt-BR/api-reference/resume" ,
"pt-BR/api-reference/status"
]
}
]
} ,
{
"tab" : "Exemplos" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Exemplos" ,
"pages" : [
"pt-BR/examples/example" ,
"pt-BR/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "Notas de Vers\u00e3o" ,
2026-03-25 18:52:11 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "Notas de Vers\u00e3o" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"pt-BR/changelog"
]
}
]
}
]
2026-03-25 23:54:26 -07:00
}
]
} ,
{
"language" : "ko" ,
"global" : {
"anchors" : [
{
2026-03-27 22:15:34 -07:00
"anchor" : "\uc6f9\uc0ac\uc774\ud2b8" ,
2026-03-25 23:54:26 -07:00
"href" : "https://crewai.com" ,
"icon" : "globe"
} ,
{
2026-03-27 22:15:34 -07:00
"anchor" : "\ud3ec\ub7fc" ,
2026-03-25 23:54:26 -07:00
"href" : "https://community.crewai.com" ,
"icon" : "discourse"
} ,
{
2026-03-27 22:15:34 -07:00
"anchor" : "\ube14\ub85c\uadf8" ,
2026-03-25 23:54:26 -07:00
"href" : "https://blog.crewai.com" ,
"icon" : "newspaper"
} ,
{
"anchor" : "CrewGPT" ,
"href" : "https://chatgpt.com/g/g-qqTuUWsBY-crewai-assistant" ,
"icon" : "robot"
}
]
} ,
"versions" : [
2026-03-25 18:52:11 -07:00
{
2026-03-25 23:54:26 -07:00
"version" : "v1.12.2" ,
"default" : true ,
2026-03-25 18:52:11 -07:00
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\ud648" ,
2026-03-25 18:52:11 -07:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ud658\uc601\ud569\ub2c8\ub2e4" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/index"
2026-03-25 18:52:11 -07:00
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uae30\uc220 \ubb38\uc11c" ,
2026-03-25 18:52:11 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/introduction" ,
"ko/installation" ,
"ko/quickstart"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac00\uc774\ub4dc" ,
2026-03-25 18:52:11 -07:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc804\ub7b5" ,
2026-03-25 18:52:11 -07:00
"icon" : "compass" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/guides/concepts/evaluating-use-cases"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc5d0\uc774\uc804\ud2b8 (Agents)" ,
2026-03-25 18:52:11 -07:00
"icon" : "user" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/guides/agents/crafting-effective-agents"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud06c\ub8e8 (Crews)" ,
2026-03-25 18:52:11 -07:00
"icon" : "users" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/guides/crews/first-crew"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud50c\ub85c\uc6b0 (Flows)" ,
2026-03-25 18:52:11 -07:00
"icon" : "code-branch" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/guides/flows/first-flow" ,
"ko/guides/flows/mastering-flow-state"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c" ,
2026-03-25 18:52:11 -07:00
"icon" : "wrench" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/guides/tools/publish-custom-tools"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ucf54\ub529 \ub3c4\uad6c" ,
2026-03-25 18:52:11 -07:00
"icon" : "terminal" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/guides/coding-tools/agents-md"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uace0\uae09" ,
2026-03-25 18:52:11 -07:00
"icon" : "gear" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/guides/advanced/customizing-prompts" ,
"ko/guides/advanced/fingerprinting"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9c8\uc774\uadf8\ub808\uc774\uc158" ,
2026-03-25 18:52:11 -07:00
"icon" : "shuffle" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/guides/migration/migrating-from-langgraph"
2026-03-25 18:52:11 -07:00
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud575\uc2ec \uac1c\ub150" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/concepts/agents" ,
"ko/concepts/tasks" ,
2026-03-31 10:47:38 -07:00
"ko/concepts/agent-capabilities" ,
2026-03-25 23:54:26 -07:00
"ko/concepts/crews" ,
"ko/concepts/flows" ,
"ko/concepts/production-architecture" ,
"ko/concepts/knowledge" ,
"ko/concepts/skills" ,
"ko/concepts/llms" ,
"ko/concepts/files" ,
"ko/concepts/processes" ,
"ko/concepts/collaboration" ,
"ko/concepts/training" ,
"ko/concepts/memory" ,
"ko/concepts/reasoning" ,
"ko/concepts/planning" ,
"ko/concepts/testing" ,
"ko/concepts/cli" ,
"ko/concepts/tools" ,
"ko/concepts/event-listener"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "MCP \ud1b5\ud569" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/mcp/overview" ,
"ko/mcp/dsl-integration" ,
"ko/mcp/stdio" ,
"ko/mcp/sse" ,
"ko/mcp/streamable-http" ,
"ko/mcp/multiple-servers" ,
"ko/mcp/security"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c (Tools)" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/tools/overview" ,
2026-03-25 18:52:11 -07:00
{
2026-03-27 22:15:34 -07:00
"group" : "\ud30c\uc77c & \ubb38\uc11c" ,
2026-03-25 18:52:11 -07:00
"icon" : "folder-open" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/tools/file-document/overview" ,
"ko/tools/file-document/filereadtool" ,
"ko/tools/file-document/filewritetool" ,
"ko/tools/file-document/pdfsearchtool" ,
"ko/tools/file-document/docxsearchtool" ,
"ko/tools/file-document/mdxsearchtool" ,
"ko/tools/file-document/xmlsearchtool" ,
"ko/tools/file-document/txtsearchtool" ,
"ko/tools/file-document/jsonsearchtool" ,
"ko/tools/file-document/csvsearchtool" ,
"ko/tools/file-document/directorysearchtool" ,
"ko/tools/file-document/directoryreadtool" ,
"ko/tools/file-document/ocrtool" ,
"ko/tools/file-document/pdf-text-writing-tool"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6f9 \uc2a4\ud06c\ub798\ud551 & \ube0c\ub77c\uc6b0\uc9d5" ,
2026-03-25 18:52:11 -07:00
"icon" : "globe" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/tools/web-scraping/overview" ,
"ko/tools/web-scraping/scrapewebsitetool" ,
"ko/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ko/tools/web-scraping/scrapflyscrapetool" ,
"ko/tools/web-scraping/seleniumscrapingtool" ,
"ko/tools/web-scraping/scrapegraphscrapetool" ,
"ko/tools/web-scraping/spidertool" ,
"ko/tools/web-scraping/browserbaseloadtool" ,
"ko/tools/web-scraping/hyperbrowserloadtool" ,
"ko/tools/web-scraping/stagehandtool" ,
"ko/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ko/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ko/tools/web-scraping/oxylabsscraperstool" ,
"ko/tools/web-scraping/brightdata-tools"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac80\uc0c9 \ubc0f \uc5f0\uad6c" ,
2026-03-25 18:52:11 -07:00
"icon" : "magnifying-glass" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/tools/search-research/overview" ,
"ko/tools/search-research/serperdevtool" ,
"ko/tools/search-research/bravesearchtool" ,
"ko/tools/search-research/exasearchtool" ,
"ko/tools/search-research/linkupsearchtool" ,
"ko/tools/search-research/githubsearchtool" ,
"ko/tools/search-research/websitesearchtool" ,
"ko/tools/search-research/codedocssearchtool" ,
"ko/tools/search-research/youtubechannelsearchtool" ,
"ko/tools/search-research/youtubevideosearchtool" ,
"ko/tools/search-research/tavilysearchtool" ,
"ko/tools/search-research/tavilyextractortool" ,
"ko/tools/search-research/arxivpapertool" ,
"ko/tools/search-research/serpapi-googlesearchtool" ,
"ko/tools/search-research/serpapi-googleshoppingtool" ,
"ko/tools/search-research/databricks-query-tool"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub370\uc774\ud130\ubca0\uc774\uc2a4 & \ub370\uc774\ud130" ,
2026-03-25 18:52:11 -07:00
"icon" : "database" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/tools/database-data/overview" ,
"ko/tools/database-data/mysqltool" ,
"ko/tools/database-data/pgsearchtool" ,
"ko/tools/database-data/snowflakesearchtool" ,
"ko/tools/database-data/nl2sqltool" ,
"ko/tools/database-data/qdrantvectorsearchtool" ,
"ko/tools/database-data/weaviatevectorsearchtool" ,
"ko/tools/database-data/mongodbvectorsearchtool" ,
"ko/tools/database-data/singlestoresearchtool"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc778\uacf5\uc9c0\ub2a5 & \uba38\uc2e0\ub7ec\ub2dd" ,
2026-03-25 18:52:11 -07:00
"icon" : "brain" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/tools/ai-ml/overview" ,
"ko/tools/ai-ml/dalletool" ,
"ko/tools/ai-ml/visiontool" ,
"ko/tools/ai-ml/aimindtool" ,
"ko/tools/ai-ml/llamaindextool" ,
"ko/tools/ai-ml/langchaintool" ,
"ko/tools/ai-ml/ragtool" ,
"ko/tools/ai-ml/codeinterpretertool"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud074\ub77c\uc6b0\ub4dc & \uc2a4\ud1a0\ub9ac\uc9c0" ,
2026-03-25 18:52:11 -07:00
"icon" : "cloud" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/tools/cloud-storage/overview" ,
"ko/tools/cloud-storage/s3readertool" ,
"ko/tools/cloud-storage/s3writertool" ,
"ko/tools/cloud-storage/bedrockkbretriever"
2026-03-25 18:52:11 -07:00
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/tools/integration/overview" ,
"ko/tools/integration/bedrockinvokeagenttool" ,
"ko/tools/integration/crewaiautomationtool"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc790\ub3d9\ud654" ,
2026-03-25 18:52:11 -07:00
"icon" : "bolt" ,
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/tools/automation/overview" ,
"ko/tools/automation/apifyactorstool" ,
"ko/tools/automation/composiotool" ,
"ko/tools/automation/multiontool" ,
"ko/tools/automation/zapieractionstool"
2026-03-25 18:52:11 -07:00
]
}
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "Observability" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/observability/tracing" ,
"ko/observability/overview" ,
"ko/observability/arize-phoenix" ,
"ko/observability/braintrust" ,
"ko/observability/datadog" ,
"ko/observability/galileo" ,
"ko/observability/langdb" ,
"ko/observability/langfuse" ,
"ko/observability/langtrace" ,
"ko/observability/maxim" ,
"ko/observability/mlflow" ,
"ko/observability/neatlogs" ,
"ko/observability/openlit" ,
"ko/observability/opik" ,
"ko/observability/patronus-evaluation" ,
"ko/observability/portkey" ,
"ko/observability/weave"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/learn/overview" ,
"ko/learn/llm-selection-guide" ,
"ko/learn/conditional-tasks" ,
"ko/learn/coding-agents" ,
"ko/learn/create-custom-tools" ,
"ko/learn/custom-llm" ,
"ko/learn/custom-manager-agent" ,
"ko/learn/customizing-agents" ,
"ko/learn/dalle-image-generation" ,
"ko/learn/force-tool-output-as-result" ,
"ko/learn/hierarchical-process" ,
"ko/learn/human-input-on-execution" ,
"ko/learn/human-in-the-loop" ,
"ko/learn/human-feedback-in-flows" ,
"ko/learn/kickoff-async" ,
"ko/learn/kickoff-for-each" ,
"ko/learn/llm-connections" ,
"ko/learn/multimodal-agents" ,
"ko/learn/replay-tasks-from-latest-crew-kickoff" ,
"ko/learn/sequential-process" ,
"ko/learn/using-annotations" ,
"ko/learn/execution-hooks" ,
"ko/learn/llm-hooks" ,
"ko/learn/tool-hooks"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "Telemetry" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/telemetry"
2026-03-25 18:52:11 -07:00
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc5d4\ud130\ud504\ub77c\uc774\uc988" ,
2026-03-25 18:52:11 -07:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/enterprise/introduction"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ube4c\ub4dc" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/enterprise/features/automations" ,
"ko/enterprise/features/crew-studio" ,
"ko/enterprise/features/marketplace" ,
"ko/enterprise/features/agent-repositories" ,
"ko/enterprise/features/tools-and-integrations" ,
"ko/enterprise/features/pii-trace-redactions"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6b4\uc601" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/enterprise/features/traces" ,
"ko/enterprise/features/webhook-streaming" ,
"ko/enterprise/features/hallucination-guardrail" ,
"ko/enterprise/features/flow-hitl-management"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uad00\ub9ac" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/enterprise/features/rbac"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud1b5\ud569 \ubb38\uc11c" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/enterprise/integrations/asana" ,
"ko/enterprise/integrations/box" ,
"ko/enterprise/integrations/clickup" ,
"ko/enterprise/integrations/github" ,
"ko/enterprise/integrations/gmail" ,
"ko/enterprise/integrations/google_calendar" ,
"ko/enterprise/integrations/google_contacts" ,
"ko/enterprise/integrations/google_docs" ,
"ko/enterprise/integrations/google_drive" ,
"ko/enterprise/integrations/google_sheets" ,
"ko/enterprise/integrations/google_slides" ,
"ko/enterprise/integrations/hubspot" ,
"ko/enterprise/integrations/jira" ,
"ko/enterprise/integrations/linear" ,
"ko/enterprise/integrations/microsoft_excel" ,
"ko/enterprise/integrations/microsoft_onedrive" ,
"ko/enterprise/integrations/microsoft_outlook" ,
"ko/enterprise/integrations/microsoft_sharepoint" ,
"ko/enterprise/integrations/microsoft_teams" ,
"ko/enterprise/integrations/microsoft_word" ,
"ko/enterprise/integrations/notion" ,
"ko/enterprise/integrations/salesforce" ,
"ko/enterprise/integrations/shopify" ,
"ko/enterprise/integrations/slack" ,
"ko/enterprise/integrations/stripe" ,
"ko/enterprise/integrations/zendesk"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-25 23:54:26 -07:00
"group" : "How-To Guides" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/enterprise/guides/build-crew" ,
"ko/enterprise/guides/prepare-for-deployment" ,
"ko/enterprise/guides/deploy-to-amp" ,
"ko/enterprise/guides/private-package-registry" ,
"ko/enterprise/guides/kickoff-crew" ,
"ko/enterprise/guides/update-crew" ,
"ko/enterprise/guides/enable-crew-studio" ,
"ko/enterprise/guides/capture_telemetry_logs" ,
"ko/enterprise/guides/azure-openai-setup" ,
"ko/enterprise/guides/tool-repository" ,
"ko/enterprise/guides/custom-mcp-server" ,
"ko/enterprise/guides/react-component-export" ,
"ko/enterprise/guides/team-management" ,
"ko/enterprise/guides/human-in-the-loop" ,
"ko/enterprise/guides/webhook-automation"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud2b8\ub9ac\uac70" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/enterprise/guides/automation-triggers" ,
"ko/enterprise/guides/gmail-trigger" ,
"ko/enterprise/guides/google-calendar-trigger" ,
"ko/enterprise/guides/google-drive-trigger" ,
"ko/enterprise/guides/outlook-trigger" ,
"ko/enterprise/guides/onedrive-trigger" ,
"ko/enterprise/guides/microsoft-teams-trigger" ,
"ko/enterprise/guides/slack-trigger" ,
"ko/enterprise/guides/hubspot-trigger" ,
"ko/enterprise/guides/salesforce-trigger" ,
"ko/enterprise/guides/zapier-trigger"
2026-03-25 18:52:11 -07:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5 \uc790\uc6d0" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/enterprise/resources/frequently-asked-questions"
2026-03-25 18:52:11 -07:00
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \ub808\ud37c\ub7f0\uc2a4" ,
2026-03-25 18:52:11 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/api-reference/introduction" ,
"ko/api-reference/inputs" ,
"ko/api-reference/kickoff" ,
"ko/api-reference/resume" ,
"ko/api-reference/status"
2026-03-25 18:52:11 -07:00
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc608\uc2dc" ,
2026-03-25 18:52:11 -07:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc608\uc2dc" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/examples/example" ,
"ko/examples/cookbooks"
2026-03-25 18:52:11 -07:00
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\ubcc0\uacbd \ub85c\uadf8" ,
2026-03-25 18:52:11 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9b4\ub9ac\uc2a4 \ub178\ud2b8" ,
2026-03-25 18:52:11 -07:00
"pages" : [
2026-03-25 23:54:26 -07:00
"ko/changelog"
2026-03-25 18:52:11 -07:00
]
}
]
}
]
2026-03-25 23:54:26 -07:00
} ,
2026-03-25 18:52:11 -07:00
{
"version" : "v1.12.1" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\ud648" ,
2026-03-25 18:52:11 -07:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ud658\uc601\ud569\ub2c8\ub2e4" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uae30\uc220 \ubb38\uc11c" ,
2026-03-25 18:52:11 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/introduction" ,
"ko/installation" ,
"ko/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac00\uc774\ub4dc" ,
2026-03-25 18:52:11 -07:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc804\ub7b5" ,
2026-03-25 18:52:11 -07:00
"icon" : "compass" ,
"pages" : [
"ko/guides/concepts/evaluating-use-cases"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc5d0\uc774\uc804\ud2b8 (Agents)" ,
2026-03-25 18:52:11 -07:00
"icon" : "user" ,
"pages" : [
"ko/guides/agents/crafting-effective-agents"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud06c\ub8e8 (Crews)" ,
2026-03-25 18:52:11 -07:00
"icon" : "users" ,
"pages" : [
"ko/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud50c\ub85c\uc6b0 (Flows)" ,
2026-03-25 18:52:11 -07:00
"icon" : "code-branch" ,
"pages" : [
"ko/guides/flows/first-flow" ,
"ko/guides/flows/mastering-flow-state"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c" ,
2026-03-25 18:52:11 -07:00
"icon" : "wrench" ,
"pages" : [
"ko/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ucf54\ub529 \ub3c4\uad6c" ,
2026-03-25 18:52:11 -07:00
"icon" : "terminal" ,
"pages" : [
"ko/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uace0\uae09" ,
2026-03-25 18:52:11 -07:00
"icon" : "gear" ,
"pages" : [
"ko/guides/advanced/customizing-prompts" ,
"ko/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9c8\uc774\uadf8\ub808\uc774\uc158" ,
2026-03-25 18:52:11 -07:00
"icon" : "shuffle" ,
"pages" : [
"ko/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud575\uc2ec \uac1c\ub150" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/concepts/agents" ,
"ko/concepts/tasks" ,
"ko/concepts/crews" ,
"ko/concepts/flows" ,
"ko/concepts/production-architecture" ,
"ko/concepts/knowledge" ,
"ko/concepts/skills" ,
"ko/concepts/llms" ,
"ko/concepts/files" ,
"ko/concepts/processes" ,
"ko/concepts/collaboration" ,
"ko/concepts/training" ,
"ko/concepts/memory" ,
"ko/concepts/reasoning" ,
"ko/concepts/planning" ,
"ko/concepts/testing" ,
"ko/concepts/cli" ,
"ko/concepts/tools" ,
"ko/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "MCP \ud1b5\ud569" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/mcp/overview" ,
"ko/mcp/dsl-integration" ,
"ko/mcp/stdio" ,
"ko/mcp/sse" ,
"ko/mcp/streamable-http" ,
"ko/mcp/multiple-servers" ,
"ko/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c (Tools)" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud30c\uc77c & \ubb38\uc11c" ,
2026-03-25 18:52:11 -07:00
"icon" : "folder-open" ,
"pages" : [
"ko/tools/file-document/overview" ,
"ko/tools/file-document/filereadtool" ,
"ko/tools/file-document/filewritetool" ,
"ko/tools/file-document/pdfsearchtool" ,
"ko/tools/file-document/docxsearchtool" ,
"ko/tools/file-document/mdxsearchtool" ,
"ko/tools/file-document/xmlsearchtool" ,
"ko/tools/file-document/txtsearchtool" ,
"ko/tools/file-document/jsonsearchtool" ,
"ko/tools/file-document/csvsearchtool" ,
"ko/tools/file-document/directorysearchtool" ,
"ko/tools/file-document/directoryreadtool" ,
"ko/tools/file-document/ocrtool" ,
"ko/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6f9 \uc2a4\ud06c\ub798\ud551 & \ube0c\ub77c\uc6b0\uc9d5" ,
2026-03-25 18:52:11 -07:00
"icon" : "globe" ,
"pages" : [
"ko/tools/web-scraping/overview" ,
"ko/tools/web-scraping/scrapewebsitetool" ,
"ko/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ko/tools/web-scraping/scrapflyscrapetool" ,
"ko/tools/web-scraping/seleniumscrapingtool" ,
"ko/tools/web-scraping/scrapegraphscrapetool" ,
"ko/tools/web-scraping/spidertool" ,
"ko/tools/web-scraping/browserbaseloadtool" ,
"ko/tools/web-scraping/hyperbrowserloadtool" ,
"ko/tools/web-scraping/stagehandtool" ,
"ko/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ko/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ko/tools/web-scraping/oxylabsscraperstool" ,
"ko/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac80\uc0c9 \ubc0f \uc5f0\uad6c" ,
2026-03-25 18:52:11 -07:00
"icon" : "magnifying-glass" ,
"pages" : [
"ko/tools/search-research/overview" ,
"ko/tools/search-research/serperdevtool" ,
"ko/tools/search-research/bravesearchtool" ,
"ko/tools/search-research/exasearchtool" ,
"ko/tools/search-research/linkupsearchtool" ,
"ko/tools/search-research/githubsearchtool" ,
"ko/tools/search-research/websitesearchtool" ,
"ko/tools/search-research/codedocssearchtool" ,
"ko/tools/search-research/youtubechannelsearchtool" ,
"ko/tools/search-research/youtubevideosearchtool" ,
"ko/tools/search-research/tavilysearchtool" ,
"ko/tools/search-research/tavilyextractortool" ,
"ko/tools/search-research/arxivpapertool" ,
"ko/tools/search-research/serpapi-googlesearchtool" ,
"ko/tools/search-research/serpapi-googleshoppingtool" ,
"ko/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub370\uc774\ud130\ubca0\uc774\uc2a4 & \ub370\uc774\ud130" ,
2026-03-25 18:52:11 -07:00
"icon" : "database" ,
"pages" : [
"ko/tools/database-data/overview" ,
"ko/tools/database-data/mysqltool" ,
"ko/tools/database-data/pgsearchtool" ,
"ko/tools/database-data/snowflakesearchtool" ,
"ko/tools/database-data/nl2sqltool" ,
"ko/tools/database-data/qdrantvectorsearchtool" ,
"ko/tools/database-data/weaviatevectorsearchtool" ,
"ko/tools/database-data/mongodbvectorsearchtool" ,
"ko/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc778\uacf5\uc9c0\ub2a5 & \uba38\uc2e0\ub7ec\ub2dd" ,
2026-03-25 18:52:11 -07:00
"icon" : "brain" ,
"pages" : [
"ko/tools/ai-ml/overview" ,
"ko/tools/ai-ml/dalletool" ,
"ko/tools/ai-ml/visiontool" ,
"ko/tools/ai-ml/aimindtool" ,
"ko/tools/ai-ml/llamaindextool" ,
"ko/tools/ai-ml/langchaintool" ,
"ko/tools/ai-ml/ragtool" ,
"ko/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud074\ub77c\uc6b0\ub4dc & \uc2a4\ud1a0\ub9ac\uc9c0" ,
2026-03-25 18:52:11 -07:00
"icon" : "cloud" ,
"pages" : [
"ko/tools/cloud-storage/overview" ,
"ko/tools/cloud-storage/s3readertool" ,
"ko/tools/cloud-storage/s3writertool" ,
"ko/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ko/tools/integration/overview" ,
"ko/tools/integration/bedrockinvokeagenttool" ,
"ko/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc790\ub3d9\ud654" ,
2026-03-25 18:52:11 -07:00
"icon" : "bolt" ,
"pages" : [
"ko/tools/automation/overview" ,
"ko/tools/automation/apifyactorstool" ,
"ko/tools/automation/composiotool" ,
"ko/tools/automation/multiontool" ,
"ko/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"ko/observability/tracing" ,
"ko/observability/overview" ,
"ko/observability/arize-phoenix" ,
"ko/observability/braintrust" ,
"ko/observability/datadog" ,
"ko/observability/galileo" ,
"ko/observability/langdb" ,
"ko/observability/langfuse" ,
"ko/observability/langtrace" ,
"ko/observability/maxim" ,
"ko/observability/mlflow" ,
"ko/observability/neatlogs" ,
"ko/observability/openlit" ,
"ko/observability/opik" ,
"ko/observability/patronus-evaluation" ,
"ko/observability/portkey" ,
"ko/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/learn/overview" ,
"ko/learn/llm-selection-guide" ,
"ko/learn/conditional-tasks" ,
"ko/learn/coding-agents" ,
"ko/learn/create-custom-tools" ,
"ko/learn/custom-llm" ,
"ko/learn/custom-manager-agent" ,
"ko/learn/customizing-agents" ,
"ko/learn/dalle-image-generation" ,
"ko/learn/force-tool-output-as-result" ,
"ko/learn/hierarchical-process" ,
"ko/learn/human-input-on-execution" ,
"ko/learn/human-in-the-loop" ,
"ko/learn/human-feedback-in-flows" ,
"ko/learn/kickoff-async" ,
"ko/learn/kickoff-for-each" ,
"ko/learn/llm-connections" ,
"ko/learn/multimodal-agents" ,
"ko/learn/replay-tasks-from-latest-crew-kickoff" ,
"ko/learn/sequential-process" ,
"ko/learn/using-annotations" ,
"ko/learn/execution-hooks" ,
"ko/learn/llm-hooks" ,
"ko/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"ko/telemetry"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc5d4\ud130\ud504\ub77c\uc774\uc988" ,
2026-03-25 18:52:11 -07:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/enterprise/introduction"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ube4c\ub4dc" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/enterprise/features/automations" ,
"ko/enterprise/features/crew-studio" ,
"ko/enterprise/features/marketplace" ,
"ko/enterprise/features/agent-repositories" ,
"ko/enterprise/features/tools-and-integrations" ,
"ko/enterprise/features/pii-trace-redactions"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6b4\uc601" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/enterprise/features/traces" ,
"ko/enterprise/features/webhook-streaming" ,
"ko/enterprise/features/hallucination-guardrail" ,
"ko/enterprise/features/flow-hitl-management"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uad00\ub9ac" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud1b5\ud569 \ubb38\uc11c" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/enterprise/integrations/asana" ,
"ko/enterprise/integrations/box" ,
"ko/enterprise/integrations/clickup" ,
"ko/enterprise/integrations/github" ,
"ko/enterprise/integrations/gmail" ,
"ko/enterprise/integrations/google_calendar" ,
"ko/enterprise/integrations/google_contacts" ,
"ko/enterprise/integrations/google_docs" ,
"ko/enterprise/integrations/google_drive" ,
"ko/enterprise/integrations/google_sheets" ,
"ko/enterprise/integrations/google_slides" ,
"ko/enterprise/integrations/hubspot" ,
"ko/enterprise/integrations/jira" ,
"ko/enterprise/integrations/linear" ,
"ko/enterprise/integrations/microsoft_excel" ,
"ko/enterprise/integrations/microsoft_onedrive" ,
"ko/enterprise/integrations/microsoft_outlook" ,
"ko/enterprise/integrations/microsoft_sharepoint" ,
"ko/enterprise/integrations/microsoft_teams" ,
"ko/enterprise/integrations/microsoft_word" ,
"ko/enterprise/integrations/notion" ,
"ko/enterprise/integrations/salesforce" ,
"ko/enterprise/integrations/shopify" ,
"ko/enterprise/integrations/slack" ,
"ko/enterprise/integrations/stripe" ,
"ko/enterprise/integrations/zendesk"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"ko/enterprise/guides/build-crew" ,
"ko/enterprise/guides/prepare-for-deployment" ,
"ko/enterprise/guides/deploy-to-amp" ,
"ko/enterprise/guides/private-package-registry" ,
"ko/enterprise/guides/kickoff-crew" ,
"ko/enterprise/guides/update-crew" ,
"ko/enterprise/guides/enable-crew-studio" ,
"ko/enterprise/guides/capture_telemetry_logs" ,
"ko/enterprise/guides/azure-openai-setup" ,
"ko/enterprise/guides/tool-repository" ,
"ko/enterprise/guides/custom-mcp-server" ,
"ko/enterprise/guides/react-component-export" ,
"ko/enterprise/guides/team-management" ,
"ko/enterprise/guides/human-in-the-loop" ,
"ko/enterprise/guides/webhook-automation"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud2b8\ub9ac\uac70" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/enterprise/guides/automation-triggers" ,
"ko/enterprise/guides/gmail-trigger" ,
"ko/enterprise/guides/google-calendar-trigger" ,
"ko/enterprise/guides/google-drive-trigger" ,
"ko/enterprise/guides/outlook-trigger" ,
"ko/enterprise/guides/onedrive-trigger" ,
"ko/enterprise/guides/microsoft-teams-trigger" ,
"ko/enterprise/guides/slack-trigger" ,
"ko/enterprise/guides/hubspot-trigger" ,
"ko/enterprise/guides/salesforce-trigger" ,
"ko/enterprise/guides/zapier-trigger"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5 \uc790\uc6d0" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \ub808\ud37c\ub7f0\uc2a4" ,
2026-03-25 18:52:11 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ko/api-reference/introduction" ,
"ko/api-reference/inputs" ,
"ko/api-reference/kickoff" ,
"ko/api-reference/resume" ,
"ko/api-reference/status"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc608\uc2dc" ,
2026-03-25 18:07:28 -07:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc608\uc2dc" ,
2026-03-25 18:07:28 -07:00
"pages" : [
2026-03-25 18:52:11 -07:00
"ko/examples/example" ,
"ko/examples/cookbooks"
2026-03-25 18:07:28 -07:00
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\ubcc0\uacbd \ub85c\uadf8" ,
2026-03-25 18:07:28 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9b4\ub9ac\uc2a4 \ub178\ud2b8" ,
2026-03-25 18:07:28 -07:00
"pages" : [
2026-03-25 18:52:11 -07:00
"ko/changelog"
2026-03-25 18:07:28 -07:00
]
}
]
}
]
2026-03-25 18:52:11 -07:00
} ,
2026-03-25 18:07:28 -07:00
{
"version" : "v1.12.0" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\ud648" ,
2026-03-25 18:07:28 -07:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ud658\uc601\ud569\ub2c8\ub2e4" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uae30\uc220 \ubb38\uc11c" ,
2026-03-25 18:07:28 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/introduction" ,
"ko/installation" ,
"ko/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac00\uc774\ub4dc" ,
2026-03-25 18:07:28 -07:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc804\ub7b5" ,
2026-03-25 18:07:28 -07:00
"icon" : "compass" ,
"pages" : [
"ko/guides/concepts/evaluating-use-cases"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc5d0\uc774\uc804\ud2b8 (Agents)" ,
2026-03-25 18:07:28 -07:00
"icon" : "user" ,
"pages" : [
"ko/guides/agents/crafting-effective-agents"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud06c\ub8e8 (Crews)" ,
2026-03-25 18:07:28 -07:00
"icon" : "users" ,
"pages" : [
"ko/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud50c\ub85c\uc6b0 (Flows)" ,
2026-03-25 18:07:28 -07:00
"icon" : "code-branch" ,
"pages" : [
"ko/guides/flows/first-flow" ,
"ko/guides/flows/mastering-flow-state"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c" ,
2026-03-25 18:07:28 -07:00
"icon" : "wrench" ,
"pages" : [
"ko/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ucf54\ub529 \ub3c4\uad6c" ,
2026-03-25 18:07:28 -07:00
"icon" : "terminal" ,
"pages" : [
"ko/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uace0\uae09" ,
2026-03-25 18:07:28 -07:00
"icon" : "gear" ,
"pages" : [
"ko/guides/advanced/customizing-prompts" ,
"ko/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9c8\uc774\uadf8\ub808\uc774\uc158" ,
2026-03-25 18:07:28 -07:00
"icon" : "shuffle" ,
"pages" : [
"ko/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud575\uc2ec \uac1c\ub150" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/concepts/agents" ,
"ko/concepts/tasks" ,
"ko/concepts/crews" ,
"ko/concepts/flows" ,
"ko/concepts/production-architecture" ,
"ko/concepts/knowledge" ,
"ko/concepts/skills" ,
"ko/concepts/llms" ,
"ko/concepts/files" ,
"ko/concepts/processes" ,
"ko/concepts/collaboration" ,
"ko/concepts/training" ,
"ko/concepts/memory" ,
"ko/concepts/reasoning" ,
"ko/concepts/planning" ,
"ko/concepts/testing" ,
"ko/concepts/cli" ,
"ko/concepts/tools" ,
"ko/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "MCP \ud1b5\ud569" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/mcp/overview" ,
"ko/mcp/dsl-integration" ,
"ko/mcp/stdio" ,
"ko/mcp/sse" ,
"ko/mcp/streamable-http" ,
"ko/mcp/multiple-servers" ,
"ko/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c (Tools)" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud30c\uc77c & \ubb38\uc11c" ,
2026-03-25 18:07:28 -07:00
"icon" : "folder-open" ,
"pages" : [
"ko/tools/file-document/overview" ,
"ko/tools/file-document/filereadtool" ,
"ko/tools/file-document/filewritetool" ,
"ko/tools/file-document/pdfsearchtool" ,
"ko/tools/file-document/docxsearchtool" ,
"ko/tools/file-document/mdxsearchtool" ,
"ko/tools/file-document/xmlsearchtool" ,
"ko/tools/file-document/txtsearchtool" ,
"ko/tools/file-document/jsonsearchtool" ,
"ko/tools/file-document/csvsearchtool" ,
"ko/tools/file-document/directorysearchtool" ,
"ko/tools/file-document/directoryreadtool" ,
"ko/tools/file-document/ocrtool" ,
"ko/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6f9 \uc2a4\ud06c\ub798\ud551 & \ube0c\ub77c\uc6b0\uc9d5" ,
2026-03-25 18:07:28 -07:00
"icon" : "globe" ,
"pages" : [
"ko/tools/web-scraping/overview" ,
"ko/tools/web-scraping/scrapewebsitetool" ,
"ko/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ko/tools/web-scraping/scrapflyscrapetool" ,
"ko/tools/web-scraping/seleniumscrapingtool" ,
"ko/tools/web-scraping/scrapegraphscrapetool" ,
"ko/tools/web-scraping/spidertool" ,
"ko/tools/web-scraping/browserbaseloadtool" ,
"ko/tools/web-scraping/hyperbrowserloadtool" ,
"ko/tools/web-scraping/stagehandtool" ,
"ko/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ko/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ko/tools/web-scraping/oxylabsscraperstool" ,
"ko/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac80\uc0c9 \ubc0f \uc5f0\uad6c" ,
2026-03-25 18:07:28 -07:00
"icon" : "magnifying-glass" ,
"pages" : [
"ko/tools/search-research/overview" ,
"ko/tools/search-research/serperdevtool" ,
"ko/tools/search-research/bravesearchtool" ,
"ko/tools/search-research/exasearchtool" ,
"ko/tools/search-research/linkupsearchtool" ,
"ko/tools/search-research/githubsearchtool" ,
"ko/tools/search-research/websitesearchtool" ,
"ko/tools/search-research/codedocssearchtool" ,
"ko/tools/search-research/youtubechannelsearchtool" ,
"ko/tools/search-research/youtubevideosearchtool" ,
"ko/tools/search-research/tavilysearchtool" ,
"ko/tools/search-research/tavilyextractortool" ,
"ko/tools/search-research/arxivpapertool" ,
"ko/tools/search-research/serpapi-googlesearchtool" ,
"ko/tools/search-research/serpapi-googleshoppingtool" ,
"ko/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub370\uc774\ud130\ubca0\uc774\uc2a4 & \ub370\uc774\ud130" ,
2026-03-25 18:07:28 -07:00
"icon" : "database" ,
"pages" : [
"ko/tools/database-data/overview" ,
"ko/tools/database-data/mysqltool" ,
"ko/tools/database-data/pgsearchtool" ,
"ko/tools/database-data/snowflakesearchtool" ,
"ko/tools/database-data/nl2sqltool" ,
"ko/tools/database-data/qdrantvectorsearchtool" ,
"ko/tools/database-data/weaviatevectorsearchtool" ,
"ko/tools/database-data/mongodbvectorsearchtool" ,
"ko/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc778\uacf5\uc9c0\ub2a5 & \uba38\uc2e0\ub7ec\ub2dd" ,
2026-03-25 18:07:28 -07:00
"icon" : "brain" ,
"pages" : [
"ko/tools/ai-ml/overview" ,
"ko/tools/ai-ml/dalletool" ,
"ko/tools/ai-ml/visiontool" ,
"ko/tools/ai-ml/aimindtool" ,
"ko/tools/ai-ml/llamaindextool" ,
"ko/tools/ai-ml/langchaintool" ,
"ko/tools/ai-ml/ragtool" ,
"ko/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud074\ub77c\uc6b0\ub4dc & \uc2a4\ud1a0\ub9ac\uc9c0" ,
2026-03-25 18:07:28 -07:00
"icon" : "cloud" ,
"pages" : [
"ko/tools/cloud-storage/overview" ,
"ko/tools/cloud-storage/s3readertool" ,
"ko/tools/cloud-storage/s3writertool" ,
"ko/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ko/tools/integration/overview" ,
"ko/tools/integration/bedrockinvokeagenttool" ,
"ko/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc790\ub3d9\ud654" ,
2026-03-25 18:07:28 -07:00
"icon" : "bolt" ,
"pages" : [
"ko/tools/automation/overview" ,
"ko/tools/automation/apifyactorstool" ,
"ko/tools/automation/composiotool" ,
"ko/tools/automation/multiontool" ,
"ko/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"ko/observability/tracing" ,
"ko/observability/overview" ,
"ko/observability/arize-phoenix" ,
"ko/observability/braintrust" ,
"ko/observability/datadog" ,
"ko/observability/galileo" ,
"ko/observability/langdb" ,
"ko/observability/langfuse" ,
"ko/observability/langtrace" ,
"ko/observability/maxim" ,
"ko/observability/mlflow" ,
"ko/observability/neatlogs" ,
"ko/observability/openlit" ,
"ko/observability/opik" ,
"ko/observability/patronus-evaluation" ,
"ko/observability/portkey" ,
"ko/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/learn/overview" ,
"ko/learn/llm-selection-guide" ,
"ko/learn/conditional-tasks" ,
"ko/learn/coding-agents" ,
"ko/learn/create-custom-tools" ,
"ko/learn/custom-llm" ,
"ko/learn/custom-manager-agent" ,
"ko/learn/customizing-agents" ,
"ko/learn/dalle-image-generation" ,
"ko/learn/force-tool-output-as-result" ,
"ko/learn/hierarchical-process" ,
"ko/learn/human-input-on-execution" ,
"ko/learn/human-in-the-loop" ,
"ko/learn/human-feedback-in-flows" ,
"ko/learn/kickoff-async" ,
"ko/learn/kickoff-for-each" ,
"ko/learn/llm-connections" ,
"ko/learn/multimodal-agents" ,
"ko/learn/replay-tasks-from-latest-crew-kickoff" ,
"ko/learn/sequential-process" ,
"ko/learn/using-annotations" ,
"ko/learn/execution-hooks" ,
"ko/learn/llm-hooks" ,
"ko/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"ko/telemetry"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc5d4\ud130\ud504\ub77c\uc774\uc988" ,
2026-03-25 18:07:28 -07:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/enterprise/introduction"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ube4c\ub4dc" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/enterprise/features/automations" ,
"ko/enterprise/features/crew-studio" ,
"ko/enterprise/features/marketplace" ,
"ko/enterprise/features/agent-repositories" ,
"ko/enterprise/features/tools-and-integrations" ,
"ko/enterprise/features/pii-trace-redactions"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6b4\uc601" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/enterprise/features/traces" ,
"ko/enterprise/features/webhook-streaming" ,
"ko/enterprise/features/hallucination-guardrail" ,
"ko/enterprise/features/flow-hitl-management"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uad00\ub9ac" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud1b5\ud569 \ubb38\uc11c" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/enterprise/integrations/asana" ,
"ko/enterprise/integrations/box" ,
"ko/enterprise/integrations/clickup" ,
"ko/enterprise/integrations/github" ,
"ko/enterprise/integrations/gmail" ,
"ko/enterprise/integrations/google_calendar" ,
"ko/enterprise/integrations/google_contacts" ,
"ko/enterprise/integrations/google_docs" ,
"ko/enterprise/integrations/google_drive" ,
"ko/enterprise/integrations/google_sheets" ,
"ko/enterprise/integrations/google_slides" ,
"ko/enterprise/integrations/hubspot" ,
"ko/enterprise/integrations/jira" ,
"ko/enterprise/integrations/linear" ,
"ko/enterprise/integrations/microsoft_excel" ,
"ko/enterprise/integrations/microsoft_onedrive" ,
"ko/enterprise/integrations/microsoft_outlook" ,
"ko/enterprise/integrations/microsoft_sharepoint" ,
"ko/enterprise/integrations/microsoft_teams" ,
"ko/enterprise/integrations/microsoft_word" ,
"ko/enterprise/integrations/notion" ,
"ko/enterprise/integrations/salesforce" ,
"ko/enterprise/integrations/shopify" ,
"ko/enterprise/integrations/slack" ,
"ko/enterprise/integrations/stripe" ,
"ko/enterprise/integrations/zendesk"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"ko/enterprise/guides/build-crew" ,
"ko/enterprise/guides/prepare-for-deployment" ,
"ko/enterprise/guides/deploy-to-amp" ,
"ko/enterprise/guides/private-package-registry" ,
"ko/enterprise/guides/kickoff-crew" ,
"ko/enterprise/guides/update-crew" ,
"ko/enterprise/guides/enable-crew-studio" ,
"ko/enterprise/guides/capture_telemetry_logs" ,
"ko/enterprise/guides/azure-openai-setup" ,
"ko/enterprise/guides/tool-repository" ,
"ko/enterprise/guides/custom-mcp-server" ,
"ko/enterprise/guides/react-component-export" ,
"ko/enterprise/guides/team-management" ,
"ko/enterprise/guides/human-in-the-loop" ,
"ko/enterprise/guides/webhook-automation"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud2b8\ub9ac\uac70" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/enterprise/guides/automation-triggers" ,
"ko/enterprise/guides/gmail-trigger" ,
"ko/enterprise/guides/google-calendar-trigger" ,
"ko/enterprise/guides/google-drive-trigger" ,
"ko/enterprise/guides/outlook-trigger" ,
"ko/enterprise/guides/onedrive-trigger" ,
"ko/enterprise/guides/microsoft-teams-trigger" ,
"ko/enterprise/guides/slack-trigger" ,
"ko/enterprise/guides/hubspot-trigger" ,
"ko/enterprise/guides/salesforce-trigger" ,
"ko/enterprise/guides/zapier-trigger"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5 \uc790\uc6d0" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ko/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \ub808\ud37c\ub7f0\uc2a4" ,
2026-03-04 15:20:02 -08:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-04 15:20:02 -08:00
"pages" : [
2026-03-25 18:07:28 -07:00
"ko/api-reference/introduction" ,
"ko/api-reference/inputs" ,
"ko/api-reference/kickoff" ,
"ko/api-reference/resume" ,
"ko/api-reference/status"
2026-03-04 15:20:02 -08:00
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc608\uc2dc" ,
2026-03-04 15:20:02 -08:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc608\uc2dc" ,
2026-03-04 15:20:02 -08:00
"pages" : [
2026-03-25 18:07:28 -07:00
"ko/examples/example" ,
"ko/examples/cookbooks"
2026-03-04 15:20:02 -08:00
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\ubcc0\uacbd \ub85c\uadf8" ,
2026-03-04 15:20:02 -08:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9b4\ub9ac\uc2a4 \ub178\ud2b8" ,
2026-03-04 15:20:02 -08:00
"pages" : [
2026-03-25 18:07:28 -07:00
"ko/changelog"
2026-03-04 15:20:02 -08:00
]
}
]
}
]
2026-03-25 18:07:28 -07:00
} ,
2026-03-04 15:20:02 -08:00
{
2026-03-23 16:33:43 -07:00
"version" : "v1.11.1" ,
2026-03-04 15:20:02 -08:00
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\ud648" ,
2026-03-04 15:20:02 -08:00
"icon" : "house" ,
"groups" : [
2026-03-23 16:33:43 -07:00
{
2026-03-27 22:15:34 -07:00
"group" : "\ud658\uc601\ud569\ub2c8\ub2e4" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uae30\uc220 \ubb38\uc11c" ,
2026-03-23 16:33:43 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/introduction" ,
"ko/installation" ,
"ko/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac00\uc774\ub4dc" ,
2026-03-23 16:33:43 -07:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc804\ub7b5" ,
2026-03-23 16:33:43 -07:00
"icon" : "compass" ,
"pages" : [
"ko/guides/concepts/evaluating-use-cases"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc5d0\uc774\uc804\ud2b8 (Agents)" ,
2026-03-23 16:33:43 -07:00
"icon" : "user" ,
"pages" : [
"ko/guides/agents/crafting-effective-agents"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud06c\ub8e8 (Crews)" ,
2026-03-23 16:33:43 -07:00
"icon" : "users" ,
"pages" : [
"ko/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud50c\ub85c\uc6b0 (Flows)" ,
2026-03-23 16:33:43 -07:00
"icon" : "code-branch" ,
"pages" : [
"ko/guides/flows/first-flow" ,
"ko/guides/flows/mastering-flow-state"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c" ,
2026-03-23 16:33:43 -07:00
"icon" : "wrench" ,
"pages" : [
"ko/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ucf54\ub529 \ub3c4\uad6c" ,
2026-03-23 16:33:43 -07:00
"icon" : "terminal" ,
"pages" : [
"ko/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uace0\uae09" ,
2026-03-23 16:33:43 -07:00
"icon" : "gear" ,
"pages" : [
"ko/guides/advanced/customizing-prompts" ,
"ko/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9c8\uc774\uadf8\ub808\uc774\uc158" ,
2026-03-23 16:33:43 -07:00
"icon" : "shuffle" ,
"pages" : [
"ko/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud575\uc2ec \uac1c\ub150" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/concepts/agents" ,
"ko/concepts/tasks" ,
"ko/concepts/crews" ,
"ko/concepts/flows" ,
"ko/concepts/production-architecture" ,
"ko/concepts/knowledge" ,
2026-03-24 07:03:35 -04:00
"ko/concepts/skills" ,
2026-03-23 16:33:43 -07:00
"ko/concepts/llms" ,
"ko/concepts/files" ,
"ko/concepts/processes" ,
"ko/concepts/collaboration" ,
"ko/concepts/training" ,
"ko/concepts/memory" ,
"ko/concepts/reasoning" ,
"ko/concepts/planning" ,
"ko/concepts/testing" ,
"ko/concepts/cli" ,
"ko/concepts/tools" ,
"ko/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "MCP \ud1b5\ud569" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/mcp/overview" ,
"ko/mcp/dsl-integration" ,
"ko/mcp/stdio" ,
"ko/mcp/sse" ,
"ko/mcp/streamable-http" ,
"ko/mcp/multiple-servers" ,
"ko/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c (Tools)" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud30c\uc77c & \ubb38\uc11c" ,
2026-03-23 16:33:43 -07:00
"icon" : "folder-open" ,
"pages" : [
"ko/tools/file-document/overview" ,
"ko/tools/file-document/filereadtool" ,
"ko/tools/file-document/filewritetool" ,
"ko/tools/file-document/pdfsearchtool" ,
"ko/tools/file-document/docxsearchtool" ,
"ko/tools/file-document/mdxsearchtool" ,
"ko/tools/file-document/xmlsearchtool" ,
"ko/tools/file-document/txtsearchtool" ,
"ko/tools/file-document/jsonsearchtool" ,
"ko/tools/file-document/csvsearchtool" ,
"ko/tools/file-document/directorysearchtool" ,
"ko/tools/file-document/directoryreadtool" ,
"ko/tools/file-document/ocrtool" ,
"ko/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6f9 \uc2a4\ud06c\ub798\ud551 & \ube0c\ub77c\uc6b0\uc9d5" ,
2026-03-23 16:33:43 -07:00
"icon" : "globe" ,
"pages" : [
"ko/tools/web-scraping/overview" ,
"ko/tools/web-scraping/scrapewebsitetool" ,
"ko/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ko/tools/web-scraping/scrapflyscrapetool" ,
"ko/tools/web-scraping/seleniumscrapingtool" ,
"ko/tools/web-scraping/scrapegraphscrapetool" ,
"ko/tools/web-scraping/spidertool" ,
"ko/tools/web-scraping/browserbaseloadtool" ,
"ko/tools/web-scraping/hyperbrowserloadtool" ,
"ko/tools/web-scraping/stagehandtool" ,
"ko/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ko/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ko/tools/web-scraping/oxylabsscraperstool" ,
"ko/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac80\uc0c9 \ubc0f \uc5f0\uad6c" ,
2026-03-23 16:33:43 -07:00
"icon" : "magnifying-glass" ,
"pages" : [
"ko/tools/search-research/overview" ,
"ko/tools/search-research/serperdevtool" ,
"ko/tools/search-research/bravesearchtool" ,
"ko/tools/search-research/exasearchtool" ,
"ko/tools/search-research/linkupsearchtool" ,
"ko/tools/search-research/githubsearchtool" ,
"ko/tools/search-research/websitesearchtool" ,
"ko/tools/search-research/codedocssearchtool" ,
"ko/tools/search-research/youtubechannelsearchtool" ,
"ko/tools/search-research/youtubevideosearchtool" ,
"ko/tools/search-research/tavilysearchtool" ,
"ko/tools/search-research/tavilyextractortool" ,
"ko/tools/search-research/arxivpapertool" ,
"ko/tools/search-research/serpapi-googlesearchtool" ,
"ko/tools/search-research/serpapi-googleshoppingtool" ,
"ko/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub370\uc774\ud130\ubca0\uc774\uc2a4 & \ub370\uc774\ud130" ,
2026-03-23 16:33:43 -07:00
"icon" : "database" ,
"pages" : [
"ko/tools/database-data/overview" ,
"ko/tools/database-data/mysqltool" ,
"ko/tools/database-data/pgsearchtool" ,
"ko/tools/database-data/snowflakesearchtool" ,
"ko/tools/database-data/nl2sqltool" ,
"ko/tools/database-data/qdrantvectorsearchtool" ,
"ko/tools/database-data/weaviatevectorsearchtool" ,
"ko/tools/database-data/mongodbvectorsearchtool" ,
"ko/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc778\uacf5\uc9c0\ub2a5 & \uba38\uc2e0\ub7ec\ub2dd" ,
2026-03-23 16:33:43 -07:00
"icon" : "brain" ,
"pages" : [
"ko/tools/ai-ml/overview" ,
"ko/tools/ai-ml/dalletool" ,
"ko/tools/ai-ml/visiontool" ,
"ko/tools/ai-ml/aimindtool" ,
"ko/tools/ai-ml/llamaindextool" ,
"ko/tools/ai-ml/langchaintool" ,
"ko/tools/ai-ml/ragtool" ,
"ko/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud074\ub77c\uc6b0\ub4dc & \uc2a4\ud1a0\ub9ac\uc9c0" ,
2026-03-23 16:33:43 -07:00
"icon" : "cloud" ,
"pages" : [
"ko/tools/cloud-storage/overview" ,
"ko/tools/cloud-storage/s3readertool" ,
"ko/tools/cloud-storage/s3writertool" ,
"ko/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ko/tools/integration/overview" ,
"ko/tools/integration/bedrockinvokeagenttool" ,
"ko/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc790\ub3d9\ud654" ,
2026-03-23 16:33:43 -07:00
"icon" : "bolt" ,
"pages" : [
"ko/tools/automation/overview" ,
"ko/tools/automation/apifyactorstool" ,
"ko/tools/automation/composiotool" ,
"ko/tools/automation/multiontool" ,
"ko/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"ko/observability/tracing" ,
"ko/observability/overview" ,
"ko/observability/arize-phoenix" ,
"ko/observability/braintrust" ,
"ko/observability/datadog" ,
"ko/observability/galileo" ,
"ko/observability/langdb" ,
"ko/observability/langfuse" ,
"ko/observability/langtrace" ,
"ko/observability/maxim" ,
"ko/observability/mlflow" ,
"ko/observability/neatlogs" ,
"ko/observability/openlit" ,
"ko/observability/opik" ,
"ko/observability/patronus-evaluation" ,
"ko/observability/portkey" ,
"ko/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/learn/overview" ,
"ko/learn/llm-selection-guide" ,
"ko/learn/conditional-tasks" ,
"ko/learn/coding-agents" ,
"ko/learn/create-custom-tools" ,
"ko/learn/custom-llm" ,
"ko/learn/custom-manager-agent" ,
"ko/learn/customizing-agents" ,
"ko/learn/dalle-image-generation" ,
"ko/learn/force-tool-output-as-result" ,
"ko/learn/hierarchical-process" ,
"ko/learn/human-input-on-execution" ,
"ko/learn/human-in-the-loop" ,
"ko/learn/human-feedback-in-flows" ,
"ko/learn/kickoff-async" ,
"ko/learn/kickoff-for-each" ,
"ko/learn/llm-connections" ,
"ko/learn/multimodal-agents" ,
"ko/learn/replay-tasks-from-latest-crew-kickoff" ,
"ko/learn/sequential-process" ,
"ko/learn/using-annotations" ,
"ko/learn/execution-hooks" ,
"ko/learn/llm-hooks" ,
"ko/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"ko/telemetry"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc5d4\ud130\ud504\ub77c\uc774\uc988" ,
2026-03-23 16:33:43 -07:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/enterprise/introduction"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ube4c\ub4dc" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/enterprise/features/automations" ,
"ko/enterprise/features/crew-studio" ,
"ko/enterprise/features/marketplace" ,
"ko/enterprise/features/agent-repositories" ,
"ko/enterprise/features/tools-and-integrations" ,
"ko/enterprise/features/pii-trace-redactions"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6b4\uc601" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/enterprise/features/traces" ,
"ko/enterprise/features/webhook-streaming" ,
"ko/enterprise/features/hallucination-guardrail" ,
"ko/enterprise/features/flow-hitl-management"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uad00\ub9ac" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud1b5\ud569 \ubb38\uc11c" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/enterprise/integrations/asana" ,
"ko/enterprise/integrations/box" ,
"ko/enterprise/integrations/clickup" ,
"ko/enterprise/integrations/github" ,
"ko/enterprise/integrations/gmail" ,
"ko/enterprise/integrations/google_calendar" ,
"ko/enterprise/integrations/google_contacts" ,
"ko/enterprise/integrations/google_docs" ,
"ko/enterprise/integrations/google_drive" ,
"ko/enterprise/integrations/google_sheets" ,
"ko/enterprise/integrations/google_slides" ,
"ko/enterprise/integrations/hubspot" ,
"ko/enterprise/integrations/jira" ,
"ko/enterprise/integrations/linear" ,
"ko/enterprise/integrations/microsoft_excel" ,
"ko/enterprise/integrations/microsoft_onedrive" ,
"ko/enterprise/integrations/microsoft_outlook" ,
"ko/enterprise/integrations/microsoft_sharepoint" ,
"ko/enterprise/integrations/microsoft_teams" ,
"ko/enterprise/integrations/microsoft_word" ,
"ko/enterprise/integrations/notion" ,
"ko/enterprise/integrations/salesforce" ,
"ko/enterprise/integrations/shopify" ,
"ko/enterprise/integrations/slack" ,
"ko/enterprise/integrations/stripe" ,
"ko/enterprise/integrations/zendesk"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"ko/enterprise/guides/build-crew" ,
"ko/enterprise/guides/prepare-for-deployment" ,
"ko/enterprise/guides/deploy-to-amp" ,
"ko/enterprise/guides/private-package-registry" ,
"ko/enterprise/guides/kickoff-crew" ,
"ko/enterprise/guides/update-crew" ,
"ko/enterprise/guides/enable-crew-studio" ,
"ko/enterprise/guides/capture_telemetry_logs" ,
"ko/enterprise/guides/azure-openai-setup" ,
"ko/enterprise/guides/tool-repository" ,
"ko/enterprise/guides/custom-mcp-server" ,
"ko/enterprise/guides/react-component-export" ,
"ko/enterprise/guides/team-management" ,
"ko/enterprise/guides/human-in-the-loop" ,
"ko/enterprise/guides/webhook-automation"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud2b8\ub9ac\uac70" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/enterprise/guides/automation-triggers" ,
"ko/enterprise/guides/gmail-trigger" ,
"ko/enterprise/guides/google-calendar-trigger" ,
"ko/enterprise/guides/google-drive-trigger" ,
"ko/enterprise/guides/outlook-trigger" ,
"ko/enterprise/guides/onedrive-trigger" ,
"ko/enterprise/guides/microsoft-teams-trigger" ,
"ko/enterprise/guides/slack-trigger" ,
"ko/enterprise/guides/hubspot-trigger" ,
"ko/enterprise/guides/salesforce-trigger" ,
"ko/enterprise/guides/zapier-trigger"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5 \uc790\uc6d0" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \ub808\ud37c\ub7f0\uc2a4" ,
2026-03-23 16:33:43 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/api-reference/introduction" ,
"ko/api-reference/inputs" ,
"ko/api-reference/kickoff" ,
"ko/api-reference/resume" ,
"ko/api-reference/status"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc608\uc2dc" ,
2026-03-23 16:33:43 -07:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc608\uc2dc" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/examples/example" ,
"ko/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\ubcc0\uacbd \ub85c\uadf8" ,
2026-03-23 16:33:43 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9b4\ub9ac\uc2a4 \ub178\ud2b8" ,
2026-03-23 16:33:43 -07:00
"pages" : [
"ko/changelog"
]
}
]
}
]
} ,
{
"version" : "v1.11.0" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\ud648" ,
2026-03-23 16:33:43 -07:00
"icon" : "house" ,
"groups" : [
2026-03-04 15:20:02 -08:00
{
2026-03-27 22:15:34 -07:00
"group" : "\ud658\uc601\ud569\ub2c8\ub2e4" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uae30\uc220 \ubb38\uc11c" ,
2026-03-04 15:20:02 -08:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/introduction" ,
"ko/installation" ,
"ko/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac00\uc774\ub4dc" ,
2026-03-04 15:20:02 -08:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc804\ub7b5" ,
2026-03-04 15:20:02 -08:00
"icon" : "compass" ,
"pages" : [
"ko/guides/concepts/evaluating-use-cases"
2026-03-18 09:38:38 -04:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc5d0\uc774\uc804\ud2b8 (Agents)" ,
2026-03-18 09:38:38 -04:00
"icon" : "user" ,
"pages" : [
"ko/guides/agents/crafting-effective-agents"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud06c\ub8e8 (Crews)" ,
2026-03-18 09:38:38 -04:00
"icon" : "users" ,
"pages" : [
"ko/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud50c\ub85c\uc6b0 (Flows)" ,
2026-03-18 09:38:38 -04:00
"icon" : "code-branch" ,
"pages" : [
"ko/guides/flows/first-flow" ,
"ko/guides/flows/mastering-flow-state"
]
} ,
2026-03-19 11:15:56 -04:00
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c" ,
2026-03-19 11:15:56 -04:00
"icon" : "wrench" ,
"pages" : [
"ko/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ucf54\ub529 \ub3c4\uad6c" ,
2026-03-19 11:15:56 -04:00
"icon" : "terminal" ,
"pages" : [
"ko/guides/coding-tools/agents-md"
]
} ,
2026-03-18 09:38:38 -04:00
{
2026-03-27 22:15:34 -07:00
"group" : "\uace0\uae09" ,
2026-03-18 09:38:38 -04:00
"icon" : "gear" ,
"pages" : [
"ko/guides/advanced/customizing-prompts" ,
"ko/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9c8\uc774\uadf8\ub808\uc774\uc158" ,
2026-03-18 09:38:38 -04:00
"icon" : "shuffle" ,
"pages" : [
"ko/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud575\uc2ec \uac1c\ub150" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/concepts/agents" ,
"ko/concepts/tasks" ,
"ko/concepts/crews" ,
"ko/concepts/flows" ,
"ko/concepts/production-architecture" ,
"ko/concepts/knowledge" ,
"ko/concepts/llms" ,
"ko/concepts/files" ,
"ko/concepts/processes" ,
"ko/concepts/collaboration" ,
"ko/concepts/training" ,
"ko/concepts/memory" ,
"ko/concepts/reasoning" ,
"ko/concepts/planning" ,
"ko/concepts/testing" ,
"ko/concepts/cli" ,
"ko/concepts/tools" ,
"ko/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "MCP \ud1b5\ud569" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/mcp/overview" ,
"ko/mcp/dsl-integration" ,
"ko/mcp/stdio" ,
"ko/mcp/sse" ,
"ko/mcp/streamable-http" ,
"ko/mcp/multiple-servers" ,
"ko/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c (Tools)" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud30c\uc77c & \ubb38\uc11c" ,
2026-03-18 09:38:38 -04:00
"icon" : "folder-open" ,
"pages" : [
"ko/tools/file-document/overview" ,
"ko/tools/file-document/filereadtool" ,
"ko/tools/file-document/filewritetool" ,
"ko/tools/file-document/pdfsearchtool" ,
"ko/tools/file-document/docxsearchtool" ,
"ko/tools/file-document/mdxsearchtool" ,
"ko/tools/file-document/xmlsearchtool" ,
"ko/tools/file-document/txtsearchtool" ,
"ko/tools/file-document/jsonsearchtool" ,
"ko/tools/file-document/csvsearchtool" ,
"ko/tools/file-document/directorysearchtool" ,
"ko/tools/file-document/directoryreadtool" ,
"ko/tools/file-document/ocrtool" ,
"ko/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6f9 \uc2a4\ud06c\ub798\ud551 & \ube0c\ub77c\uc6b0\uc9d5" ,
2026-03-18 09:38:38 -04:00
"icon" : "globe" ,
"pages" : [
"ko/tools/web-scraping/overview" ,
"ko/tools/web-scraping/scrapewebsitetool" ,
"ko/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ko/tools/web-scraping/scrapflyscrapetool" ,
"ko/tools/web-scraping/seleniumscrapingtool" ,
"ko/tools/web-scraping/scrapegraphscrapetool" ,
"ko/tools/web-scraping/spidertool" ,
"ko/tools/web-scraping/browserbaseloadtool" ,
"ko/tools/web-scraping/hyperbrowserloadtool" ,
"ko/tools/web-scraping/stagehandtool" ,
"ko/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ko/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ko/tools/web-scraping/oxylabsscraperstool" ,
"ko/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac80\uc0c9 \ubc0f \uc5f0\uad6c" ,
2026-03-18 09:38:38 -04:00
"icon" : "magnifying-glass" ,
"pages" : [
"ko/tools/search-research/overview" ,
"ko/tools/search-research/serperdevtool" ,
"ko/tools/search-research/bravesearchtool" ,
"ko/tools/search-research/exasearchtool" ,
"ko/tools/search-research/linkupsearchtool" ,
"ko/tools/search-research/githubsearchtool" ,
"ko/tools/search-research/websitesearchtool" ,
"ko/tools/search-research/codedocssearchtool" ,
"ko/tools/search-research/youtubechannelsearchtool" ,
"ko/tools/search-research/youtubevideosearchtool" ,
"ko/tools/search-research/tavilysearchtool" ,
"ko/tools/search-research/tavilyextractortool" ,
"ko/tools/search-research/arxivpapertool" ,
"ko/tools/search-research/serpapi-googlesearchtool" ,
"ko/tools/search-research/serpapi-googleshoppingtool" ,
"ko/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub370\uc774\ud130\ubca0\uc774\uc2a4 & \ub370\uc774\ud130" ,
2026-03-18 09:38:38 -04:00
"icon" : "database" ,
"pages" : [
"ko/tools/database-data/overview" ,
"ko/tools/database-data/mysqltool" ,
"ko/tools/database-data/pgsearchtool" ,
"ko/tools/database-data/snowflakesearchtool" ,
"ko/tools/database-data/nl2sqltool" ,
"ko/tools/database-data/qdrantvectorsearchtool" ,
"ko/tools/database-data/weaviatevectorsearchtool" ,
"ko/tools/database-data/mongodbvectorsearchtool" ,
"ko/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc778\uacf5\uc9c0\ub2a5 & \uba38\uc2e0\ub7ec\ub2dd" ,
2026-03-18 09:38:38 -04:00
"icon" : "brain" ,
"pages" : [
"ko/tools/ai-ml/overview" ,
"ko/tools/ai-ml/dalletool" ,
"ko/tools/ai-ml/visiontool" ,
"ko/tools/ai-ml/aimindtool" ,
"ko/tools/ai-ml/llamaindextool" ,
"ko/tools/ai-ml/langchaintool" ,
"ko/tools/ai-ml/ragtool" ,
"ko/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud074\ub77c\uc6b0\ub4dc & \uc2a4\ud1a0\ub9ac\uc9c0" ,
2026-03-18 09:38:38 -04:00
"icon" : "cloud" ,
"pages" : [
"ko/tools/cloud-storage/overview" ,
"ko/tools/cloud-storage/s3readertool" ,
"ko/tools/cloud-storage/s3writertool" ,
"ko/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ko/tools/integration/overview" ,
"ko/tools/integration/bedrockinvokeagenttool" ,
"ko/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc790\ub3d9\ud654" ,
2026-03-18 09:38:38 -04:00
"icon" : "bolt" ,
"pages" : [
"ko/tools/automation/overview" ,
"ko/tools/automation/apifyactorstool" ,
"ko/tools/automation/composiotool" ,
"ko/tools/automation/multiontool" ,
"ko/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"ko/observability/tracing" ,
"ko/observability/overview" ,
"ko/observability/arize-phoenix" ,
"ko/observability/braintrust" ,
"ko/observability/datadog" ,
"ko/observability/galileo" ,
"ko/observability/langdb" ,
"ko/observability/langfuse" ,
"ko/observability/langtrace" ,
"ko/observability/maxim" ,
"ko/observability/mlflow" ,
"ko/observability/neatlogs" ,
"ko/observability/openlit" ,
"ko/observability/opik" ,
"ko/observability/patronus-evaluation" ,
"ko/observability/portkey" ,
"ko/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/learn/overview" ,
"ko/learn/llm-selection-guide" ,
"ko/learn/conditional-tasks" ,
"ko/learn/coding-agents" ,
"ko/learn/create-custom-tools" ,
"ko/learn/custom-llm" ,
"ko/learn/custom-manager-agent" ,
"ko/learn/customizing-agents" ,
"ko/learn/dalle-image-generation" ,
"ko/learn/force-tool-output-as-result" ,
"ko/learn/hierarchical-process" ,
"ko/learn/human-input-on-execution" ,
"ko/learn/human-in-the-loop" ,
"ko/learn/human-feedback-in-flows" ,
"ko/learn/kickoff-async" ,
"ko/learn/kickoff-for-each" ,
"ko/learn/llm-connections" ,
"ko/learn/multimodal-agents" ,
"ko/learn/replay-tasks-from-latest-crew-kickoff" ,
"ko/learn/sequential-process" ,
"ko/learn/using-annotations" ,
"ko/learn/execution-hooks" ,
"ko/learn/llm-hooks" ,
"ko/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"ko/telemetry"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc5d4\ud130\ud504\ub77c\uc774\uc988" ,
2026-03-18 09:38:38 -04:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/enterprise/introduction"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ube4c\ub4dc" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/enterprise/features/automations" ,
"ko/enterprise/features/crew-studio" ,
"ko/enterprise/features/marketplace" ,
"ko/enterprise/features/agent-repositories" ,
"ko/enterprise/features/tools-and-integrations" ,
"ko/enterprise/features/pii-trace-redactions"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6b4\uc601" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/enterprise/features/traces" ,
"ko/enterprise/features/webhook-streaming" ,
"ko/enterprise/features/hallucination-guardrail" ,
"ko/enterprise/features/flow-hitl-management"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uad00\ub9ac" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud1b5\ud569 \ubb38\uc11c" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/enterprise/integrations/asana" ,
"ko/enterprise/integrations/box" ,
"ko/enterprise/integrations/clickup" ,
"ko/enterprise/integrations/github" ,
"ko/enterprise/integrations/gmail" ,
"ko/enterprise/integrations/google_calendar" ,
"ko/enterprise/integrations/google_contacts" ,
"ko/enterprise/integrations/google_docs" ,
"ko/enterprise/integrations/google_drive" ,
"ko/enterprise/integrations/google_sheets" ,
"ko/enterprise/integrations/google_slides" ,
"ko/enterprise/integrations/hubspot" ,
"ko/enterprise/integrations/jira" ,
"ko/enterprise/integrations/linear" ,
"ko/enterprise/integrations/microsoft_excel" ,
"ko/enterprise/integrations/microsoft_onedrive" ,
"ko/enterprise/integrations/microsoft_outlook" ,
"ko/enterprise/integrations/microsoft_sharepoint" ,
"ko/enterprise/integrations/microsoft_teams" ,
"ko/enterprise/integrations/microsoft_word" ,
"ko/enterprise/integrations/notion" ,
"ko/enterprise/integrations/salesforce" ,
"ko/enterprise/integrations/shopify" ,
"ko/enterprise/integrations/slack" ,
"ko/enterprise/integrations/stripe" ,
"ko/enterprise/integrations/zendesk"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"ko/enterprise/guides/build-crew" ,
"ko/enterprise/guides/prepare-for-deployment" ,
"ko/enterprise/guides/deploy-to-amp" ,
"ko/enterprise/guides/private-package-registry" ,
"ko/enterprise/guides/kickoff-crew" ,
"ko/enterprise/guides/update-crew" ,
"ko/enterprise/guides/enable-crew-studio" ,
"ko/enterprise/guides/capture_telemetry_logs" ,
"ko/enterprise/guides/azure-openai-setup" ,
"ko/enterprise/guides/tool-repository" ,
"ko/enterprise/guides/custom-mcp-server" ,
"ko/enterprise/guides/react-component-export" ,
"ko/enterprise/guides/team-management" ,
"ko/enterprise/guides/human-in-the-loop" ,
"ko/enterprise/guides/webhook-automation"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud2b8\ub9ac\uac70" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/enterprise/guides/automation-triggers" ,
"ko/enterprise/guides/gmail-trigger" ,
"ko/enterprise/guides/google-calendar-trigger" ,
"ko/enterprise/guides/google-drive-trigger" ,
"ko/enterprise/guides/outlook-trigger" ,
"ko/enterprise/guides/onedrive-trigger" ,
"ko/enterprise/guides/microsoft-teams-trigger" ,
"ko/enterprise/guides/slack-trigger" ,
"ko/enterprise/guides/hubspot-trigger" ,
"ko/enterprise/guides/salesforce-trigger" ,
"ko/enterprise/guides/zapier-trigger"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5 \uc790\uc6d0" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \ub808\ud37c\ub7f0\uc2a4" ,
2026-03-18 09:38:38 -04:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/api-reference/introduction" ,
"ko/api-reference/inputs" ,
"ko/api-reference/kickoff" ,
"ko/api-reference/resume" ,
"ko/api-reference/status"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc608\uc2dc" ,
2026-03-18 09:38:38 -04:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc608\uc2dc" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/examples/example" ,
"ko/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\ubcc0\uacbd \ub85c\uadf8" ,
2026-03-18 09:38:38 -04:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9b4\ub9ac\uc2a4 \ub178\ud2b8" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/changelog"
]
}
]
}
]
} ,
{
"version" : "v1.10.1" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\ud648" ,
2026-03-18 09:38:38 -04:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ud658\uc601\ud569\ub2c8\ub2e4" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uae30\uc220 \ubb38\uc11c" ,
2026-03-18 09:38:38 -04:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-18 09:38:38 -04:00
"pages" : [
"ko/introduction" ,
"ko/installation" ,
"ko/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac00\uc774\ub4dc" ,
2026-03-18 09:38:38 -04:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc804\ub7b5" ,
2026-03-18 09:38:38 -04:00
"icon" : "compass" ,
"pages" : [
"ko/guides/concepts/evaluating-use-cases"
2026-03-04 15:20:02 -08:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc5d0\uc774\uc804\ud2b8 (Agents)" ,
2026-03-04 15:20:02 -08:00
"icon" : "user" ,
2026-02-25 11:05:31 -05:00
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/guides/agents/crafting-effective-agents"
2026-02-25 11:05:31 -05:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud06c\ub8e8 (Crews)" ,
2026-03-04 15:20:02 -08:00
"icon" : "users" ,
"pages" : [
"ko/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud50c\ub85c\uc6b0 (Flows)" ,
2026-03-04 15:20:02 -08:00
"icon" : "code-branch" ,
"pages" : [
"ko/guides/flows/first-flow" ,
"ko/guides/flows/mastering-flow-state"
]
} ,
2026-03-19 11:15:56 -04:00
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c" ,
2026-03-19 11:15:56 -04:00
"icon" : "wrench" ,
"pages" : [
"ko/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ucf54\ub529 \ub3c4\uad6c" ,
2026-03-19 11:15:56 -04:00
"icon" : "terminal" ,
"pages" : [
"ko/guides/coding-tools/agents-md"
]
} ,
2026-03-04 15:20:02 -08:00
{
2026-03-27 22:15:34 -07:00
"group" : "\uace0\uae09" ,
2026-03-04 15:20:02 -08:00
"icon" : "gear" ,
"pages" : [
"ko/guides/advanced/customizing-prompts" ,
"ko/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9c8\uc774\uadf8\ub808\uc774\uc158" ,
2026-03-04 15:20:02 -08:00
"icon" : "shuffle" ,
"pages" : [
"ko/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud575\uc2ec \uac1c\ub150" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/concepts/agents" ,
"ko/concepts/tasks" ,
"ko/concepts/crews" ,
"ko/concepts/flows" ,
"ko/concepts/production-architecture" ,
"ko/concepts/knowledge" ,
"ko/concepts/llms" ,
"ko/concepts/files" ,
"ko/concepts/processes" ,
"ko/concepts/collaboration" ,
"ko/concepts/training" ,
"ko/concepts/memory" ,
"ko/concepts/reasoning" ,
"ko/concepts/planning" ,
"ko/concepts/testing" ,
"ko/concepts/cli" ,
"ko/concepts/tools" ,
"ko/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "MCP \ud1b5\ud569" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/mcp/overview" ,
"ko/mcp/dsl-integration" ,
"ko/mcp/stdio" ,
"ko/mcp/sse" ,
"ko/mcp/streamable-http" ,
"ko/mcp/multiple-servers" ,
"ko/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c (Tools)" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud30c\uc77c & \ubb38\uc11c" ,
2026-03-04 15:20:02 -08:00
"icon" : "folder-open" ,
"pages" : [
"ko/tools/file-document/overview" ,
"ko/tools/file-document/filereadtool" ,
"ko/tools/file-document/filewritetool" ,
"ko/tools/file-document/pdfsearchtool" ,
"ko/tools/file-document/docxsearchtool" ,
"ko/tools/file-document/mdxsearchtool" ,
"ko/tools/file-document/xmlsearchtool" ,
"ko/tools/file-document/txtsearchtool" ,
"ko/tools/file-document/jsonsearchtool" ,
"ko/tools/file-document/csvsearchtool" ,
"ko/tools/file-document/directorysearchtool" ,
"ko/tools/file-document/directoryreadtool" ,
"ko/tools/file-document/ocrtool" ,
"ko/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6f9 \uc2a4\ud06c\ub798\ud551 & \ube0c\ub77c\uc6b0\uc9d5" ,
2026-03-04 15:20:02 -08:00
"icon" : "globe" ,
"pages" : [
"ko/tools/web-scraping/overview" ,
"ko/tools/web-scraping/scrapewebsitetool" ,
"ko/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ko/tools/web-scraping/scrapflyscrapetool" ,
"ko/tools/web-scraping/seleniumscrapingtool" ,
"ko/tools/web-scraping/scrapegraphscrapetool" ,
"ko/tools/web-scraping/spidertool" ,
"ko/tools/web-scraping/browserbaseloadtool" ,
"ko/tools/web-scraping/hyperbrowserloadtool" ,
"ko/tools/web-scraping/stagehandtool" ,
"ko/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ko/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ko/tools/web-scraping/oxylabsscraperstool" ,
"ko/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac80\uc0c9 \ubc0f \uc5f0\uad6c" ,
2026-03-04 15:20:02 -08:00
"icon" : "magnifying-glass" ,
"pages" : [
"ko/tools/search-research/overview" ,
"ko/tools/search-research/serperdevtool" ,
"ko/tools/search-research/bravesearchtool" ,
"ko/tools/search-research/exasearchtool" ,
"ko/tools/search-research/linkupsearchtool" ,
"ko/tools/search-research/githubsearchtool" ,
"ko/tools/search-research/websitesearchtool" ,
"ko/tools/search-research/codedocssearchtool" ,
"ko/tools/search-research/youtubechannelsearchtool" ,
"ko/tools/search-research/youtubevideosearchtool" ,
"ko/tools/search-research/tavilysearchtool" ,
"ko/tools/search-research/tavilyextractortool" ,
"ko/tools/search-research/arxivpapertool" ,
"ko/tools/search-research/serpapi-googlesearchtool" ,
"ko/tools/search-research/serpapi-googleshoppingtool" ,
"ko/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub370\uc774\ud130\ubca0\uc774\uc2a4 & \ub370\uc774\ud130" ,
2026-03-04 15:20:02 -08:00
"icon" : "database" ,
"pages" : [
"ko/tools/database-data/overview" ,
"ko/tools/database-data/mysqltool" ,
"ko/tools/database-data/pgsearchtool" ,
"ko/tools/database-data/snowflakesearchtool" ,
"ko/tools/database-data/nl2sqltool" ,
"ko/tools/database-data/qdrantvectorsearchtool" ,
"ko/tools/database-data/weaviatevectorsearchtool" ,
"ko/tools/database-data/mongodbvectorsearchtool" ,
"ko/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc778\uacf5\uc9c0\ub2a5 & \uba38\uc2e0\ub7ec\ub2dd" ,
2026-03-04 15:20:02 -08:00
"icon" : "brain" ,
"pages" : [
"ko/tools/ai-ml/overview" ,
"ko/tools/ai-ml/dalletool" ,
"ko/tools/ai-ml/visiontool" ,
"ko/tools/ai-ml/aimindtool" ,
"ko/tools/ai-ml/llamaindextool" ,
"ko/tools/ai-ml/langchaintool" ,
"ko/tools/ai-ml/ragtool" ,
"ko/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud074\ub77c\uc6b0\ub4dc & \uc2a4\ud1a0\ub9ac\uc9c0" ,
2026-02-25 11:05:31 -05:00
"icon" : "cloud" ,
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/tools/cloud-storage/overview" ,
"ko/tools/cloud-storage/s3readertool" ,
"ko/tools/cloud-storage/s3writertool" ,
"ko/tools/cloud-storage/bedrockkbretriever"
2026-02-25 11:05:31 -05:00
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/tools/integration/overview" ,
"ko/tools/integration/bedrockinvokeagenttool" ,
"ko/tools/integration/crewaiautomationtool"
2026-02-25 11:05:31 -05:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc790\ub3d9\ud654" ,
2026-02-25 11:05:31 -05:00
"icon" : "bolt" ,
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/tools/automation/overview" ,
"ko/tools/automation/apifyactorstool" ,
"ko/tools/automation/composiotool" ,
"ko/tools/automation/multiontool" ,
"ko/tools/automation/zapieractionstool"
2026-02-25 11:05:31 -05:00
]
}
2025-06-25 12:52:33 -03:00
]
} ,
{
2026-03-04 15:20:02 -08:00
"group" : "Observability" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/observability/tracing" ,
"ko/observability/overview" ,
"ko/observability/arize-phoenix" ,
"ko/observability/braintrust" ,
"ko/observability/datadog" ,
"ko/observability/galileo" ,
"ko/observability/langdb" ,
"ko/observability/langfuse" ,
"ko/observability/langtrace" ,
"ko/observability/maxim" ,
"ko/observability/mlflow" ,
"ko/observability/neatlogs" ,
"ko/observability/openlit" ,
"ko/observability/opik" ,
"ko/observability/patronus-evaluation" ,
"ko/observability/portkey" ,
"ko/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/learn/overview" ,
"ko/learn/llm-selection-guide" ,
"ko/learn/conditional-tasks" ,
"ko/learn/coding-agents" ,
"ko/learn/create-custom-tools" ,
"ko/learn/custom-llm" ,
"ko/learn/custom-manager-agent" ,
"ko/learn/customizing-agents" ,
"ko/learn/dalle-image-generation" ,
"ko/learn/force-tool-output-as-result" ,
"ko/learn/hierarchical-process" ,
"ko/learn/human-input-on-execution" ,
"ko/learn/human-in-the-loop" ,
"ko/learn/human-feedback-in-flows" ,
"ko/learn/kickoff-async" ,
"ko/learn/kickoff-for-each" ,
"ko/learn/llm-connections" ,
"ko/learn/multimodal-agents" ,
"ko/learn/replay-tasks-from-latest-crew-kickoff" ,
"ko/learn/sequential-process" ,
"ko/learn/using-annotations" ,
"ko/learn/execution-hooks" ,
"ko/learn/llm-hooks" ,
"ko/learn/tool-hooks"
2026-02-25 11:05:31 -05:00
]
} ,
{
2026-03-04 15:20:02 -08:00
"group" : "Telemetry" ,
2026-02-25 11:05:31 -05:00
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/telemetry"
2026-02-25 11:05:31 -05:00
]
2025-06-25 12:52:33 -03:00
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc5d4\ud130\ud504\ub77c\uc774\uc988" ,
2026-02-25 11:05:31 -05:00
"icon" : "briefcase" ,
"groups" : [
2025-06-25 12:52:33 -03:00
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/enterprise/introduction"
]
2025-06-25 12:52:33 -03:00
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ube4c\ub4dc" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/enterprise/features/automations" ,
"ko/enterprise/features/crew-studio" ,
"ko/enterprise/features/marketplace" ,
"ko/enterprise/features/agent-repositories" ,
"ko/enterprise/features/tools-and-integrations" ,
"ko/enterprise/features/pii-trace-redactions"
2025-06-25 12:52:33 -03:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6b4\uc601" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/enterprise/features/traces" ,
"ko/enterprise/features/webhook-streaming" ,
"ko/enterprise/features/hallucination-guardrail" ,
"ko/enterprise/features/flow-hitl-management"
2025-06-25 12:52:33 -03:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uad00\ub9ac" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/enterprise/features/rbac"
]
2025-06-25 12:52:33 -03:00
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud1b5\ud569 \ubb38\uc11c" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/enterprise/integrations/asana" ,
"ko/enterprise/integrations/box" ,
"ko/enterprise/integrations/clickup" ,
"ko/enterprise/integrations/github" ,
"ko/enterprise/integrations/gmail" ,
"ko/enterprise/integrations/google_calendar" ,
"ko/enterprise/integrations/google_contacts" ,
"ko/enterprise/integrations/google_docs" ,
"ko/enterprise/integrations/google_drive" ,
"ko/enterprise/integrations/google_sheets" ,
"ko/enterprise/integrations/google_slides" ,
"ko/enterprise/integrations/hubspot" ,
"ko/enterprise/integrations/jira" ,
"ko/enterprise/integrations/linear" ,
"ko/enterprise/integrations/microsoft_excel" ,
"ko/enterprise/integrations/microsoft_onedrive" ,
"ko/enterprise/integrations/microsoft_outlook" ,
"ko/enterprise/integrations/microsoft_sharepoint" ,
"ko/enterprise/integrations/microsoft_teams" ,
"ko/enterprise/integrations/microsoft_word" ,
"ko/enterprise/integrations/notion" ,
"ko/enterprise/integrations/salesforce" ,
"ko/enterprise/integrations/shopify" ,
"ko/enterprise/integrations/slack" ,
"ko/enterprise/integrations/stripe" ,
"ko/enterprise/integrations/zendesk"
2025-06-25 12:52:33 -03:00
]
} ,
{
2026-03-04 15:20:02 -08:00
"group" : "How-To Guides" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/enterprise/guides/build-crew" ,
"ko/enterprise/guides/prepare-for-deployment" ,
"ko/enterprise/guides/deploy-to-amp" ,
"ko/enterprise/guides/private-package-registry" ,
"ko/enterprise/guides/kickoff-crew" ,
"ko/enterprise/guides/update-crew" ,
"ko/enterprise/guides/enable-crew-studio" ,
2026-03-16 13:27:57 -03:00
"ko/enterprise/guides/capture_telemetry_logs" ,
2026-03-04 15:20:02 -08:00
"ko/enterprise/guides/azure-openai-setup" ,
"ko/enterprise/guides/tool-repository" ,
2026-03-16 18:01:41 -03:00
"ko/enterprise/guides/custom-mcp-server" ,
2026-03-04 15:20:02 -08:00
"ko/enterprise/guides/react-component-export" ,
"ko/enterprise/guides/team-management" ,
"ko/enterprise/guides/human-in-the-loop" ,
"ko/enterprise/guides/webhook-automation"
2025-06-25 12:52:33 -03:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud2b8\ub9ac\uac70" ,
2025-09-05 17:40:11 -04:00
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/enterprise/guides/automation-triggers" ,
"ko/enterprise/guides/gmail-trigger" ,
"ko/enterprise/guides/google-calendar-trigger" ,
"ko/enterprise/guides/google-drive-trigger" ,
"ko/enterprise/guides/outlook-trigger" ,
"ko/enterprise/guides/onedrive-trigger" ,
"ko/enterprise/guides/microsoft-teams-trigger" ,
"ko/enterprise/guides/slack-trigger" ,
"ko/enterprise/guides/hubspot-trigger" ,
"ko/enterprise/guides/salesforce-trigger" ,
"ko/enterprise/guides/zapier-trigger"
2025-09-05 17:40:11 -04:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5 \uc790\uc6d0" ,
2025-06-25 12:52:33 -03:00
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/enterprise/resources/frequently-asked-questions"
2025-06-25 12:52:33 -03:00
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \ub808\ud37c\ub7f0\uc2a4" ,
2026-02-25 11:05:31 -05:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-02-25 11:05:31 -05:00
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/api-reference/introduction" ,
"ko/api-reference/inputs" ,
"ko/api-reference/kickoff" ,
"ko/api-reference/resume" ,
"ko/api-reference/status"
2026-02-25 11:05:31 -05:00
]
}
2025-10-02 11:36:04 -04:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc608\uc2dc" ,
2026-02-25 11:05:31 -05:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc608\uc2dc" ,
2026-02-25 11:05:31 -05:00
"pages" : [
2026-03-04 15:20:02 -08:00
"ko/examples/example" ,
"ko/examples/cookbooks"
2026-02-25 11:05:31 -05:00
]
}
2025-06-25 12:52:33 -03:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\ubcc0\uacbd \ub85c\uadf8" ,
2026-02-25 11:05:31 -05:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9b4\ub9ac\uc2a4 \ub178\ud2b8" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/changelog"
]
2026-02-25 11:05:31 -05:00
}
2026-01-09 17:53:05 -08:00
]
2025-09-05 17:40:11 -04:00
}
]
2026-03-04 15:20:02 -08:00
} ,
2025-10-02 11:36:04 -04:00
{
2026-02-25 11:05:31 -05:00
"version" : "v1.10.0" ,
"tabs" : [
2025-10-02 11:36:04 -04:00
{
2026-03-27 22:15:34 -07:00
"tab" : "\ud648" ,
2026-02-25 11:05:31 -05:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ud658\uc601\ud569\ub2c8\ub2e4" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/index"
]
2026-02-25 11:05:31 -05:00
}
2026-01-09 17:53:05 -08:00
]
2025-08-12 19:58:12 -03:00
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uae30\uc220 \ubb38\uc11c" ,
2026-02-25 11:05:31 -05:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-02-25 11:05:31 -05:00
"pages" : [
"ko/introduction" ,
"ko/installation" ,
"ko/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac00\uc774\ub4dc" ,
2026-02-25 11:05:31 -05:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc804\ub7b5" ,
2026-02-25 11:05:31 -05:00
"icon" : "compass" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/guides/concepts/evaluating-use-cases"
]
2026-02-25 11:05:31 -05:00
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc5d0\uc774\uc804\ud2b8 (Agents)" ,
2026-02-25 11:05:31 -05:00
"icon" : "user" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/guides/agents/crafting-effective-agents"
]
2026-02-25 11:05:31 -05:00
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud06c\ub8e8 (Crews)" ,
2026-02-25 11:05:31 -05:00
"icon" : "users" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/guides/crews/first-crew"
]
2026-02-25 11:05:31 -05:00
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud50c\ub85c\uc6b0 (Flows)" ,
2026-02-25 11:05:31 -05:00
"icon" : "code-branch" ,
"pages" : [
"ko/guides/flows/first-flow" ,
"ko/guides/flows/mastering-flow-state"
]
} ,
2026-03-19 11:15:56 -04:00
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c" ,
2026-03-19 11:15:56 -04:00
"icon" : "wrench" ,
"pages" : [
"ko/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ucf54\ub529 \ub3c4\uad6c" ,
2026-03-19 11:15:56 -04:00
"icon" : "terminal" ,
"pages" : [
"ko/guides/coding-tools/agents-md"
]
} ,
2026-02-25 11:05:31 -05:00
{
2026-03-27 22:15:34 -07:00
"group" : "\uace0\uae09" ,
2026-02-25 11:05:31 -05:00
"icon" : "gear" ,
"pages" : [
"ko/guides/advanced/customizing-prompts" ,
"ko/guides/advanced/fingerprinting"
]
2026-03-03 11:53:12 -08:00
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9c8\uc774\uadf8\ub808\uc774\uc158" ,
2026-03-03 11:53:12 -08:00
"icon" : "shuffle" ,
"pages" : [
"ko/guides/migration/migrating-from-langgraph"
]
2026-02-25 11:05:31 -05:00
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud575\uc2ec \uac1c\ub150" ,
2026-02-25 11:05:31 -05:00
"pages" : [
"ko/concepts/agents" ,
"ko/concepts/tasks" ,
"ko/concepts/crews" ,
"ko/concepts/flows" ,
"ko/concepts/production-architecture" ,
"ko/concepts/knowledge" ,
2026-03-24 07:03:35 -04:00
"ko/concepts/skills" ,
2026-02-25 11:05:31 -05:00
"ko/concepts/llms" ,
"ko/concepts/files" ,
"ko/concepts/processes" ,
"ko/concepts/collaboration" ,
"ko/concepts/training" ,
"ko/concepts/memory" ,
"ko/concepts/reasoning" ,
"ko/concepts/planning" ,
"ko/concepts/testing" ,
"ko/concepts/cli" ,
"ko/concepts/tools" ,
"ko/concepts/event-listener"
]
} ,
2025-08-12 19:58:12 -03:00
{
2026-03-27 22:15:34 -07:00
"group" : "MCP \ud1b5\ud569" ,
2026-01-09 17:53:05 -08:00
"pages" : [
2026-02-25 11:05:31 -05:00
"ko/mcp/overview" ,
"ko/mcp/dsl-integration" ,
"ko/mcp/stdio" ,
"ko/mcp/sse" ,
"ko/mcp/streamable-http" ,
"ko/mcp/multiple-servers" ,
"ko/mcp/security"
2026-01-09 17:53:05 -08:00
]
2025-08-12 19:58:12 -03:00
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub3c4\uad6c (Tools)" ,
2026-01-09 17:53:05 -08:00
"pages" : [
2026-02-25 11:05:31 -05:00
"ko/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud30c\uc77c & \ubb38\uc11c" ,
2026-02-25 11:05:31 -05:00
"icon" : "folder-open" ,
"pages" : [
"ko/tools/file-document/overview" ,
"ko/tools/file-document/filereadtool" ,
"ko/tools/file-document/filewritetool" ,
"ko/tools/file-document/pdfsearchtool" ,
"ko/tools/file-document/docxsearchtool" ,
"ko/tools/file-document/mdxsearchtool" ,
"ko/tools/file-document/xmlsearchtool" ,
"ko/tools/file-document/txtsearchtool" ,
"ko/tools/file-document/jsonsearchtool" ,
"ko/tools/file-document/csvsearchtool" ,
"ko/tools/file-document/directorysearchtool" ,
"ko/tools/file-document/directoryreadtool" ,
"ko/tools/file-document/ocrtool" ,
"ko/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6f9 \uc2a4\ud06c\ub798\ud551 & \ube0c\ub77c\uc6b0\uc9d5" ,
2026-02-25 11:05:31 -05:00
"icon" : "globe" ,
"pages" : [
"ko/tools/web-scraping/overview" ,
"ko/tools/web-scraping/scrapewebsitetool" ,
"ko/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ko/tools/web-scraping/scrapflyscrapetool" ,
"ko/tools/web-scraping/seleniumscrapingtool" ,
"ko/tools/web-scraping/scrapegraphscrapetool" ,
"ko/tools/web-scraping/spidertool" ,
"ko/tools/web-scraping/browserbaseloadtool" ,
"ko/tools/web-scraping/hyperbrowserloadtool" ,
"ko/tools/web-scraping/stagehandtool" ,
"ko/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ko/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ko/tools/web-scraping/oxylabsscraperstool" ,
"ko/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uac80\uc0c9 \ubc0f \uc5f0\uad6c" ,
2026-02-25 11:05:31 -05:00
"icon" : "magnifying-glass" ,
"pages" : [
"ko/tools/search-research/overview" ,
"ko/tools/search-research/serperdevtool" ,
"ko/tools/search-research/bravesearchtool" ,
"ko/tools/search-research/exasearchtool" ,
"ko/tools/search-research/linkupsearchtool" ,
"ko/tools/search-research/githubsearchtool" ,
"ko/tools/search-research/websitesearchtool" ,
"ko/tools/search-research/codedocssearchtool" ,
"ko/tools/search-research/youtubechannelsearchtool" ,
"ko/tools/search-research/youtubevideosearchtool" ,
"ko/tools/search-research/tavilysearchtool" ,
"ko/tools/search-research/tavilyextractortool" ,
"ko/tools/search-research/arxivpapertool" ,
"ko/tools/search-research/serpapi-googlesearchtool" ,
"ko/tools/search-research/serpapi-googleshoppingtool" ,
"ko/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ub370\uc774\ud130\ubca0\uc774\uc2a4 & \ub370\uc774\ud130" ,
2026-02-25 11:05:31 -05:00
"icon" : "database" ,
"pages" : [
"ko/tools/database-data/overview" ,
"ko/tools/database-data/mysqltool" ,
"ko/tools/database-data/pgsearchtool" ,
"ko/tools/database-data/snowflakesearchtool" ,
"ko/tools/database-data/nl2sqltool" ,
"ko/tools/database-data/qdrantvectorsearchtool" ,
"ko/tools/database-data/weaviatevectorsearchtool" ,
"ko/tools/database-data/mongodbvectorsearchtool" ,
"ko/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc778\uacf5\uc9c0\ub2a5 & \uba38\uc2e0\ub7ec\ub2dd" ,
2026-02-25 11:05:31 -05:00
"icon" : "brain" ,
"pages" : [
"ko/tools/ai-ml/overview" ,
"ko/tools/ai-ml/dalletool" ,
"ko/tools/ai-ml/visiontool" ,
"ko/tools/ai-ml/aimindtool" ,
"ko/tools/ai-ml/llamaindextool" ,
"ko/tools/ai-ml/langchaintool" ,
"ko/tools/ai-ml/ragtool" ,
"ko/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud074\ub77c\uc6b0\ub4dc & \uc2a4\ud1a0\ub9ac\uc9c0" ,
2026-02-25 11:05:31 -05:00
"icon" : "cloud" ,
"pages" : [
"ko/tools/cloud-storage/overview" ,
"ko/tools/cloud-storage/s3readertool" ,
"ko/tools/cloud-storage/s3writertool" ,
"ko/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ko/tools/integration/overview" ,
"ko/tools/integration/bedrockinvokeagenttool" ,
"ko/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc790\ub3d9\ud654" ,
2026-02-25 11:05:31 -05:00
"icon" : "bolt" ,
"pages" : [
"ko/tools/automation/overview" ,
"ko/tools/automation/apifyactorstool" ,
"ko/tools/automation/composiotool" ,
"ko/tools/automation/multiontool" ,
"ko/tools/automation/zapieractionstool"
]
}
2026-01-09 17:53:05 -08:00
]
2025-08-12 19:58:12 -03:00
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "Observability" ,
2026-01-09 17:53:05 -08:00
"pages" : [
2026-02-25 11:05:31 -05:00
"ko/observability/tracing" ,
"ko/observability/overview" ,
"ko/observability/arize-phoenix" ,
"ko/observability/braintrust" ,
"ko/observability/datadog" ,
"ko/observability/galileo" ,
"ko/observability/langdb" ,
"ko/observability/langfuse" ,
"ko/observability/langtrace" ,
"ko/observability/maxim" ,
"ko/observability/mlflow" ,
"ko/observability/neatlogs" ,
"ko/observability/openlit" ,
"ko/observability/opik" ,
"ko/observability/patronus-evaluation" ,
"ko/observability/portkey" ,
"ko/observability/weave"
2026-01-09 17:53:05 -08:00
]
2025-08-12 19:58:12 -03:00
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5" ,
2025-08-12 19:58:12 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"ko/learn/overview" ,
"ko/learn/llm-selection-guide" ,
"ko/learn/conditional-tasks" ,
"ko/learn/coding-agents" ,
"ko/learn/create-custom-tools" ,
"ko/learn/custom-llm" ,
"ko/learn/custom-manager-agent" ,
"ko/learn/customizing-agents" ,
"ko/learn/dalle-image-generation" ,
"ko/learn/force-tool-output-as-result" ,
"ko/learn/hierarchical-process" ,
"ko/learn/human-input-on-execution" ,
"ko/learn/human-in-the-loop" ,
"ko/learn/human-feedback-in-flows" ,
"ko/learn/kickoff-async" ,
"ko/learn/kickoff-for-each" ,
"ko/learn/llm-connections" ,
"ko/learn/multimodal-agents" ,
"ko/learn/replay-tasks-from-latest-crew-kickoff" ,
"ko/learn/sequential-process" ,
"ko/learn/using-annotations" ,
"ko/learn/execution-hooks" ,
"ko/learn/llm-hooks" ,
"ko/learn/tool-hooks"
2025-08-12 19:58:12 -03:00
]
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "Telemetry" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/telemetry"
]
2025-08-12 19:58:12 -03:00
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc5d4\ud130\ud504\ub77c\uc774\uc988" ,
2026-02-25 11:05:31 -05:00
"icon" : "briefcase" ,
"groups" : [
2025-08-12 19:58:12 -03:00
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/enterprise/introduction"
]
2025-08-12 19:58:12 -03:00
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ube4c\ub4dc" ,
2025-08-12 19:58:12 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"ko/enterprise/features/automations" ,
"ko/enterprise/features/crew-studio" ,
"ko/enterprise/features/marketplace" ,
"ko/enterprise/features/agent-repositories" ,
"ko/enterprise/features/tools-and-integrations" ,
"ko/enterprise/features/pii-trace-redactions"
2025-08-12 19:58:12 -03:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uc6b4\uc601" ,
2025-08-12 19:58:12 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"ko/enterprise/features/traces" ,
"ko/enterprise/features/webhook-streaming" ,
"ko/enterprise/features/hallucination-guardrail" ,
"ko/enterprise/features/flow-hitl-management"
2025-08-12 19:58:12 -03:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\uad00\ub9ac" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/enterprise/features/rbac"
]
2025-08-12 19:58:12 -03:00
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud1b5\ud569 \ubb38\uc11c" ,
2025-08-12 19:58:12 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"ko/enterprise/integrations/asana" ,
"ko/enterprise/integrations/box" ,
"ko/enterprise/integrations/clickup" ,
"ko/enterprise/integrations/github" ,
"ko/enterprise/integrations/gmail" ,
"ko/enterprise/integrations/google_calendar" ,
"ko/enterprise/integrations/google_contacts" ,
"ko/enterprise/integrations/google_docs" ,
"ko/enterprise/integrations/google_drive" ,
"ko/enterprise/integrations/google_sheets" ,
"ko/enterprise/integrations/google_slides" ,
"ko/enterprise/integrations/hubspot" ,
"ko/enterprise/integrations/jira" ,
"ko/enterprise/integrations/linear" ,
"ko/enterprise/integrations/microsoft_excel" ,
"ko/enterprise/integrations/microsoft_onedrive" ,
"ko/enterprise/integrations/microsoft_outlook" ,
"ko/enterprise/integrations/microsoft_sharepoint" ,
"ko/enterprise/integrations/microsoft_teams" ,
"ko/enterprise/integrations/microsoft_word" ,
"ko/enterprise/integrations/notion" ,
"ko/enterprise/integrations/salesforce" ,
"ko/enterprise/integrations/shopify" ,
"ko/enterprise/integrations/slack" ,
"ko/enterprise/integrations/stripe" ,
"ko/enterprise/integrations/zendesk"
2025-08-12 19:58:12 -03:00
]
} ,
{
2026-02-25 11:05:31 -05:00
"group" : "How-To Guides" ,
2025-08-12 19:58:12 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"ko/enterprise/guides/build-crew" ,
"ko/enterprise/guides/prepare-for-deployment" ,
"ko/enterprise/guides/deploy-to-amp" ,
"ko/enterprise/guides/private-package-registry" ,
"ko/enterprise/guides/kickoff-crew" ,
"ko/enterprise/guides/update-crew" ,
"ko/enterprise/guides/enable-crew-studio" ,
2026-03-16 13:27:57 -03:00
"ko/enterprise/guides/capture_telemetry_logs" ,
2026-02-25 11:05:31 -05:00
"ko/enterprise/guides/azure-openai-setup" ,
"ko/enterprise/guides/tool-repository" ,
2026-03-16 18:01:41 -03:00
"ko/enterprise/guides/custom-mcp-server" ,
2026-02-25 11:05:31 -05:00
"ko/enterprise/guides/react-component-export" ,
"ko/enterprise/guides/team-management" ,
"ko/enterprise/guides/human-in-the-loop" ,
"ko/enterprise/guides/webhook-automation"
2025-08-12 19:58:12 -03:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud2b8\ub9ac\uac70" ,
2025-09-05 17:40:11 -04:00
"pages" : [
2026-02-25 11:05:31 -05:00
"ko/enterprise/guides/automation-triggers" ,
"ko/enterprise/guides/gmail-trigger" ,
"ko/enterprise/guides/google-calendar-trigger" ,
"ko/enterprise/guides/google-drive-trigger" ,
"ko/enterprise/guides/outlook-trigger" ,
"ko/enterprise/guides/onedrive-trigger" ,
"ko/enterprise/guides/microsoft-teams-trigger" ,
"ko/enterprise/guides/slack-trigger" ,
"ko/enterprise/guides/hubspot-trigger" ,
"ko/enterprise/guides/salesforce-trigger" ,
"ko/enterprise/guides/zapier-trigger"
2025-09-05 17:40:11 -04:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\ud559\uc2b5 \uc790\uc6d0" ,
2025-08-12 19:58:12 -03:00
"pages" : [
2026-02-25 11:05:31 -05:00
"ko/enterprise/resources/frequently-asked-questions"
2025-08-12 19:58:12 -03:00
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \ub808\ud37c\ub7f0\uc2a4" ,
2026-02-25 11:05:31 -05:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc2dc\uc791 \uc548\ub0b4" ,
2026-02-25 11:05:31 -05:00
"pages" : [
"ko/api-reference/introduction" ,
"ko/api-reference/inputs" ,
"ko/api-reference/kickoff" ,
"ko/api-reference/resume" ,
"ko/api-reference/status"
]
}
2025-10-02 11:36:04 -04:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\uc608\uc2dc" ,
2026-02-25 11:05:31 -05:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\uc608\uc2dc" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/examples/example" ,
"ko/examples/cookbooks"
]
2026-02-25 11:05:31 -05:00
}
2025-08-12 19:58:12 -03:00
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\ubcc0\uacbd \ub85c\uadf8" ,
2026-02-25 11:05:31 -05:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\ub9b4\ub9ac\uc2a4 \ub178\ud2b8" ,
2026-03-04 15:20:02 -08:00
"pages" : [
"ko/changelog"
]
2026-02-25 11:05:31 -05:00
}
2026-01-09 17:53:05 -08:00
]
2025-09-05 17:40:11 -04:00
}
]
2025-08-12 19:58:12 -03:00
}
]
2026-03-25 15:44:02 +08:00
} ,
{
"language" : "ar" ,
"global" : {
"anchors" : [
{
2026-03-27 22:15:34 -07:00
"anchor" : "\u0627\u0644\u0645\u0648\u0642\u0639" ,
2026-03-25 15:44:02 +08:00
"href" : "https://crewai.com" ,
"icon" : "globe"
} ,
{
2026-03-27 22:15:34 -07:00
"anchor" : "\u0627\u0644\u0645\u0646\u062a\u062f\u0649" ,
2026-03-25 15:44:02 +08:00
"href" : "https://community.crewai.com" ,
"icon" : "discourse"
} ,
{
2026-03-27 22:15:34 -07:00
"anchor" : "\u0627\u0644\u0645\u062f\u0648\u0651\u0646\u0629" ,
2026-03-25 15:44:02 +08:00
"href" : "https://blog.crewai.com" ,
"icon" : "newspaper"
} ,
{
"anchor" : "CrewGPT" ,
"href" : "https://chatgpt.com/g/g-qqTuUWsBY-crewai-assistant" ,
"icon" : "robot"
}
]
} ,
"versions" : [
{
2026-03-25 23:54:26 -07:00
"version" : "v1.12.2" ,
2026-03-25 15:44:02 +08:00
"default" : true ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0631\u062d\u0628\u0627\u064b" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u062a\u0648\u062b\u064a\u0642" ,
2026-03-25 23:54:26 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/introduction" ,
"ar/installation" ,
"ar/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0644\u0651\u0629" ,
2026-03-25 23:54:26 -07:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629" ,
2026-03-25 23:54:26 -07:00
"icon" : "compass" ,
"pages" : [
"ar/guides/concepts/evaluating-use-cases"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0648\u0643\u0644\u0627\u0621" ,
2026-03-25 23:54:26 -07:00
"icon" : "user" ,
"pages" : [
"ar/guides/agents/crafting-effective-agents"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0637\u0648\u0627\u0642\u0645" ,
2026-03-25 23:54:26 -07:00
"icon" : "users" ,
"pages" : [
"ar/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062f\u0641\u0642\u0627\u062a" ,
2026-03-25 23:54:26 -07:00
"icon" : "code-branch" ,
"pages" : [
"ar/guides/flows/first-flow" ,
"ar/guides/flows/mastering-flow-state"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 23:54:26 -07:00
"icon" : "wrench" ,
"pages" : [
"ar/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u0629" ,
2026-03-25 23:54:26 -07:00
"icon" : "terminal" ,
"pages" : [
"ar/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u062a\u0642\u062f\u0651\u0645" ,
2026-03-25 23:54:26 -07:00
"icon" : "gear" ,
"pages" : [
"ar/guides/advanced/customizing-prompts" ,
"ar/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0631\u062d\u064a\u0644" ,
2026-03-25 23:54:26 -07:00
"icon" : "shuffle" ,
"pages" : [
"ar/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0641\u0627\u0647\u064a\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/concepts/agents" ,
2026-03-31 10:47:38 -07:00
"ar/concepts/agent-capabilities" ,
2026-03-25 23:54:26 -07:00
"ar/concepts/tasks" ,
"ar/concepts/crews" ,
"ar/concepts/flows" ,
"ar/concepts/production-architecture" ,
"ar/concepts/knowledge" ,
"ar/concepts/skills" ,
"ar/concepts/llms" ,
"ar/concepts/files" ,
"ar/concepts/processes" ,
"ar/concepts/collaboration" ,
"ar/concepts/training" ,
"ar/concepts/memory" ,
"ar/concepts/reasoning" ,
"ar/concepts/planning" ,
"ar/concepts/testing" ,
"ar/concepts/cli" ,
"ar/concepts/tools" ,
"ar/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u062a\u0643\u0627\u0645\u0644 MCP" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/mcp/overview" ,
"ar/mcp/dsl-integration" ,
"ar/mcp/stdio" ,
"ar/mcp/sse" ,
"ar/mcp/streamable-http" ,
"ar/mcp/multiple-servers" ,
"ar/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a" ,
2026-03-25 23:54:26 -07:00
"icon" : "folder-open" ,
"pages" : [
"ar/tools/file-document/overview" ,
"ar/tools/file-document/filereadtool" ,
"ar/tools/file-document/filewritetool" ,
"ar/tools/file-document/pdfsearchtool" ,
"ar/tools/file-document/docxsearchtool" ,
"ar/tools/file-document/mdxsearchtool" ,
"ar/tools/file-document/xmlsearchtool" ,
"ar/tools/file-document/txtsearchtool" ,
"ar/tools/file-document/jsonsearchtool" ,
"ar/tools/file-document/csvsearchtool" ,
"ar/tools/file-document/directorysearchtool" ,
"ar/tools/file-document/directoryreadtool" ,
"ar/tools/file-document/ocrtool" ,
"ar/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u064a\u0628" ,
2026-03-25 23:54:26 -07:00
"icon" : "globe" ,
"pages" : [
"ar/tools/web-scraping/overview" ,
"ar/tools/web-scraping/scrapewebsitetool" ,
"ar/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ar/tools/web-scraping/scrapflyscrapetool" ,
"ar/tools/web-scraping/seleniumscrapingtool" ,
"ar/tools/web-scraping/scrapegraphscrapetool" ,
"ar/tools/web-scraping/spidertool" ,
"ar/tools/web-scraping/browserbaseloadtool" ,
"ar/tools/web-scraping/hyperbrowserloadtool" ,
"ar/tools/web-scraping/stagehandtool" ,
"ar/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ar/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ar/tools/web-scraping/oxylabsscraperstool" ,
"ar/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062d\u062b \u0648\u0627\u0644\u0627\u0633\u062a\u0643\u0634\u0627\u0641" ,
2026-03-25 23:54:26 -07:00
"icon" : "magnifying-glass" ,
"pages" : [
"ar/tools/search-research/overview" ,
"ar/tools/search-research/serperdevtool" ,
"ar/tools/search-research/bravesearchtool" ,
"ar/tools/search-research/exasearchtool" ,
"ar/tools/search-research/linkupsearchtool" ,
"ar/tools/search-research/githubsearchtool" ,
"ar/tools/search-research/websitesearchtool" ,
"ar/tools/search-research/codedocssearchtool" ,
"ar/tools/search-research/youtubechannelsearchtool" ,
"ar/tools/search-research/youtubevideosearchtool" ,
"ar/tools/search-research/tavilysearchtool" ,
"ar/tools/search-research/tavilyextractortool" ,
"ar/tools/search-research/arxivpapertool" ,
"ar/tools/search-research/serpapi-googlesearchtool" ,
"ar/tools/search-research/serpapi-googleshoppingtool" ,
"ar/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a" ,
2026-03-25 23:54:26 -07:00
"icon" : "database" ,
"pages" : [
"ar/tools/database-data/overview" ,
"ar/tools/database-data/mysqltool" ,
"ar/tools/database-data/pgsearchtool" ,
"ar/tools/database-data/snowflakesearchtool" ,
"ar/tools/database-data/nl2sqltool" ,
"ar/tools/database-data/qdrantvectorsearchtool" ,
"ar/tools/database-data/weaviatevectorsearchtool" ,
"ar/tools/database-data/mongodbvectorsearchtool" ,
"ar/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0627\u0644\u0622\u0644\u064a" ,
2026-03-25 23:54:26 -07:00
"icon" : "brain" ,
"pages" : [
"ar/tools/ai-ml/overview" ,
"ar/tools/ai-ml/dalletool" ,
"ar/tools/ai-ml/visiontool" ,
"ar/tools/ai-ml/aimindtool" ,
"ar/tools/ai-ml/llamaindextool" ,
"ar/tools/ai-ml/langchaintool" ,
"ar/tools/ai-ml/ragtool" ,
"ar/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0633\u062d\u0627\u0628\u064a" ,
2026-03-25 23:54:26 -07:00
"icon" : "cloud" ,
"pages" : [
"ar/tools/cloud-storage/overview" ,
"ar/tools/cloud-storage/s3readertool" ,
"ar/tools/cloud-storage/s3writertool" ,
"ar/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ar/tools/integration/overview" ,
"ar/tools/integration/bedrockinvokeagenttool" ,
"ar/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062a\u0645\u062a\u0629" ,
2026-03-25 23:54:26 -07:00
"icon" : "bolt" ,
"pages" : [
"ar/tools/automation/overview" ,
"ar/tools/automation/apifyactorstool" ,
"ar/tools/automation/composiotool" ,
"ar/tools/automation/multiontool" ,
"ar/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"ar/observability/tracing" ,
"ar/observability/overview" ,
"ar/observability/arize-phoenix" ,
"ar/observability/braintrust" ,
"ar/observability/datadog" ,
"ar/observability/galileo" ,
"ar/observability/langdb" ,
"ar/observability/langfuse" ,
"ar/observability/langtrace" ,
"ar/observability/maxim" ,
"ar/observability/mlflow" ,
"ar/observability/neatlogs" ,
"ar/observability/openlit" ,
"ar/observability/opik" ,
"ar/observability/patronus-evaluation" ,
"ar/observability/portkey" ,
"ar/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/learn/overview" ,
"ar/learn/llm-selection-guide" ,
"ar/learn/conditional-tasks" ,
"ar/learn/coding-agents" ,
"ar/learn/create-custom-tools" ,
"ar/learn/custom-llm" ,
"ar/learn/custom-manager-agent" ,
"ar/learn/customizing-agents" ,
"ar/learn/dalle-image-generation" ,
"ar/learn/force-tool-output-as-result" ,
"ar/learn/hierarchical-process" ,
"ar/learn/human-input-on-execution" ,
"ar/learn/human-in-the-loop" ,
"ar/learn/human-feedback-in-flows" ,
"ar/learn/kickoff-async" ,
"ar/learn/kickoff-for-each" ,
"ar/learn/llm-connections" ,
"ar/learn/multimodal-agents" ,
"ar/learn/replay-tasks-from-latest-crew-kickoff" ,
"ar/learn/sequential-process" ,
"ar/learn/using-annotations" ,
"ar/learn/execution-hooks" ,
"ar/learn/llm-hooks" ,
"ar/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"ar/telemetry"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a" ,
2026-03-25 23:54:26 -07:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/enterprise/introduction"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u0646\u0627\u0621" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/enterprise/features/automations" ,
"ar/enterprise/features/crew-studio" ,
"ar/enterprise/features/marketplace" ,
"ar/enterprise/features/agent-repositories" ,
"ar/enterprise/features/tools-and-integrations" ,
"ar/enterprise/features/pii-trace-redactions"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/enterprise/features/traces" ,
"ar/enterprise/features/webhook-streaming" ,
"ar/enterprise/features/hallucination-guardrail" ,
"ar/enterprise/features/flow-hitl-management"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0625\u062f\u0627\u0631\u0629" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0643\u0627\u0645\u0644\u0627\u062a" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/enterprise/integrations/asana" ,
"ar/enterprise/integrations/box" ,
"ar/enterprise/integrations/clickup" ,
"ar/enterprise/integrations/github" ,
"ar/enterprise/integrations/gmail" ,
"ar/enterprise/integrations/google_calendar" ,
"ar/enterprise/integrations/google_contacts" ,
"ar/enterprise/integrations/google_docs" ,
"ar/enterprise/integrations/google_drive" ,
"ar/enterprise/integrations/google_sheets" ,
"ar/enterprise/integrations/google_slides" ,
"ar/enterprise/integrations/hubspot" ,
"ar/enterprise/integrations/jira" ,
"ar/enterprise/integrations/linear" ,
"ar/enterprise/integrations/microsoft_excel" ,
"ar/enterprise/integrations/microsoft_onedrive" ,
"ar/enterprise/integrations/microsoft_outlook" ,
"ar/enterprise/integrations/microsoft_sharepoint" ,
"ar/enterprise/integrations/microsoft_teams" ,
"ar/enterprise/integrations/microsoft_word" ,
"ar/enterprise/integrations/notion" ,
"ar/enterprise/integrations/salesforce" ,
"ar/enterprise/integrations/shopify" ,
"ar/enterprise/integrations/slack" ,
"ar/enterprise/integrations/stripe" ,
"ar/enterprise/integrations/zendesk"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"ar/enterprise/guides/build-crew" ,
"ar/enterprise/guides/prepare-for-deployment" ,
"ar/enterprise/guides/deploy-to-amp" ,
"ar/enterprise/guides/private-package-registry" ,
"ar/enterprise/guides/kickoff-crew" ,
"ar/enterprise/guides/update-crew" ,
"ar/enterprise/guides/enable-crew-studio" ,
"ar/enterprise/guides/capture_telemetry_logs" ,
"ar/enterprise/guides/azure-openai-setup" ,
"ar/enterprise/guides/tool-repository" ,
"ar/enterprise/guides/custom-mcp-server" ,
"ar/enterprise/guides/react-component-export" ,
"ar/enterprise/guides/team-management" ,
"ar/enterprise/guides/human-in-the-loop" ,
"ar/enterprise/guides/webhook-automation"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0634\u063a\u0651\u0644\u0627\u062a" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/enterprise/guides/automation-triggers" ,
"ar/enterprise/guides/gmail-trigger" ,
"ar/enterprise/guides/google-calendar-trigger" ,
"ar/enterprise/guides/google-drive-trigger" ,
"ar/enterprise/guides/outlook-trigger" ,
"ar/enterprise/guides/onedrive-trigger" ,
"ar/enterprise/guides/microsoft-teams-trigger" ,
"ar/enterprise/guides/slack-trigger" ,
"ar/enterprise/guides/hubspot-trigger" ,
"ar/enterprise/guides/salesforce-trigger" ,
"ar/enterprise/guides/zapier-trigger"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \u0627\u0644\u0645\u0631\u062c\u0639" ,
2026-03-25 23:54:26 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/api-reference/introduction" ,
"ar/api-reference/inputs" ,
"ar/api-reference/kickoff" ,
"ar/api-reference/resume" ,
"ar/api-reference/status"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 23:54:26 -07:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/examples/example" ,
"ar/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u0633\u062c\u0644\u0627\u062a" ,
2026-03-25 23:54:26 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0633\u062c\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a" ,
2026-03-25 23:54:26 -07:00
"pages" : [
"ar/changelog"
]
}
]
}
]
} ,
{
"version" : "v1.12.1" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629" ,
2026-03-25 23:54:26 -07:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0631\u062d\u0628\u0627\u064b" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/index"
]
}
]
2026-03-25 18:07:28 -07:00
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u062a\u0648\u062b\u064a\u0642" ,
2026-03-25 18:07:28 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/introduction" ,
"ar/installation" ,
"ar/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0644\u0651\u0629" ,
2026-03-25 18:52:11 -07:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629" ,
2026-03-25 18:52:11 -07:00
"icon" : "compass" ,
"pages" : [
"ar/guides/concepts/evaluating-use-cases"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0648\u0643\u0644\u0627\u0621" ,
2026-03-25 18:52:11 -07:00
"icon" : "user" ,
"pages" : [
"ar/guides/agents/crafting-effective-agents"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0637\u0648\u0627\u0642\u0645" ,
2026-03-25 18:52:11 -07:00
"icon" : "users" ,
"pages" : [
"ar/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062f\u0641\u0642\u0627\u062a" ,
2026-03-25 18:52:11 -07:00
"icon" : "code-branch" ,
"pages" : [
"ar/guides/flows/first-flow" ,
"ar/guides/flows/mastering-flow-state"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 18:52:11 -07:00
"icon" : "wrench" ,
"pages" : [
"ar/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u0629" ,
2026-03-25 18:52:11 -07:00
"icon" : "terminal" ,
"pages" : [
"ar/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u062a\u0642\u062f\u0651\u0645" ,
2026-03-25 18:52:11 -07:00
"icon" : "gear" ,
"pages" : [
"ar/guides/advanced/customizing-prompts" ,
"ar/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0631\u062d\u064a\u0644" ,
2026-03-25 18:52:11 -07:00
"icon" : "shuffle" ,
"pages" : [
"ar/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0641\u0627\u0647\u064a\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/concepts/agents" ,
"ar/concepts/tasks" ,
"ar/concepts/crews" ,
"ar/concepts/flows" ,
"ar/concepts/production-architecture" ,
"ar/concepts/knowledge" ,
"ar/concepts/skills" ,
"ar/concepts/llms" ,
"ar/concepts/files" ,
"ar/concepts/processes" ,
"ar/concepts/collaboration" ,
"ar/concepts/training" ,
"ar/concepts/memory" ,
"ar/concepts/reasoning" ,
"ar/concepts/planning" ,
"ar/concepts/testing" ,
"ar/concepts/cli" ,
"ar/concepts/tools" ,
"ar/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u062a\u0643\u0627\u0645\u0644 MCP" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/mcp/overview" ,
"ar/mcp/dsl-integration" ,
"ar/mcp/stdio" ,
"ar/mcp/sse" ,
"ar/mcp/streamable-http" ,
"ar/mcp/multiple-servers" ,
"ar/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a" ,
2026-03-25 18:52:11 -07:00
"icon" : "folder-open" ,
"pages" : [
"ar/tools/file-document/overview" ,
"ar/tools/file-document/filereadtool" ,
"ar/tools/file-document/filewritetool" ,
"ar/tools/file-document/pdfsearchtool" ,
"ar/tools/file-document/docxsearchtool" ,
"ar/tools/file-document/mdxsearchtool" ,
"ar/tools/file-document/xmlsearchtool" ,
"ar/tools/file-document/txtsearchtool" ,
"ar/tools/file-document/jsonsearchtool" ,
"ar/tools/file-document/csvsearchtool" ,
"ar/tools/file-document/directorysearchtool" ,
"ar/tools/file-document/directoryreadtool" ,
"ar/tools/file-document/ocrtool" ,
"ar/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u064a\u0628" ,
2026-03-25 18:52:11 -07:00
"icon" : "globe" ,
"pages" : [
"ar/tools/web-scraping/overview" ,
"ar/tools/web-scraping/scrapewebsitetool" ,
"ar/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ar/tools/web-scraping/scrapflyscrapetool" ,
"ar/tools/web-scraping/seleniumscrapingtool" ,
"ar/tools/web-scraping/scrapegraphscrapetool" ,
"ar/tools/web-scraping/spidertool" ,
"ar/tools/web-scraping/browserbaseloadtool" ,
"ar/tools/web-scraping/hyperbrowserloadtool" ,
"ar/tools/web-scraping/stagehandtool" ,
"ar/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ar/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ar/tools/web-scraping/oxylabsscraperstool" ,
"ar/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062d\u062b \u0648\u0627\u0644\u0627\u0633\u062a\u0643\u0634\u0627\u0641" ,
2026-03-25 18:52:11 -07:00
"icon" : "magnifying-glass" ,
"pages" : [
"ar/tools/search-research/overview" ,
"ar/tools/search-research/serperdevtool" ,
"ar/tools/search-research/bravesearchtool" ,
"ar/tools/search-research/exasearchtool" ,
"ar/tools/search-research/linkupsearchtool" ,
"ar/tools/search-research/githubsearchtool" ,
"ar/tools/search-research/websitesearchtool" ,
"ar/tools/search-research/codedocssearchtool" ,
"ar/tools/search-research/youtubechannelsearchtool" ,
"ar/tools/search-research/youtubevideosearchtool" ,
"ar/tools/search-research/tavilysearchtool" ,
"ar/tools/search-research/tavilyextractortool" ,
"ar/tools/search-research/arxivpapertool" ,
"ar/tools/search-research/serpapi-googlesearchtool" ,
"ar/tools/search-research/serpapi-googleshoppingtool" ,
"ar/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a" ,
2026-03-25 18:52:11 -07:00
"icon" : "database" ,
"pages" : [
"ar/tools/database-data/overview" ,
"ar/tools/database-data/mysqltool" ,
"ar/tools/database-data/pgsearchtool" ,
"ar/tools/database-data/snowflakesearchtool" ,
"ar/tools/database-data/nl2sqltool" ,
"ar/tools/database-data/qdrantvectorsearchtool" ,
"ar/tools/database-data/weaviatevectorsearchtool" ,
"ar/tools/database-data/mongodbvectorsearchtool" ,
"ar/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0627\u0644\u0622\u0644\u064a" ,
2026-03-25 18:52:11 -07:00
"icon" : "brain" ,
"pages" : [
"ar/tools/ai-ml/overview" ,
"ar/tools/ai-ml/dalletool" ,
"ar/tools/ai-ml/visiontool" ,
"ar/tools/ai-ml/aimindtool" ,
"ar/tools/ai-ml/llamaindextool" ,
"ar/tools/ai-ml/langchaintool" ,
"ar/tools/ai-ml/ragtool" ,
"ar/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0633\u062d\u0627\u0628\u064a" ,
2026-03-25 18:52:11 -07:00
"icon" : "cloud" ,
"pages" : [
"ar/tools/cloud-storage/overview" ,
"ar/tools/cloud-storage/s3readertool" ,
"ar/tools/cloud-storage/s3writertool" ,
"ar/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ar/tools/integration/overview" ,
"ar/tools/integration/bedrockinvokeagenttool" ,
"ar/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062a\u0645\u062a\u0629" ,
2026-03-25 18:52:11 -07:00
"icon" : "bolt" ,
"pages" : [
"ar/tools/automation/overview" ,
"ar/tools/automation/apifyactorstool" ,
"ar/tools/automation/composiotool" ,
"ar/tools/automation/multiontool" ,
"ar/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"ar/observability/tracing" ,
"ar/observability/overview" ,
"ar/observability/arize-phoenix" ,
"ar/observability/braintrust" ,
"ar/observability/datadog" ,
"ar/observability/galileo" ,
"ar/observability/langdb" ,
"ar/observability/langfuse" ,
"ar/observability/langtrace" ,
"ar/observability/maxim" ,
"ar/observability/mlflow" ,
"ar/observability/neatlogs" ,
"ar/observability/openlit" ,
"ar/observability/opik" ,
"ar/observability/patronus-evaluation" ,
"ar/observability/portkey" ,
"ar/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/learn/overview" ,
"ar/learn/llm-selection-guide" ,
"ar/learn/conditional-tasks" ,
"ar/learn/coding-agents" ,
"ar/learn/create-custom-tools" ,
"ar/learn/custom-llm" ,
"ar/learn/custom-manager-agent" ,
"ar/learn/customizing-agents" ,
"ar/learn/dalle-image-generation" ,
"ar/learn/force-tool-output-as-result" ,
"ar/learn/hierarchical-process" ,
"ar/learn/human-input-on-execution" ,
"ar/learn/human-in-the-loop" ,
"ar/learn/human-feedback-in-flows" ,
"ar/learn/kickoff-async" ,
"ar/learn/kickoff-for-each" ,
"ar/learn/llm-connections" ,
"ar/learn/multimodal-agents" ,
"ar/learn/replay-tasks-from-latest-crew-kickoff" ,
"ar/learn/sequential-process" ,
"ar/learn/using-annotations" ,
"ar/learn/execution-hooks" ,
"ar/learn/llm-hooks" ,
"ar/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"ar/telemetry"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a" ,
2026-03-25 18:52:11 -07:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/enterprise/introduction"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u0646\u0627\u0621" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/enterprise/features/automations" ,
"ar/enterprise/features/crew-studio" ,
"ar/enterprise/features/marketplace" ,
"ar/enterprise/features/agent-repositories" ,
"ar/enterprise/features/tools-and-integrations" ,
"ar/enterprise/features/pii-trace-redactions"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/enterprise/features/traces" ,
"ar/enterprise/features/webhook-streaming" ,
"ar/enterprise/features/hallucination-guardrail" ,
"ar/enterprise/features/flow-hitl-management"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0625\u062f\u0627\u0631\u0629" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0643\u0627\u0645\u0644\u0627\u062a" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/enterprise/integrations/asana" ,
"ar/enterprise/integrations/box" ,
"ar/enterprise/integrations/clickup" ,
"ar/enterprise/integrations/github" ,
"ar/enterprise/integrations/gmail" ,
"ar/enterprise/integrations/google_calendar" ,
"ar/enterprise/integrations/google_contacts" ,
"ar/enterprise/integrations/google_docs" ,
"ar/enterprise/integrations/google_drive" ,
"ar/enterprise/integrations/google_sheets" ,
"ar/enterprise/integrations/google_slides" ,
"ar/enterprise/integrations/hubspot" ,
"ar/enterprise/integrations/jira" ,
"ar/enterprise/integrations/linear" ,
"ar/enterprise/integrations/microsoft_excel" ,
"ar/enterprise/integrations/microsoft_onedrive" ,
"ar/enterprise/integrations/microsoft_outlook" ,
"ar/enterprise/integrations/microsoft_sharepoint" ,
"ar/enterprise/integrations/microsoft_teams" ,
"ar/enterprise/integrations/microsoft_word" ,
"ar/enterprise/integrations/notion" ,
"ar/enterprise/integrations/salesforce" ,
"ar/enterprise/integrations/shopify" ,
"ar/enterprise/integrations/slack" ,
"ar/enterprise/integrations/stripe" ,
"ar/enterprise/integrations/zendesk"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"ar/enterprise/guides/build-crew" ,
"ar/enterprise/guides/prepare-for-deployment" ,
"ar/enterprise/guides/deploy-to-amp" ,
"ar/enterprise/guides/private-package-registry" ,
"ar/enterprise/guides/kickoff-crew" ,
"ar/enterprise/guides/update-crew" ,
"ar/enterprise/guides/enable-crew-studio" ,
"ar/enterprise/guides/capture_telemetry_logs" ,
"ar/enterprise/guides/azure-openai-setup" ,
"ar/enterprise/guides/tool-repository" ,
"ar/enterprise/guides/custom-mcp-server" ,
"ar/enterprise/guides/react-component-export" ,
"ar/enterprise/guides/team-management" ,
"ar/enterprise/guides/human-in-the-loop" ,
"ar/enterprise/guides/webhook-automation"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0634\u063a\u0651\u0644\u0627\u062a" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/enterprise/guides/automation-triggers" ,
"ar/enterprise/guides/gmail-trigger" ,
"ar/enterprise/guides/google-calendar-trigger" ,
"ar/enterprise/guides/google-drive-trigger" ,
"ar/enterprise/guides/outlook-trigger" ,
"ar/enterprise/guides/onedrive-trigger" ,
"ar/enterprise/guides/microsoft-teams-trigger" ,
"ar/enterprise/guides/slack-trigger" ,
"ar/enterprise/guides/hubspot-trigger" ,
"ar/enterprise/guides/salesforce-trigger" ,
"ar/enterprise/guides/zapier-trigger"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \u0627\u0644\u0645\u0631\u062c\u0639" ,
2026-03-25 18:52:11 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/api-reference/introduction" ,
"ar/api-reference/inputs" ,
"ar/api-reference/kickoff" ,
"ar/api-reference/resume" ,
"ar/api-reference/status"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 18:52:11 -07:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/examples/example" ,
"ar/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u0633\u062c\u0644\u0627\u062a" ,
2026-03-25 18:52:11 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0633\u062c\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/changelog"
]
}
]
}
]
} ,
{
"version" : "v1.12.0" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629" ,
2026-03-25 18:52:11 -07:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0631\u062d\u0628\u0627\u064b" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u062a\u0648\u062b\u064a\u0642" ,
2026-03-25 18:52:11 -07:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 18:52:11 -07:00
"pages" : [
"ar/introduction" ,
"ar/installation" ,
"ar/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0644\u0651\u0629" ,
2026-03-25 18:07:28 -07:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629" ,
2026-03-25 18:07:28 -07:00
"icon" : "compass" ,
"pages" : [
"ar/guides/concepts/evaluating-use-cases"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0648\u0643\u0644\u0627\u0621" ,
2026-03-25 18:07:28 -07:00
"icon" : "user" ,
"pages" : [
"ar/guides/agents/crafting-effective-agents"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0637\u0648\u0627\u0642\u0645" ,
2026-03-25 18:07:28 -07:00
"icon" : "users" ,
"pages" : [
"ar/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062f\u0641\u0642\u0627\u062a" ,
2026-03-25 18:07:28 -07:00
"icon" : "code-branch" ,
"pages" : [
"ar/guides/flows/first-flow" ,
"ar/guides/flows/mastering-flow-state"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 18:07:28 -07:00
"icon" : "wrench" ,
"pages" : [
"ar/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u0629" ,
2026-03-25 18:07:28 -07:00
"icon" : "terminal" ,
"pages" : [
"ar/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u062a\u0642\u062f\u0651\u0645" ,
2026-03-25 18:07:28 -07:00
"icon" : "gear" ,
"pages" : [
"ar/guides/advanced/customizing-prompts" ,
"ar/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0631\u062d\u064a\u0644" ,
2026-03-25 18:07:28 -07:00
"icon" : "shuffle" ,
"pages" : [
"ar/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0641\u0627\u0647\u064a\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/concepts/agents" ,
"ar/concepts/tasks" ,
"ar/concepts/crews" ,
"ar/concepts/flows" ,
"ar/concepts/production-architecture" ,
"ar/concepts/knowledge" ,
"ar/concepts/skills" ,
"ar/concepts/llms" ,
"ar/concepts/files" ,
"ar/concepts/processes" ,
"ar/concepts/collaboration" ,
"ar/concepts/training" ,
"ar/concepts/memory" ,
"ar/concepts/reasoning" ,
"ar/concepts/planning" ,
"ar/concepts/testing" ,
"ar/concepts/cli" ,
"ar/concepts/tools" ,
"ar/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u062a\u0643\u0627\u0645\u0644 MCP" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/mcp/overview" ,
"ar/mcp/dsl-integration" ,
"ar/mcp/stdio" ,
"ar/mcp/sse" ,
"ar/mcp/streamable-http" ,
"ar/mcp/multiple-servers" ,
"ar/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a" ,
2026-03-25 18:07:28 -07:00
"icon" : "folder-open" ,
"pages" : [
"ar/tools/file-document/overview" ,
"ar/tools/file-document/filereadtool" ,
"ar/tools/file-document/filewritetool" ,
"ar/tools/file-document/pdfsearchtool" ,
"ar/tools/file-document/docxsearchtool" ,
"ar/tools/file-document/mdxsearchtool" ,
"ar/tools/file-document/xmlsearchtool" ,
"ar/tools/file-document/txtsearchtool" ,
"ar/tools/file-document/jsonsearchtool" ,
"ar/tools/file-document/csvsearchtool" ,
"ar/tools/file-document/directorysearchtool" ,
"ar/tools/file-document/directoryreadtool" ,
"ar/tools/file-document/ocrtool" ,
"ar/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u064a\u0628" ,
2026-03-25 18:07:28 -07:00
"icon" : "globe" ,
"pages" : [
"ar/tools/web-scraping/overview" ,
"ar/tools/web-scraping/scrapewebsitetool" ,
"ar/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ar/tools/web-scraping/scrapflyscrapetool" ,
"ar/tools/web-scraping/seleniumscrapingtool" ,
"ar/tools/web-scraping/scrapegraphscrapetool" ,
"ar/tools/web-scraping/spidertool" ,
"ar/tools/web-scraping/browserbaseloadtool" ,
"ar/tools/web-scraping/hyperbrowserloadtool" ,
"ar/tools/web-scraping/stagehandtool" ,
"ar/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ar/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ar/tools/web-scraping/oxylabsscraperstool" ,
"ar/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062d\u062b \u0648\u0627\u0644\u0627\u0633\u062a\u0643\u0634\u0627\u0641" ,
2026-03-25 18:07:28 -07:00
"icon" : "magnifying-glass" ,
"pages" : [
"ar/tools/search-research/overview" ,
"ar/tools/search-research/serperdevtool" ,
"ar/tools/search-research/bravesearchtool" ,
"ar/tools/search-research/exasearchtool" ,
"ar/tools/search-research/linkupsearchtool" ,
"ar/tools/search-research/githubsearchtool" ,
"ar/tools/search-research/websitesearchtool" ,
"ar/tools/search-research/codedocssearchtool" ,
"ar/tools/search-research/youtubechannelsearchtool" ,
"ar/tools/search-research/youtubevideosearchtool" ,
"ar/tools/search-research/tavilysearchtool" ,
"ar/tools/search-research/tavilyextractortool" ,
"ar/tools/search-research/arxivpapertool" ,
"ar/tools/search-research/serpapi-googlesearchtool" ,
"ar/tools/search-research/serpapi-googleshoppingtool" ,
"ar/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a" ,
2026-03-25 18:07:28 -07:00
"icon" : "database" ,
"pages" : [
"ar/tools/database-data/overview" ,
"ar/tools/database-data/mysqltool" ,
"ar/tools/database-data/pgsearchtool" ,
"ar/tools/database-data/snowflakesearchtool" ,
"ar/tools/database-data/nl2sqltool" ,
"ar/tools/database-data/qdrantvectorsearchtool" ,
"ar/tools/database-data/weaviatevectorsearchtool" ,
"ar/tools/database-data/mongodbvectorsearchtool" ,
"ar/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0627\u0644\u0622\u0644\u064a" ,
2026-03-25 18:07:28 -07:00
"icon" : "brain" ,
"pages" : [
"ar/tools/ai-ml/overview" ,
"ar/tools/ai-ml/dalletool" ,
"ar/tools/ai-ml/visiontool" ,
"ar/tools/ai-ml/aimindtool" ,
"ar/tools/ai-ml/llamaindextool" ,
"ar/tools/ai-ml/langchaintool" ,
"ar/tools/ai-ml/ragtool" ,
"ar/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0633\u062d\u0627\u0628\u064a" ,
2026-03-25 18:07:28 -07:00
"icon" : "cloud" ,
"pages" : [
"ar/tools/cloud-storage/overview" ,
"ar/tools/cloud-storage/s3readertool" ,
"ar/tools/cloud-storage/s3writertool" ,
"ar/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ar/tools/integration/overview" ,
"ar/tools/integration/bedrockinvokeagenttool" ,
"ar/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062a\u0645\u062a\u0629" ,
2026-03-25 18:07:28 -07:00
"icon" : "bolt" ,
"pages" : [
"ar/tools/automation/overview" ,
"ar/tools/automation/apifyactorstool" ,
"ar/tools/automation/composiotool" ,
"ar/tools/automation/multiontool" ,
"ar/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"ar/observability/tracing" ,
"ar/observability/overview" ,
"ar/observability/arize-phoenix" ,
"ar/observability/braintrust" ,
"ar/observability/datadog" ,
"ar/observability/galileo" ,
"ar/observability/langdb" ,
"ar/observability/langfuse" ,
"ar/observability/langtrace" ,
"ar/observability/maxim" ,
"ar/observability/mlflow" ,
"ar/observability/neatlogs" ,
"ar/observability/openlit" ,
"ar/observability/opik" ,
"ar/observability/patronus-evaluation" ,
"ar/observability/portkey" ,
"ar/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/learn/overview" ,
"ar/learn/llm-selection-guide" ,
"ar/learn/conditional-tasks" ,
"ar/learn/coding-agents" ,
"ar/learn/create-custom-tools" ,
"ar/learn/custom-llm" ,
"ar/learn/custom-manager-agent" ,
"ar/learn/customizing-agents" ,
"ar/learn/dalle-image-generation" ,
"ar/learn/force-tool-output-as-result" ,
"ar/learn/hierarchical-process" ,
"ar/learn/human-input-on-execution" ,
"ar/learn/human-in-the-loop" ,
"ar/learn/human-feedback-in-flows" ,
"ar/learn/kickoff-async" ,
"ar/learn/kickoff-for-each" ,
"ar/learn/llm-connections" ,
"ar/learn/multimodal-agents" ,
"ar/learn/replay-tasks-from-latest-crew-kickoff" ,
"ar/learn/sequential-process" ,
"ar/learn/using-annotations" ,
"ar/learn/execution-hooks" ,
"ar/learn/llm-hooks" ,
"ar/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"ar/telemetry"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a" ,
2026-03-25 18:07:28 -07:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/enterprise/introduction"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u0646\u0627\u0621" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/enterprise/features/automations" ,
"ar/enterprise/features/crew-studio" ,
"ar/enterprise/features/marketplace" ,
"ar/enterprise/features/agent-repositories" ,
"ar/enterprise/features/tools-and-integrations" ,
"ar/enterprise/features/pii-trace-redactions"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/enterprise/features/traces" ,
"ar/enterprise/features/webhook-streaming" ,
"ar/enterprise/features/hallucination-guardrail" ,
"ar/enterprise/features/flow-hitl-management"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0625\u062f\u0627\u0631\u0629" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0643\u0627\u0645\u0644\u0627\u062a" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/enterprise/integrations/asana" ,
"ar/enterprise/integrations/box" ,
"ar/enterprise/integrations/clickup" ,
"ar/enterprise/integrations/github" ,
"ar/enterprise/integrations/gmail" ,
"ar/enterprise/integrations/google_calendar" ,
"ar/enterprise/integrations/google_contacts" ,
"ar/enterprise/integrations/google_docs" ,
"ar/enterprise/integrations/google_drive" ,
"ar/enterprise/integrations/google_sheets" ,
"ar/enterprise/integrations/google_slides" ,
"ar/enterprise/integrations/hubspot" ,
"ar/enterprise/integrations/jira" ,
"ar/enterprise/integrations/linear" ,
"ar/enterprise/integrations/microsoft_excel" ,
"ar/enterprise/integrations/microsoft_onedrive" ,
"ar/enterprise/integrations/microsoft_outlook" ,
"ar/enterprise/integrations/microsoft_sharepoint" ,
"ar/enterprise/integrations/microsoft_teams" ,
"ar/enterprise/integrations/microsoft_word" ,
"ar/enterprise/integrations/notion" ,
"ar/enterprise/integrations/salesforce" ,
"ar/enterprise/integrations/shopify" ,
"ar/enterprise/integrations/slack" ,
"ar/enterprise/integrations/stripe" ,
"ar/enterprise/integrations/zendesk"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"ar/enterprise/guides/build-crew" ,
"ar/enterprise/guides/prepare-for-deployment" ,
"ar/enterprise/guides/deploy-to-amp" ,
"ar/enterprise/guides/private-package-registry" ,
"ar/enterprise/guides/kickoff-crew" ,
"ar/enterprise/guides/update-crew" ,
"ar/enterprise/guides/enable-crew-studio" ,
"ar/enterprise/guides/capture_telemetry_logs" ,
"ar/enterprise/guides/azure-openai-setup" ,
"ar/enterprise/guides/tool-repository" ,
"ar/enterprise/guides/custom-mcp-server" ,
"ar/enterprise/guides/react-component-export" ,
"ar/enterprise/guides/team-management" ,
"ar/enterprise/guides/human-in-the-loop" ,
"ar/enterprise/guides/webhook-automation"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0634\u063a\u0651\u0644\u0627\u062a" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/enterprise/guides/automation-triggers" ,
"ar/enterprise/guides/gmail-trigger" ,
"ar/enterprise/guides/google-calendar-trigger" ,
"ar/enterprise/guides/google-drive-trigger" ,
"ar/enterprise/guides/outlook-trigger" ,
"ar/enterprise/guides/onedrive-trigger" ,
"ar/enterprise/guides/microsoft-teams-trigger" ,
"ar/enterprise/guides/slack-trigger" ,
"ar/enterprise/guides/hubspot-trigger" ,
"ar/enterprise/guides/salesforce-trigger" ,
"ar/enterprise/guides/zapier-trigger"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \u0627\u0644\u0645\u0631\u062c\u0639" ,
2026-03-25 18:07:28 -07:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/api-reference/introduction" ,
"ar/api-reference/inputs" ,
"ar/api-reference/kickoff" ,
"ar/api-reference/resume" ,
"ar/api-reference/status"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 18:07:28 -07:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/examples/example" ,
"ar/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u0633\u062c\u0644\u0627\u062a" ,
2026-03-25 18:07:28 -07:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0633\u062c\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/changelog"
]
}
]
}
]
} ,
{
"version" : "v1.11.1" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629" ,
2026-03-25 18:07:28 -07:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0631\u062d\u0628\u0627\u064b" ,
2026-03-25 18:07:28 -07:00
"pages" : [
"ar/index"
]
}
]
2026-03-25 15:44:02 +08:00
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u062a\u0648\u062b\u064a\u0642" ,
2026-03-25 15:44:02 +08:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/introduction" ,
"ar/installation" ,
"ar/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0644\u0651\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "compass" ,
"pages" : [
"ar/guides/concepts/evaluating-use-cases"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0648\u0643\u0644\u0627\u0621" ,
2026-03-25 15:44:02 +08:00
"icon" : "user" ,
"pages" : [
"ar/guides/agents/crafting-effective-agents"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0637\u0648\u0627\u0642\u0645" ,
2026-03-25 15:44:02 +08:00
"icon" : "users" ,
"pages" : [
"ar/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062f\u0641\u0642\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "code-branch" ,
"pages" : [
"ar/guides/flows/first-flow" ,
"ar/guides/flows/mastering-flow-state"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "wrench" ,
"pages" : [
"ar/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "terminal" ,
"pages" : [
"ar/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u062a\u0642\u062f\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"icon" : "gear" ,
"pages" : [
"ar/guides/advanced/customizing-prompts" ,
"ar/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0631\u062d\u064a\u0644" ,
2026-03-25 15:44:02 +08:00
"icon" : "shuffle" ,
"pages" : [
"ar/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0641\u0627\u0647\u064a\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/concepts/agents" ,
"ar/concepts/tasks" ,
"ar/concepts/crews" ,
"ar/concepts/flows" ,
"ar/concepts/production-architecture" ,
"ar/concepts/knowledge" ,
"ar/concepts/skills" ,
"ar/concepts/llms" ,
"ar/concepts/files" ,
"ar/concepts/processes" ,
"ar/concepts/collaboration" ,
"ar/concepts/training" ,
"ar/concepts/memory" ,
"ar/concepts/reasoning" ,
"ar/concepts/planning" ,
"ar/concepts/testing" ,
"ar/concepts/cli" ,
"ar/concepts/tools" ,
"ar/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u062a\u0643\u0627\u0645\u0644 MCP" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/mcp/overview" ,
"ar/mcp/dsl-integration" ,
"ar/mcp/stdio" ,
"ar/mcp/sse" ,
"ar/mcp/streamable-http" ,
"ar/mcp/multiple-servers" ,
"ar/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "folder-open" ,
"pages" : [
"ar/tools/file-document/overview" ,
"ar/tools/file-document/filereadtool" ,
"ar/tools/file-document/filewritetool" ,
"ar/tools/file-document/pdfsearchtool" ,
"ar/tools/file-document/docxsearchtool" ,
"ar/tools/file-document/mdxsearchtool" ,
"ar/tools/file-document/xmlsearchtool" ,
"ar/tools/file-document/txtsearchtool" ,
"ar/tools/file-document/jsonsearchtool" ,
"ar/tools/file-document/csvsearchtool" ,
"ar/tools/file-document/directorysearchtool" ,
"ar/tools/file-document/directoryreadtool" ,
"ar/tools/file-document/ocrtool" ,
"ar/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u064a\u0628" ,
2026-03-25 15:44:02 +08:00
"icon" : "globe" ,
"pages" : [
"ar/tools/web-scraping/overview" ,
"ar/tools/web-scraping/scrapewebsitetool" ,
"ar/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ar/tools/web-scraping/scrapflyscrapetool" ,
"ar/tools/web-scraping/seleniumscrapingtool" ,
"ar/tools/web-scraping/scrapegraphscrapetool" ,
"ar/tools/web-scraping/spidertool" ,
"ar/tools/web-scraping/browserbaseloadtool" ,
"ar/tools/web-scraping/hyperbrowserloadtool" ,
"ar/tools/web-scraping/stagehandtool" ,
"ar/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ar/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ar/tools/web-scraping/oxylabsscraperstool" ,
"ar/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062d\u062b \u0648\u0627\u0644\u0627\u0633\u062a\u0643\u0634\u0627\u0641" ,
2026-03-25 15:44:02 +08:00
"icon" : "magnifying-glass" ,
"pages" : [
"ar/tools/search-research/overview" ,
"ar/tools/search-research/serperdevtool" ,
"ar/tools/search-research/bravesearchtool" ,
"ar/tools/search-research/exasearchtool" ,
"ar/tools/search-research/linkupsearchtool" ,
"ar/tools/search-research/githubsearchtool" ,
"ar/tools/search-research/websitesearchtool" ,
"ar/tools/search-research/codedocssearchtool" ,
"ar/tools/search-research/youtubechannelsearchtool" ,
"ar/tools/search-research/youtubevideosearchtool" ,
"ar/tools/search-research/tavilysearchtool" ,
"ar/tools/search-research/tavilyextractortool" ,
"ar/tools/search-research/arxivpapertool" ,
"ar/tools/search-research/serpapi-googlesearchtool" ,
"ar/tools/search-research/serpapi-googleshoppingtool" ,
"ar/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "database" ,
"pages" : [
"ar/tools/database-data/overview" ,
"ar/tools/database-data/mysqltool" ,
"ar/tools/database-data/pgsearchtool" ,
"ar/tools/database-data/snowflakesearchtool" ,
"ar/tools/database-data/nl2sqltool" ,
"ar/tools/database-data/qdrantvectorsearchtool" ,
"ar/tools/database-data/weaviatevectorsearchtool" ,
"ar/tools/database-data/mongodbvectorsearchtool" ,
"ar/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0627\u0644\u0622\u0644\u064a" ,
2026-03-25 15:44:02 +08:00
"icon" : "brain" ,
"pages" : [
"ar/tools/ai-ml/overview" ,
"ar/tools/ai-ml/dalletool" ,
"ar/tools/ai-ml/visiontool" ,
"ar/tools/ai-ml/aimindtool" ,
"ar/tools/ai-ml/llamaindextool" ,
"ar/tools/ai-ml/langchaintool" ,
"ar/tools/ai-ml/ragtool" ,
"ar/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0633\u062d\u0627\u0628\u064a" ,
2026-03-25 15:44:02 +08:00
"icon" : "cloud" ,
"pages" : [
"ar/tools/cloud-storage/overview" ,
"ar/tools/cloud-storage/s3readertool" ,
"ar/tools/cloud-storage/s3writertool" ,
"ar/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ar/tools/integration/overview" ,
"ar/tools/integration/bedrockinvokeagenttool" ,
"ar/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062a\u0645\u062a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "bolt" ,
"pages" : [
"ar/tools/automation/overview" ,
"ar/tools/automation/apifyactorstool" ,
"ar/tools/automation/composiotool" ,
"ar/tools/automation/multiontool" ,
"ar/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"ar/observability/tracing" ,
"ar/observability/overview" ,
"ar/observability/arize-phoenix" ,
"ar/observability/braintrust" ,
"ar/observability/datadog" ,
"ar/observability/galileo" ,
"ar/observability/langdb" ,
"ar/observability/langfuse" ,
"ar/observability/langtrace" ,
"ar/observability/maxim" ,
"ar/observability/mlflow" ,
"ar/observability/neatlogs" ,
"ar/observability/openlit" ,
"ar/observability/opik" ,
"ar/observability/patronus-evaluation" ,
"ar/observability/portkey" ,
"ar/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/learn/overview" ,
"ar/learn/llm-selection-guide" ,
"ar/learn/conditional-tasks" ,
"ar/learn/coding-agents" ,
"ar/learn/create-custom-tools" ,
"ar/learn/custom-llm" ,
"ar/learn/custom-manager-agent" ,
"ar/learn/customizing-agents" ,
"ar/learn/dalle-image-generation" ,
"ar/learn/force-tool-output-as-result" ,
"ar/learn/hierarchical-process" ,
"ar/learn/human-input-on-execution" ,
"ar/learn/human-in-the-loop" ,
"ar/learn/human-feedback-in-flows" ,
"ar/learn/kickoff-async" ,
"ar/learn/kickoff-for-each" ,
"ar/learn/llm-connections" ,
"ar/learn/multimodal-agents" ,
"ar/learn/replay-tasks-from-latest-crew-kickoff" ,
"ar/learn/sequential-process" ,
"ar/learn/using-annotations" ,
"ar/learn/execution-hooks" ,
"ar/learn/llm-hooks" ,
"ar/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"ar/telemetry"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/introduction"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u0646\u0627\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/automations" ,
"ar/enterprise/features/crew-studio" ,
"ar/enterprise/features/marketplace" ,
"ar/enterprise/features/agent-repositories" ,
"ar/enterprise/features/tools-and-integrations" ,
"ar/enterprise/features/pii-trace-redactions"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/traces" ,
"ar/enterprise/features/webhook-streaming" ,
"ar/enterprise/features/hallucination-guardrail" ,
"ar/enterprise/features/flow-hitl-management"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0625\u062f\u0627\u0631\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0643\u0627\u0645\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/integrations/asana" ,
"ar/enterprise/integrations/box" ,
"ar/enterprise/integrations/clickup" ,
"ar/enterprise/integrations/github" ,
"ar/enterprise/integrations/gmail" ,
"ar/enterprise/integrations/google_calendar" ,
"ar/enterprise/integrations/google_contacts" ,
"ar/enterprise/integrations/google_docs" ,
"ar/enterprise/integrations/google_drive" ,
"ar/enterprise/integrations/google_sheets" ,
"ar/enterprise/integrations/google_slides" ,
"ar/enterprise/integrations/hubspot" ,
"ar/enterprise/integrations/jira" ,
"ar/enterprise/integrations/linear" ,
"ar/enterprise/integrations/microsoft_excel" ,
"ar/enterprise/integrations/microsoft_onedrive" ,
"ar/enterprise/integrations/microsoft_outlook" ,
"ar/enterprise/integrations/microsoft_sharepoint" ,
"ar/enterprise/integrations/microsoft_teams" ,
"ar/enterprise/integrations/microsoft_word" ,
"ar/enterprise/integrations/notion" ,
"ar/enterprise/integrations/salesforce" ,
"ar/enterprise/integrations/shopify" ,
"ar/enterprise/integrations/slack" ,
"ar/enterprise/integrations/stripe" ,
"ar/enterprise/integrations/zendesk"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"ar/enterprise/guides/build-crew" ,
"ar/enterprise/guides/prepare-for-deployment" ,
"ar/enterprise/guides/deploy-to-amp" ,
"ar/enterprise/guides/private-package-registry" ,
"ar/enterprise/guides/kickoff-crew" ,
"ar/enterprise/guides/update-crew" ,
"ar/enterprise/guides/enable-crew-studio" ,
"ar/enterprise/guides/capture_telemetry_logs" ,
"ar/enterprise/guides/azure-openai-setup" ,
"ar/enterprise/guides/tool-repository" ,
"ar/enterprise/guides/custom-mcp-server" ,
"ar/enterprise/guides/react-component-export" ,
"ar/enterprise/guides/team-management" ,
"ar/enterprise/guides/human-in-the-loop" ,
"ar/enterprise/guides/webhook-automation"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0634\u063a\u0651\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/guides/automation-triggers" ,
"ar/enterprise/guides/gmail-trigger" ,
"ar/enterprise/guides/google-calendar-trigger" ,
"ar/enterprise/guides/google-drive-trigger" ,
"ar/enterprise/guides/outlook-trigger" ,
"ar/enterprise/guides/onedrive-trigger" ,
"ar/enterprise/guides/microsoft-teams-trigger" ,
"ar/enterprise/guides/slack-trigger" ,
"ar/enterprise/guides/hubspot-trigger" ,
"ar/enterprise/guides/salesforce-trigger" ,
"ar/enterprise/guides/zapier-trigger"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \u0627\u0644\u0645\u0631\u062c\u0639" ,
2026-03-25 15:44:02 +08:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/api-reference/introduction" ,
"ar/api-reference/inputs" ,
"ar/api-reference/kickoff" ,
"ar/api-reference/resume" ,
"ar/api-reference/status"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/examples/example" ,
"ar/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u0633\u062c\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0633\u062c\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/changelog"
]
}
]
}
]
} ,
{
"version" : "v1.11.0" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0631\u062d\u0628\u0627\u064b" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u062a\u0648\u062b\u064a\u0642" ,
2026-03-25 15:44:02 +08:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/introduction" ,
"ar/installation" ,
"ar/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0644\u0651\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "compass" ,
"pages" : [
"ar/guides/concepts/evaluating-use-cases"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0648\u0643\u0644\u0627\u0621" ,
2026-03-25 15:44:02 +08:00
"icon" : "user" ,
"pages" : [
"ar/guides/agents/crafting-effective-agents"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0637\u0648\u0627\u0642\u0645" ,
2026-03-25 15:44:02 +08:00
"icon" : "users" ,
"pages" : [
"ar/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062f\u0641\u0642\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "code-branch" ,
"pages" : [
"ar/guides/flows/first-flow" ,
"ar/guides/flows/mastering-flow-state"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "wrench" ,
"pages" : [
"ar/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "terminal" ,
"pages" : [
"ar/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u062a\u0642\u062f\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"icon" : "gear" ,
"pages" : [
"ar/guides/advanced/customizing-prompts" ,
"ar/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0631\u062d\u064a\u0644" ,
2026-03-25 15:44:02 +08:00
"icon" : "shuffle" ,
"pages" : [
"ar/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0641\u0627\u0647\u064a\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/concepts/agents" ,
"ar/concepts/tasks" ,
"ar/concepts/crews" ,
"ar/concepts/flows" ,
"ar/concepts/production-architecture" ,
"ar/concepts/knowledge" ,
"ar/concepts/llms" ,
"ar/concepts/files" ,
"ar/concepts/processes" ,
"ar/concepts/collaboration" ,
"ar/concepts/training" ,
"ar/concepts/memory" ,
"ar/concepts/reasoning" ,
"ar/concepts/planning" ,
"ar/concepts/testing" ,
"ar/concepts/cli" ,
"ar/concepts/tools" ,
"ar/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u062a\u0643\u0627\u0645\u0644 MCP" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/mcp/overview" ,
"ar/mcp/dsl-integration" ,
"ar/mcp/stdio" ,
"ar/mcp/sse" ,
"ar/mcp/streamable-http" ,
"ar/mcp/multiple-servers" ,
"ar/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "folder-open" ,
"pages" : [
"ar/tools/file-document/overview" ,
"ar/tools/file-document/filereadtool" ,
"ar/tools/file-document/filewritetool" ,
"ar/tools/file-document/pdfsearchtool" ,
"ar/tools/file-document/docxsearchtool" ,
"ar/tools/file-document/mdxsearchtool" ,
"ar/tools/file-document/xmlsearchtool" ,
"ar/tools/file-document/txtsearchtool" ,
"ar/tools/file-document/jsonsearchtool" ,
"ar/tools/file-document/csvsearchtool" ,
"ar/tools/file-document/directorysearchtool" ,
"ar/tools/file-document/directoryreadtool" ,
"ar/tools/file-document/ocrtool" ,
"ar/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u064a\u0628" ,
2026-03-25 15:44:02 +08:00
"icon" : "globe" ,
"pages" : [
"ar/tools/web-scraping/overview" ,
"ar/tools/web-scraping/scrapewebsitetool" ,
"ar/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ar/tools/web-scraping/scrapflyscrapetool" ,
"ar/tools/web-scraping/seleniumscrapingtool" ,
"ar/tools/web-scraping/scrapegraphscrapetool" ,
"ar/tools/web-scraping/spidertool" ,
"ar/tools/web-scraping/browserbaseloadtool" ,
"ar/tools/web-scraping/hyperbrowserloadtool" ,
"ar/tools/web-scraping/stagehandtool" ,
"ar/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ar/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ar/tools/web-scraping/oxylabsscraperstool" ,
"ar/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062d\u062b \u0648\u0627\u0644\u0627\u0633\u062a\u0643\u0634\u0627\u0641" ,
2026-03-25 15:44:02 +08:00
"icon" : "magnifying-glass" ,
"pages" : [
"ar/tools/search-research/overview" ,
"ar/tools/search-research/serperdevtool" ,
"ar/tools/search-research/bravesearchtool" ,
"ar/tools/search-research/exasearchtool" ,
"ar/tools/search-research/linkupsearchtool" ,
"ar/tools/search-research/githubsearchtool" ,
"ar/tools/search-research/websitesearchtool" ,
"ar/tools/search-research/codedocssearchtool" ,
"ar/tools/search-research/youtubechannelsearchtool" ,
"ar/tools/search-research/youtubevideosearchtool" ,
"ar/tools/search-research/tavilysearchtool" ,
"ar/tools/search-research/tavilyextractortool" ,
"ar/tools/search-research/arxivpapertool" ,
"ar/tools/search-research/serpapi-googlesearchtool" ,
"ar/tools/search-research/serpapi-googleshoppingtool" ,
"ar/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "database" ,
"pages" : [
"ar/tools/database-data/overview" ,
"ar/tools/database-data/mysqltool" ,
"ar/tools/database-data/pgsearchtool" ,
"ar/tools/database-data/snowflakesearchtool" ,
"ar/tools/database-data/nl2sqltool" ,
"ar/tools/database-data/qdrantvectorsearchtool" ,
"ar/tools/database-data/weaviatevectorsearchtool" ,
"ar/tools/database-data/mongodbvectorsearchtool" ,
"ar/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0627\u0644\u0622\u0644\u064a" ,
2026-03-25 15:44:02 +08:00
"icon" : "brain" ,
"pages" : [
"ar/tools/ai-ml/overview" ,
"ar/tools/ai-ml/dalletool" ,
"ar/tools/ai-ml/visiontool" ,
"ar/tools/ai-ml/aimindtool" ,
"ar/tools/ai-ml/llamaindextool" ,
"ar/tools/ai-ml/langchaintool" ,
"ar/tools/ai-ml/ragtool" ,
"ar/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0633\u062d\u0627\u0628\u064a" ,
2026-03-25 15:44:02 +08:00
"icon" : "cloud" ,
"pages" : [
"ar/tools/cloud-storage/overview" ,
"ar/tools/cloud-storage/s3readertool" ,
"ar/tools/cloud-storage/s3writertool" ,
"ar/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ar/tools/integration/overview" ,
"ar/tools/integration/bedrockinvokeagenttool" ,
"ar/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062a\u0645\u062a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "bolt" ,
"pages" : [
"ar/tools/automation/overview" ,
"ar/tools/automation/apifyactorstool" ,
"ar/tools/automation/composiotool" ,
"ar/tools/automation/multiontool" ,
"ar/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"ar/observability/tracing" ,
"ar/observability/overview" ,
"ar/observability/arize-phoenix" ,
"ar/observability/braintrust" ,
"ar/observability/datadog" ,
"ar/observability/galileo" ,
"ar/observability/langdb" ,
"ar/observability/langfuse" ,
"ar/observability/langtrace" ,
"ar/observability/maxim" ,
"ar/observability/mlflow" ,
"ar/observability/neatlogs" ,
"ar/observability/openlit" ,
"ar/observability/opik" ,
"ar/observability/patronus-evaluation" ,
"ar/observability/portkey" ,
"ar/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/learn/overview" ,
"ar/learn/llm-selection-guide" ,
"ar/learn/conditional-tasks" ,
"ar/learn/coding-agents" ,
"ar/learn/create-custom-tools" ,
"ar/learn/custom-llm" ,
"ar/learn/custom-manager-agent" ,
"ar/learn/customizing-agents" ,
"ar/learn/dalle-image-generation" ,
"ar/learn/force-tool-output-as-result" ,
"ar/learn/hierarchical-process" ,
"ar/learn/human-input-on-execution" ,
"ar/learn/human-in-the-loop" ,
"ar/learn/human-feedback-in-flows" ,
"ar/learn/kickoff-async" ,
"ar/learn/kickoff-for-each" ,
"ar/learn/llm-connections" ,
"ar/learn/multimodal-agents" ,
"ar/learn/replay-tasks-from-latest-crew-kickoff" ,
"ar/learn/sequential-process" ,
"ar/learn/using-annotations" ,
"ar/learn/execution-hooks" ,
"ar/learn/llm-hooks" ,
"ar/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"ar/telemetry"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/introduction"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u0646\u0627\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/automations" ,
"ar/enterprise/features/crew-studio" ,
"ar/enterprise/features/marketplace" ,
"ar/enterprise/features/agent-repositories" ,
"ar/enterprise/features/tools-and-integrations" ,
"ar/enterprise/features/pii-trace-redactions"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/traces" ,
"ar/enterprise/features/webhook-streaming" ,
"ar/enterprise/features/hallucination-guardrail" ,
"ar/enterprise/features/flow-hitl-management"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0625\u062f\u0627\u0631\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0643\u0627\u0645\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/integrations/asana" ,
"ar/enterprise/integrations/box" ,
"ar/enterprise/integrations/clickup" ,
"ar/enterprise/integrations/github" ,
"ar/enterprise/integrations/gmail" ,
"ar/enterprise/integrations/google_calendar" ,
"ar/enterprise/integrations/google_contacts" ,
"ar/enterprise/integrations/google_docs" ,
"ar/enterprise/integrations/google_drive" ,
"ar/enterprise/integrations/google_sheets" ,
"ar/enterprise/integrations/google_slides" ,
"ar/enterprise/integrations/hubspot" ,
"ar/enterprise/integrations/jira" ,
"ar/enterprise/integrations/linear" ,
"ar/enterprise/integrations/microsoft_excel" ,
"ar/enterprise/integrations/microsoft_onedrive" ,
"ar/enterprise/integrations/microsoft_outlook" ,
"ar/enterprise/integrations/microsoft_sharepoint" ,
"ar/enterprise/integrations/microsoft_teams" ,
"ar/enterprise/integrations/microsoft_word" ,
"ar/enterprise/integrations/notion" ,
"ar/enterprise/integrations/salesforce" ,
"ar/enterprise/integrations/shopify" ,
"ar/enterprise/integrations/slack" ,
"ar/enterprise/integrations/stripe" ,
"ar/enterprise/integrations/zendesk"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"ar/enterprise/guides/build-crew" ,
"ar/enterprise/guides/prepare-for-deployment" ,
"ar/enterprise/guides/deploy-to-amp" ,
"ar/enterprise/guides/private-package-registry" ,
"ar/enterprise/guides/kickoff-crew" ,
"ar/enterprise/guides/update-crew" ,
"ar/enterprise/guides/enable-crew-studio" ,
"ar/enterprise/guides/capture_telemetry_logs" ,
"ar/enterprise/guides/azure-openai-setup" ,
"ar/enterprise/guides/tool-repository" ,
"ar/enterprise/guides/custom-mcp-server" ,
"ar/enterprise/guides/react-component-export" ,
"ar/enterprise/guides/team-management" ,
"ar/enterprise/guides/human-in-the-loop" ,
"ar/enterprise/guides/webhook-automation"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0634\u063a\u0651\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/guides/automation-triggers" ,
"ar/enterprise/guides/gmail-trigger" ,
"ar/enterprise/guides/google-calendar-trigger" ,
"ar/enterprise/guides/google-drive-trigger" ,
"ar/enterprise/guides/outlook-trigger" ,
"ar/enterprise/guides/onedrive-trigger" ,
"ar/enterprise/guides/microsoft-teams-trigger" ,
"ar/enterprise/guides/slack-trigger" ,
"ar/enterprise/guides/hubspot-trigger" ,
"ar/enterprise/guides/salesforce-trigger" ,
"ar/enterprise/guides/zapier-trigger"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \u0627\u0644\u0645\u0631\u062c\u0639" ,
2026-03-25 15:44:02 +08:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/api-reference/introduction" ,
"ar/api-reference/inputs" ,
"ar/api-reference/kickoff" ,
"ar/api-reference/resume" ,
"ar/api-reference/status"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/examples/example" ,
"ar/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u0633\u062c\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0633\u062c\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/changelog"
]
}
]
}
]
} ,
{
"version" : "v1.10.1" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0631\u062d\u0628\u0627\u064b" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u062a\u0648\u062b\u064a\u0642" ,
2026-03-25 15:44:02 +08:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/introduction" ,
"ar/installation" ,
"ar/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0644\u0651\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "compass" ,
"pages" : [
"ar/guides/concepts/evaluating-use-cases"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0648\u0643\u0644\u0627\u0621" ,
2026-03-25 15:44:02 +08:00
"icon" : "user" ,
"pages" : [
"ar/guides/agents/crafting-effective-agents"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0637\u0648\u0627\u0642\u0645" ,
2026-03-25 15:44:02 +08:00
"icon" : "users" ,
"pages" : [
"ar/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062f\u0641\u0642\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "code-branch" ,
"pages" : [
"ar/guides/flows/first-flow" ,
"ar/guides/flows/mastering-flow-state"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "wrench" ,
"pages" : [
"ar/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "terminal" ,
"pages" : [
"ar/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u062a\u0642\u062f\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"icon" : "gear" ,
"pages" : [
"ar/guides/advanced/customizing-prompts" ,
"ar/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0631\u062d\u064a\u0644" ,
2026-03-25 15:44:02 +08:00
"icon" : "shuffle" ,
"pages" : [
"ar/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0641\u0627\u0647\u064a\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/concepts/agents" ,
"ar/concepts/tasks" ,
"ar/concepts/crews" ,
"ar/concepts/flows" ,
"ar/concepts/production-architecture" ,
"ar/concepts/knowledge" ,
"ar/concepts/llms" ,
"ar/concepts/files" ,
"ar/concepts/processes" ,
"ar/concepts/collaboration" ,
"ar/concepts/training" ,
"ar/concepts/memory" ,
"ar/concepts/reasoning" ,
"ar/concepts/planning" ,
"ar/concepts/testing" ,
"ar/concepts/cli" ,
"ar/concepts/tools" ,
"ar/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u062a\u0643\u0627\u0645\u0644 MCP" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/mcp/overview" ,
"ar/mcp/dsl-integration" ,
"ar/mcp/stdio" ,
"ar/mcp/sse" ,
"ar/mcp/streamable-http" ,
"ar/mcp/multiple-servers" ,
"ar/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "folder-open" ,
"pages" : [
"ar/tools/file-document/overview" ,
"ar/tools/file-document/filereadtool" ,
"ar/tools/file-document/filewritetool" ,
"ar/tools/file-document/pdfsearchtool" ,
"ar/tools/file-document/docxsearchtool" ,
"ar/tools/file-document/mdxsearchtool" ,
"ar/tools/file-document/xmlsearchtool" ,
"ar/tools/file-document/txtsearchtool" ,
"ar/tools/file-document/jsonsearchtool" ,
"ar/tools/file-document/csvsearchtool" ,
"ar/tools/file-document/directorysearchtool" ,
"ar/tools/file-document/directoryreadtool" ,
"ar/tools/file-document/ocrtool" ,
"ar/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u064a\u0628" ,
2026-03-25 15:44:02 +08:00
"icon" : "globe" ,
"pages" : [
"ar/tools/web-scraping/overview" ,
"ar/tools/web-scraping/scrapewebsitetool" ,
"ar/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ar/tools/web-scraping/scrapflyscrapetool" ,
"ar/tools/web-scraping/seleniumscrapingtool" ,
"ar/tools/web-scraping/scrapegraphscrapetool" ,
"ar/tools/web-scraping/spidertool" ,
"ar/tools/web-scraping/browserbaseloadtool" ,
"ar/tools/web-scraping/hyperbrowserloadtool" ,
"ar/tools/web-scraping/stagehandtool" ,
"ar/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ar/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ar/tools/web-scraping/oxylabsscraperstool" ,
"ar/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062d\u062b \u0648\u0627\u0644\u0627\u0633\u062a\u0643\u0634\u0627\u0641" ,
2026-03-25 15:44:02 +08:00
"icon" : "magnifying-glass" ,
"pages" : [
"ar/tools/search-research/overview" ,
"ar/tools/search-research/serperdevtool" ,
"ar/tools/search-research/bravesearchtool" ,
"ar/tools/search-research/exasearchtool" ,
"ar/tools/search-research/linkupsearchtool" ,
"ar/tools/search-research/githubsearchtool" ,
"ar/tools/search-research/websitesearchtool" ,
"ar/tools/search-research/codedocssearchtool" ,
"ar/tools/search-research/youtubechannelsearchtool" ,
"ar/tools/search-research/youtubevideosearchtool" ,
"ar/tools/search-research/tavilysearchtool" ,
"ar/tools/search-research/tavilyextractortool" ,
"ar/tools/search-research/arxivpapertool" ,
"ar/tools/search-research/serpapi-googlesearchtool" ,
"ar/tools/search-research/serpapi-googleshoppingtool" ,
"ar/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "database" ,
"pages" : [
"ar/tools/database-data/overview" ,
"ar/tools/database-data/mysqltool" ,
"ar/tools/database-data/pgsearchtool" ,
"ar/tools/database-data/snowflakesearchtool" ,
"ar/tools/database-data/nl2sqltool" ,
"ar/tools/database-data/qdrantvectorsearchtool" ,
"ar/tools/database-data/weaviatevectorsearchtool" ,
"ar/tools/database-data/mongodbvectorsearchtool" ,
"ar/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0627\u0644\u0622\u0644\u064a" ,
2026-03-25 15:44:02 +08:00
"icon" : "brain" ,
"pages" : [
"ar/tools/ai-ml/overview" ,
"ar/tools/ai-ml/dalletool" ,
"ar/tools/ai-ml/visiontool" ,
"ar/tools/ai-ml/aimindtool" ,
"ar/tools/ai-ml/llamaindextool" ,
"ar/tools/ai-ml/langchaintool" ,
"ar/tools/ai-ml/ragtool" ,
"ar/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0633\u062d\u0627\u0628\u064a" ,
2026-03-25 15:44:02 +08:00
"icon" : "cloud" ,
"pages" : [
"ar/tools/cloud-storage/overview" ,
"ar/tools/cloud-storage/s3readertool" ,
"ar/tools/cloud-storage/s3writertool" ,
"ar/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ar/tools/integration/overview" ,
"ar/tools/integration/bedrockinvokeagenttool" ,
"ar/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062a\u0645\u062a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "bolt" ,
"pages" : [
"ar/tools/automation/overview" ,
"ar/tools/automation/apifyactorstool" ,
"ar/tools/automation/composiotool" ,
"ar/tools/automation/multiontool" ,
"ar/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"ar/observability/tracing" ,
"ar/observability/overview" ,
"ar/observability/arize-phoenix" ,
"ar/observability/braintrust" ,
"ar/observability/datadog" ,
"ar/observability/galileo" ,
"ar/observability/langdb" ,
"ar/observability/langfuse" ,
"ar/observability/langtrace" ,
"ar/observability/maxim" ,
"ar/observability/mlflow" ,
"ar/observability/neatlogs" ,
"ar/observability/openlit" ,
"ar/observability/opik" ,
"ar/observability/patronus-evaluation" ,
"ar/observability/portkey" ,
"ar/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/learn/overview" ,
"ar/learn/llm-selection-guide" ,
"ar/learn/conditional-tasks" ,
"ar/learn/coding-agents" ,
"ar/learn/create-custom-tools" ,
"ar/learn/custom-llm" ,
"ar/learn/custom-manager-agent" ,
"ar/learn/customizing-agents" ,
"ar/learn/dalle-image-generation" ,
"ar/learn/force-tool-output-as-result" ,
"ar/learn/hierarchical-process" ,
"ar/learn/human-input-on-execution" ,
"ar/learn/human-in-the-loop" ,
"ar/learn/human-feedback-in-flows" ,
"ar/learn/kickoff-async" ,
"ar/learn/kickoff-for-each" ,
"ar/learn/llm-connections" ,
"ar/learn/multimodal-agents" ,
"ar/learn/replay-tasks-from-latest-crew-kickoff" ,
"ar/learn/sequential-process" ,
"ar/learn/using-annotations" ,
"ar/learn/execution-hooks" ,
"ar/learn/llm-hooks" ,
"ar/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"ar/telemetry"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/introduction"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u0646\u0627\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/automations" ,
"ar/enterprise/features/crew-studio" ,
"ar/enterprise/features/marketplace" ,
"ar/enterprise/features/agent-repositories" ,
"ar/enterprise/features/tools-and-integrations" ,
"ar/enterprise/features/pii-trace-redactions"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/traces" ,
"ar/enterprise/features/webhook-streaming" ,
"ar/enterprise/features/hallucination-guardrail" ,
"ar/enterprise/features/flow-hitl-management"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0625\u062f\u0627\u0631\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0643\u0627\u0645\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/integrations/asana" ,
"ar/enterprise/integrations/box" ,
"ar/enterprise/integrations/clickup" ,
"ar/enterprise/integrations/github" ,
"ar/enterprise/integrations/gmail" ,
"ar/enterprise/integrations/google_calendar" ,
"ar/enterprise/integrations/google_contacts" ,
"ar/enterprise/integrations/google_docs" ,
"ar/enterprise/integrations/google_drive" ,
"ar/enterprise/integrations/google_sheets" ,
"ar/enterprise/integrations/google_slides" ,
"ar/enterprise/integrations/hubspot" ,
"ar/enterprise/integrations/jira" ,
"ar/enterprise/integrations/linear" ,
"ar/enterprise/integrations/microsoft_excel" ,
"ar/enterprise/integrations/microsoft_onedrive" ,
"ar/enterprise/integrations/microsoft_outlook" ,
"ar/enterprise/integrations/microsoft_sharepoint" ,
"ar/enterprise/integrations/microsoft_teams" ,
"ar/enterprise/integrations/microsoft_word" ,
"ar/enterprise/integrations/notion" ,
"ar/enterprise/integrations/salesforce" ,
"ar/enterprise/integrations/shopify" ,
"ar/enterprise/integrations/slack" ,
"ar/enterprise/integrations/stripe" ,
"ar/enterprise/integrations/zendesk"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"ar/enterprise/guides/build-crew" ,
"ar/enterprise/guides/prepare-for-deployment" ,
"ar/enterprise/guides/deploy-to-amp" ,
"ar/enterprise/guides/private-package-registry" ,
"ar/enterprise/guides/kickoff-crew" ,
"ar/enterprise/guides/update-crew" ,
"ar/enterprise/guides/enable-crew-studio" ,
"ar/enterprise/guides/capture_telemetry_logs" ,
"ar/enterprise/guides/azure-openai-setup" ,
"ar/enterprise/guides/tool-repository" ,
"ar/enterprise/guides/custom-mcp-server" ,
"ar/enterprise/guides/react-component-export" ,
"ar/enterprise/guides/team-management" ,
"ar/enterprise/guides/human-in-the-loop" ,
"ar/enterprise/guides/webhook-automation"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0634\u063a\u0651\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/guides/automation-triggers" ,
"ar/enterprise/guides/gmail-trigger" ,
"ar/enterprise/guides/google-calendar-trigger" ,
"ar/enterprise/guides/google-drive-trigger" ,
"ar/enterprise/guides/outlook-trigger" ,
"ar/enterprise/guides/onedrive-trigger" ,
"ar/enterprise/guides/microsoft-teams-trigger" ,
"ar/enterprise/guides/slack-trigger" ,
"ar/enterprise/guides/hubspot-trigger" ,
"ar/enterprise/guides/salesforce-trigger" ,
"ar/enterprise/guides/zapier-trigger"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \u0627\u0644\u0645\u0631\u062c\u0639" ,
2026-03-25 15:44:02 +08:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/api-reference/introduction" ,
"ar/api-reference/inputs" ,
"ar/api-reference/kickoff" ,
"ar/api-reference/resume" ,
"ar/api-reference/status"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/examples/example" ,
"ar/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u0633\u062c\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0633\u062c\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/changelog"
]
}
]
}
]
} ,
{
"version" : "v1.10.0" ,
"tabs" : [
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "house" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0631\u062d\u0628\u0627\u064b" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/index"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u062a\u0648\u062b\u064a\u0642" ,
2026-03-25 15:44:02 +08:00
"icon" : "book-open" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/introduction" ,
"ar/installation" ,
"ar/quickstart"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0644\u0651\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "compass" ,
"pages" : [
"ar/guides/concepts/evaluating-use-cases"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0648\u0643\u0644\u0627\u0621" ,
2026-03-25 15:44:02 +08:00
"icon" : "user" ,
"pages" : [
"ar/guides/agents/crafting-effective-agents"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0637\u0648\u0627\u0642\u0645" ,
2026-03-25 15:44:02 +08:00
"icon" : "users" ,
"pages" : [
"ar/guides/crews/first-crew"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062f\u0641\u0642\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "code-branch" ,
"pages" : [
"ar/guides/flows/first-flow" ,
"ar/guides/flows/mastering-flow-state"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "wrench" ,
"pages" : [
"ar/guides/tools/publish-custom-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "terminal" ,
"pages" : [
"ar/guides/coding-tools/agents-md"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u062a\u0642\u062f\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"icon" : "gear" ,
"pages" : [
"ar/guides/advanced/customizing-prompts" ,
"ar/guides/advanced/fingerprinting"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0631\u062d\u064a\u0644" ,
2026-03-25 15:44:02 +08:00
"icon" : "shuffle" ,
"pages" : [
"ar/guides/migration/migrating-from-langgraph"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0641\u0627\u0647\u064a\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/concepts/agents" ,
"ar/concepts/tasks" ,
"ar/concepts/crews" ,
"ar/concepts/flows" ,
"ar/concepts/production-architecture" ,
"ar/concepts/knowledge" ,
"ar/concepts/skills" ,
"ar/concepts/llms" ,
"ar/concepts/files" ,
"ar/concepts/processes" ,
"ar/concepts/collaboration" ,
"ar/concepts/training" ,
"ar/concepts/memory" ,
"ar/concepts/reasoning" ,
"ar/concepts/planning" ,
"ar/concepts/testing" ,
"ar/concepts/cli" ,
"ar/concepts/tools" ,
"ar/concepts/event-listener"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u062a\u0643\u0627\u0645\u0644 MCP" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/mcp/overview" ,
"ar/mcp/dsl-integration" ,
"ar/mcp/stdio" ,
"ar/mcp/sse" ,
"ar/mcp/streamable-http" ,
"ar/mcp/multiple-servers" ,
"ar/mcp/security"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062f\u0648\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/tools/overview" ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "folder-open" ,
"pages" : [
"ar/tools/file-document/overview" ,
"ar/tools/file-document/filereadtool" ,
"ar/tools/file-document/filewritetool" ,
"ar/tools/file-document/pdfsearchtool" ,
"ar/tools/file-document/docxsearchtool" ,
"ar/tools/file-document/mdxsearchtool" ,
"ar/tools/file-document/xmlsearchtool" ,
"ar/tools/file-document/txtsearchtool" ,
"ar/tools/file-document/jsonsearchtool" ,
"ar/tools/file-document/csvsearchtool" ,
"ar/tools/file-document/directorysearchtool" ,
"ar/tools/file-document/directoryreadtool" ,
"ar/tools/file-document/ocrtool" ,
"ar/tools/file-document/pdf-text-writing-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u064a\u0628" ,
2026-03-25 15:44:02 +08:00
"icon" : "globe" ,
"pages" : [
"ar/tools/web-scraping/overview" ,
"ar/tools/web-scraping/scrapewebsitetool" ,
"ar/tools/web-scraping/scrapeelementfromwebsitetool" ,
"ar/tools/web-scraping/scrapflyscrapetool" ,
"ar/tools/web-scraping/seleniumscrapingtool" ,
"ar/tools/web-scraping/scrapegraphscrapetool" ,
"ar/tools/web-scraping/spidertool" ,
"ar/tools/web-scraping/browserbaseloadtool" ,
"ar/tools/web-scraping/hyperbrowserloadtool" ,
"ar/tools/web-scraping/stagehandtool" ,
"ar/tools/web-scraping/firecrawlcrawlwebsitetool" ,
"ar/tools/web-scraping/firecrawlscrapewebsitetool" ,
"ar/tools/web-scraping/oxylabsscraperstool" ,
"ar/tools/web-scraping/brightdata-tools"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062d\u062b \u0648\u0627\u0644\u0627\u0633\u062a\u0643\u0634\u0627\u0641" ,
2026-03-25 15:44:02 +08:00
"icon" : "magnifying-glass" ,
"pages" : [
"ar/tools/search-research/overview" ,
"ar/tools/search-research/serperdevtool" ,
"ar/tools/search-research/bravesearchtool" ,
"ar/tools/search-research/exasearchtool" ,
"ar/tools/search-research/linkupsearchtool" ,
"ar/tools/search-research/githubsearchtool" ,
"ar/tools/search-research/websitesearchtool" ,
"ar/tools/search-research/codedocssearchtool" ,
"ar/tools/search-research/youtubechannelsearchtool" ,
"ar/tools/search-research/youtubevideosearchtool" ,
"ar/tools/search-research/tavilysearchtool" ,
"ar/tools/search-research/tavilyextractortool" ,
"ar/tools/search-research/arxivpapertool" ,
"ar/tools/search-research/serpapi-googlesearchtool" ,
"ar/tools/search-research/serpapi-googleshoppingtool" ,
"ar/tools/search-research/databricks-query-tool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "database" ,
"pages" : [
"ar/tools/database-data/overview" ,
"ar/tools/database-data/mysqltool" ,
"ar/tools/database-data/pgsearchtool" ,
"ar/tools/database-data/snowflakesearchtool" ,
"ar/tools/database-data/nl2sqltool" ,
"ar/tools/database-data/qdrantvectorsearchtool" ,
"ar/tools/database-data/weaviatevectorsearchtool" ,
"ar/tools/database-data/mongodbvectorsearchtool" ,
"ar/tools/database-data/singlestoresearchtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0627\u0644\u0622\u0644\u064a" ,
2026-03-25 15:44:02 +08:00
"icon" : "brain" ,
"pages" : [
"ar/tools/ai-ml/overview" ,
"ar/tools/ai-ml/dalletool" ,
"ar/tools/ai-ml/visiontool" ,
"ar/tools/ai-ml/aimindtool" ,
"ar/tools/ai-ml/llamaindextool" ,
"ar/tools/ai-ml/langchaintool" ,
"ar/tools/ai-ml/ragtool" ,
"ar/tools/ai-ml/codeinterpretertool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0633\u062d\u0627\u0628\u064a" ,
2026-03-25 15:44:02 +08:00
"icon" : "cloud" ,
"pages" : [
"ar/tools/cloud-storage/overview" ,
"ar/tools/cloud-storage/s3readertool" ,
"ar/tools/cloud-storage/s3writertool" ,
"ar/tools/cloud-storage/bedrockkbretriever"
]
} ,
{
"group" : "Integrations" ,
"icon" : "plug" ,
"pages" : [
"ar/tools/integration/overview" ,
"ar/tools/integration/bedrockinvokeagenttool" ,
"ar/tools/integration/crewaiautomationtool"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0623\u062a\u0645\u062a\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "bolt" ,
"pages" : [
"ar/tools/automation/overview" ,
"ar/tools/automation/apifyactorstool" ,
"ar/tools/automation/composiotool" ,
"ar/tools/automation/multiontool" ,
"ar/tools/automation/zapieractionstool"
]
}
]
} ,
{
"group" : "Observability" ,
"pages" : [
"ar/observability/tracing" ,
"ar/observability/overview" ,
"ar/observability/arize-phoenix" ,
"ar/observability/braintrust" ,
"ar/observability/datadog" ,
"ar/observability/galileo" ,
"ar/observability/langdb" ,
"ar/observability/langfuse" ,
"ar/observability/langtrace" ,
"ar/observability/maxim" ,
"ar/observability/mlflow" ,
"ar/observability/neatlogs" ,
"ar/observability/openlit" ,
"ar/observability/opik" ,
"ar/observability/patronus-evaluation" ,
"ar/observability/portkey" ,
"ar/observability/weave"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/learn/overview" ,
"ar/learn/llm-selection-guide" ,
"ar/learn/conditional-tasks" ,
"ar/learn/coding-agents" ,
"ar/learn/create-custom-tools" ,
"ar/learn/custom-llm" ,
"ar/learn/custom-manager-agent" ,
"ar/learn/customizing-agents" ,
"ar/learn/dalle-image-generation" ,
"ar/learn/force-tool-output-as-result" ,
"ar/learn/hierarchical-process" ,
"ar/learn/human-input-on-execution" ,
"ar/learn/human-in-the-loop" ,
"ar/learn/human-feedback-in-flows" ,
"ar/learn/kickoff-async" ,
"ar/learn/kickoff-for-each" ,
"ar/learn/llm-connections" ,
"ar/learn/multimodal-agents" ,
"ar/learn/replay-tasks-from-latest-crew-kickoff" ,
"ar/learn/sequential-process" ,
"ar/learn/using-annotations" ,
"ar/learn/execution-hooks" ,
"ar/learn/llm-hooks" ,
"ar/learn/tool-hooks"
]
} ,
{
"group" : "Telemetry" ,
"pages" : [
"ar/telemetry"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "briefcase" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/introduction"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u0646\u0627\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/automations" ,
"ar/enterprise/features/crew-studio" ,
"ar/enterprise/features/marketplace" ,
"ar/enterprise/features/agent-repositories" ,
"ar/enterprise/features/tools-and-integrations" ,
"ar/enterprise/features/pii-trace-redactions"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/traces" ,
"ar/enterprise/features/webhook-streaming" ,
"ar/enterprise/features/hallucination-guardrail" ,
"ar/enterprise/features/flow-hitl-management"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0625\u062f\u0627\u0631\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/features/rbac"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u062a\u0643\u0627\u0645\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/integrations/asana" ,
"ar/enterprise/integrations/box" ,
"ar/enterprise/integrations/clickup" ,
"ar/enterprise/integrations/github" ,
"ar/enterprise/integrations/gmail" ,
"ar/enterprise/integrations/google_calendar" ,
"ar/enterprise/integrations/google_contacts" ,
"ar/enterprise/integrations/google_docs" ,
"ar/enterprise/integrations/google_drive" ,
"ar/enterprise/integrations/google_sheets" ,
"ar/enterprise/integrations/google_slides" ,
"ar/enterprise/integrations/hubspot" ,
"ar/enterprise/integrations/jira" ,
"ar/enterprise/integrations/linear" ,
"ar/enterprise/integrations/microsoft_excel" ,
"ar/enterprise/integrations/microsoft_onedrive" ,
"ar/enterprise/integrations/microsoft_outlook" ,
"ar/enterprise/integrations/microsoft_sharepoint" ,
"ar/enterprise/integrations/microsoft_teams" ,
"ar/enterprise/integrations/microsoft_word" ,
"ar/enterprise/integrations/notion" ,
"ar/enterprise/integrations/salesforce" ,
"ar/enterprise/integrations/shopify" ,
"ar/enterprise/integrations/slack" ,
"ar/enterprise/integrations/stripe" ,
"ar/enterprise/integrations/zendesk"
]
} ,
{
"group" : "How-To Guides" ,
"pages" : [
"ar/enterprise/guides/build-crew" ,
"ar/enterprise/guides/prepare-for-deployment" ,
"ar/enterprise/guides/deploy-to-amp" ,
"ar/enterprise/guides/private-package-registry" ,
"ar/enterprise/guides/kickoff-crew" ,
"ar/enterprise/guides/update-crew" ,
"ar/enterprise/guides/enable-crew-studio" ,
"ar/enterprise/guides/capture_telemetry_logs" ,
"ar/enterprise/guides/azure-openai-setup" ,
"ar/enterprise/guides/tool-repository" ,
"ar/enterprise/guides/custom-mcp-server" ,
"ar/enterprise/guides/react-component-export" ,
"ar/enterprise/guides/team-management" ,
"ar/enterprise/guides/human-in-the-loop" ,
"ar/enterprise/guides/webhook-automation"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0645\u0634\u063a\u0651\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/guides/automation-triggers" ,
"ar/enterprise/guides/gmail-trigger" ,
"ar/enterprise/guides/google-calendar-trigger" ,
"ar/enterprise/guides/google-drive-trigger" ,
"ar/enterprise/guides/outlook-trigger" ,
"ar/enterprise/guides/onedrive-trigger" ,
"ar/enterprise/guides/microsoft-teams-trigger" ,
"ar/enterprise/guides/slack-trigger" ,
"ar/enterprise/guides/hubspot-trigger" ,
"ar/enterprise/guides/salesforce-trigger" ,
"ar/enterprise/guides/zapier-trigger"
]
} ,
{
2026-03-27 22:15:34 -07:00
"group" : "\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u062a\u0639\u0644\u0651\u0645" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/enterprise/resources/frequently-asked-questions"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "API \u0627\u0644\u0645\u0631\u062c\u0639" ,
2026-03-25 15:44:02 +08:00
"icon" : "magnifying-glass" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0627\u0644\u0628\u062f\u0621" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/api-reference/introduction" ,
"ar/api-reference/inputs" ,
"ar/api-reference/kickoff" ,
"ar/api-reference/resume" ,
"ar/api-reference/status"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 15:44:02 +08:00
"icon" : "code" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0623\u0645\u062b\u0644\u0629" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/examples/example" ,
"ar/examples/cookbooks"
]
}
]
} ,
{
2026-03-27 22:15:34 -07:00
"tab" : "\u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u0633\u062c\u0644\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"icon" : "clock" ,
"groups" : [
{
2026-03-27 22:15:34 -07:00
"group" : "\u0633\u062c\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a" ,
2026-03-25 15:44:02 +08:00
"pages" : [
"ar/changelog"
]
}
]
}
]
}
]
2025-03-20 11:44:21 -07:00
}
2025-06-25 12:52:33 -03:00
]
2025-03-20 11:44:21 -07:00
} ,
"logo" : {
2025-06-25 12:52:33 -03:00
"light" : "/images/crew_only_logo.png" ,
"dark" : "/images/crew_only_logo.png"
2025-03-20 11:44:21 -07:00
} ,
2025-09-05 17:40:11 -04:00
"fonts" : {
"family" : "Inter"
} ,
2025-03-20 11:44:21 -07:00
"appearance" : {
2025-09-05 17:40:11 -04:00
"default" : "system" ,
"strict" : false ,
"layout" : "sidenav"
} ,
"background" : {
"decoration" : "grid"
2025-03-20 11:44:21 -07:00
} ,
"navbar" : {
2025-04-21 16:18:21 -07:00
"links" : [
{
2025-05-27 13:08:40 -04:00
"label" : "Start Cloud Trial" ,
2025-09-05 17:40:11 -04:00
"href" : "https://app.crewai.com" ,
"icon" : "arrow-up-right-from-square"
2025-04-21 16:18:21 -07:00
}
] ,
2025-03-20 11:44:21 -07:00
"primary" : {
"type" : "github" ,
"href" : "https://github.com/crewAIInc/crewAI"
}
} ,
2025-05-23 16:04:37 -04:00
"api" : {
"baseUrl" : "https://your-actual-crew-name.crewai.com" ,
"auth" : {
"method" : "bearer" ,
"name" : "Authorization"
} ,
"playground" : {
"mode" : "simple"
}
} ,
2025-03-20 11:44:21 -07:00
"seo" : {
2025-09-05 17:40:11 -04:00
"indexing" : "all" ,
"metatags" : {
"og:type" : "website" ,
"og:site_name" : "CrewAI Documentation" ,
"og:image" : "https://docs.crewai.com/images/crew_only_logo.png" ,
"twitter:card" : "summary_large_image" ,
"twitter:site" : "@crewAIInc" ,
"keywords" : "AI agents, multi-agent systems, CrewAI, artificial intelligence, automation, Python framework, agent collaboration, AI workflows"
}
} ,
"feedback" : {
"enabled" : true ,
"thumbsRating" : true ,
"suggestEdit" : true
docs: update docs.json with contextual options, SEO, and 404 redirect (#2654)
* docs: 0.114.0 release notes, navigation restructure, new guides, deploy video, and cleanup
- Add v0.114.0 release notes with highlights image and doc links
- Restructure docs navigation (Strategy group, Releases tab, navbar links)
- Update quickstart with deployment video and clearer instructions
- Add/rename guides (Custom Manager Agent, Custom LLM)
- Remove legacy concept/tool docs
- Add new images and tool docs
- Minor formatting and content improvements throughout
* docs: update docs.json with contextual options, SEO indexing, and 404 redirect settings
2025-04-22 09:52:27 -07:00
} ,
2025-07-01 14:41:34 -04:00
"redirects" : [
2025-08-20 11:55:35 -04:00
{
"source" : "/api-reference" ,
"destination" : "/en/api-reference/introduction"
} ,
2025-07-01 14:41:34 -04:00
{
"source" : "/introduction" ,
"destination" : "/en/introduction"
} ,
{
2025-07-08 16:56:08 -03:00
"source" : "/installation" ,
2025-07-01 14:41:34 -04:00
"destination" : "/en/installation"
} ,
{
"source" : "/quickstart" ,
"destination" : "/en/quickstart"
} ,
{
"source" : "/changelog" ,
2025-09-05 17:40:11 -04:00
"destination" : "/en/changelog"
2025-07-01 14:41:34 -04:00
} ,
{
"source" : "/telemetry" ,
"destination" : "/en/telemetry"
} ,
{
"source" : "/concepts/:path*" ,
"destination" : "/en/concepts/:path*"
} ,
{
"source" : "/guides/:path*" ,
"destination" : "/en/guides/:path*"
} ,
{
"source" : "/tools/:path*" ,
"destination" : "/en/tools/:path*"
} ,
{
"source" : "/learn/:path*" ,
"destination" : "/en/learn/:path*"
} ,
{
"source" : "/mcp/:path*" ,
"destination" : "/en/mcp/:path*"
} ,
{
"source" : "/observability/:path*" ,
"destination" : "/en/observability/:path*"
} ,
{
"source" : "/enterprise/:path*" ,
"destination" : "/en/enterprise/:path*"
} ,
2026-01-15 16:32:20 +01:00
{
"source" : "/en/enterprise/guides/deploy-crew" ,
"destination" : "/en/enterprise/guides/deploy-to-amp"
} ,
{
"source" : "/ko/enterprise/guides/deploy-crew" ,
"destination" : "/ko/enterprise/guides/deploy-to-amp"
} ,
{
"source" : "/pt-BR/enterprise/guides/deploy-crew" ,
"destination" : "/pt-BR/enterprise/guides/deploy-to-amp"
} ,
2025-07-01 14:41:34 -04:00
{
"source" : "/api-reference/:path*" ,
"destination" : "/en/api-reference/:path*"
} ,
2025-08-20 11:55:35 -04:00
{
"source" : "/en/api-reference" ,
"destination" : "/en/api-reference/introduction"
} ,
{
"source" : "/pt-BR/api-reference" ,
"destination" : "/pt-BR/api-reference/introduction"
} ,
{
"source" : "/ko/api-reference" ,
"destination" : "/ko/api-reference/introduction"
} ,
2025-07-01 14:41:34 -04:00
{
"source" : "/examples/:path*" ,
"destination" : "/en/examples/:path*"
}
] ,
docs: update docs.json with contextual options, SEO, and 404 redirect (#2654)
* docs: 0.114.0 release notes, navigation restructure, new guides, deploy video, and cleanup
- Add v0.114.0 release notes with highlights image and doc links
- Restructure docs navigation (Strategy group, Releases tab, navbar links)
- Update quickstart with deployment video and clearer instructions
- Add/rename guides (Custom Manager Agent, Custom LLM)
- Remove legacy concept/tool docs
- Add new images and tool docs
- Minor formatting and content improvements throughout
* docs: update docs.json with contextual options, SEO indexing, and 404 redirect settings
2025-04-22 09:52:27 -07:00
"errors" : {
"404" : {
"redirect" : true
}
2025-03-20 11:44:21 -07:00
} ,
"footer" : {
"socials" : {
"website" : "https://crewai.com" ,
"x" : "https://x.com/crewAIInc" ,
"github" : "https://github.com/crewAIInc/crewAI" ,
"linkedin" : "https://www.linkedin.com/company/crewai-inc" ,
"youtube" : "https://youtube.com/@crewAIInc" ,
"reddit" : "https://www.reddit.com/r/crewAIInc/"
}
}
2026-02-25 11:05:31 -05:00
}