Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 113 additions & 18 deletions public/__redirects
Original file line number Diff line number Diff line change
Expand Up @@ -199,23 +199,118 @@

# agents
/agents/build/prompts/ /workers/get-started/prompting/ 301
/agents/examples/browse-the-web/ /agents/api-reference/browse-the-web/ 301
/agents/examples/manage-and-sync-state/ /agents/api-reference/store-and-sync-state/ 301
/agents/examples/rag/ /agents/api-reference/rag/ 301
/agents/examples/run-workflows/ /agents/api-reference/run-workflows/ 301
/agents/examples/schedule-tasks/ /agents/api-reference/schedule-tasks/ 301
/agents/examples/using-ai-models/ /agents/api-reference/using-ai-models/ 301
/agents/examples/websockets/ /agents/api-reference/websockets/ 301
/agents/examples/sdk/ /agents/api-reference/agents-api/ 301
/agents/examples/build-mcp-server/ /agents/guides/remote-mcp-server/ 301
/agents/api-reference/build-mcp-server/ /agents/guides/remote-mcp-server/ 301
/agents/api-reference/sdk/ /agents/api-reference/ 301
/agents/guides/build-mcp-server/ /agents/guides/remote-mcp-server/ 301
/agents/capabilities/mcp-server/ /agents/model-context-protocol/ 301
/agents/model-context-protocol/mcp-agent-api/ /agents/api-reference/mcp-agent-api/ 301
/agents/model-context-protocol/mcp-client-api/ /agents/api-reference/mcp-client-api/ 301
/agents/model-context-protocol/mcp-handler-api/ /agents/api-reference/mcp-handler-api/ 301
/agents/api-reference/calling-agents/ /agents/api-reference/routing/ 301
/agents/getting-started/build-a-chat-agent/ /agents/examples/chat-agent/ 301
/agents/examples/browse-the-web/ /agents/tools/browser/ 301
/agents/examples/manage-and-sync-state/ /agents/runtime/lifecycle/state/ 301
/agents/examples/rag/ /agents/tools/rag/ 301
/agents/examples/run-workflows/ /agents/runtime/execution/run-workflows/ 301
/agents/examples/schedule-tasks/ /agents/runtime/execution/schedule-tasks/ 301
/agents/examples/using-ai-models/ /agents/runtime/operations/using-ai-models/ 301
/agents/examples/websockets/ /agents/runtime/communication/websockets/ 301
/agents/examples/sdk/ /agents/runtime/agents-api/ 301
/agents/examples/build-mcp-server/ /agents/mcp/guides/remote-mcp-server/ 301
/agents/api-reference/build-mcp-server/ /agents/mcp/guides/remote-mcp-server/ 301
/agents/api-reference/sdk/ /agents/runtime/agents-api/ 301
/agents/guides/build-mcp-server/ /agents/mcp/guides/remote-mcp-server/ 301
/agents/capabilities/mcp-server/ /agents/mcp/ 301
/agents/model-context-protocol/mcp-agent-api/ /agents/mcp/apis/agent-api/ 301
/agents/model-context-protocol/mcp-client-api/ /agents/mcp/apis/client-api/ 301
/agents/model-context-protocol/mcp-handler-api/ /agents/mcp/apis/handler-api/ 301
/agents/api-reference/calling-agents/ /agents/runtime/communication/routing/ 301
/agents/community-mcp-server/ /agents/mcp/cloudflare/servers-for-cloudflare/#cloudflare-community-mcp-server 301
/agents/patterns/ /agents/concepts/agentic-patterns/ 301
/agents/concepts/patterns/ /agents/concepts/agentic-patterns/ 301
/agents/concepts/anthropic-agent-patterns/ /agents/concepts/agentic-patterns/ 301
/agents/concepts/human-in-the-loop/ /agents/concepts/agentic-patterns/human-in-the-loop/ 301
/agents/concepts/long-running-agents/ /agents/concepts/agentic-patterns/long-running-agents/ 301
/agents/api-reference/agents-api/ /agents/runtime/agents-api/ 301
/agents/api-reference/browse-the-web/ /agents/tools/browser/ 301
/agents/api-reference/callable-methods/ /agents/runtime/lifecycle/callable-methods/ 301
/agents/api-reference/chat-agents/ /agents/communication-channels/chat/chat-agents/ 301
/agents/api-reference/client-sdk/ /agents/communication-channels/chat/client-sdk/ 301
/agents/api-reference/codemode/ /agents/mcp/protocol/codemode/ 301
/agents/api-reference/configuration/ /agents/runtime/operations/configuration/ 301
/agents/api-reference/durable-execution/ /agents/runtime/execution/durable-execution/ 301
/agents/api-reference/email/ /agents/communication-channels/email/ 301
/agents/api-reference/get-current-agent/ /agents/runtime/lifecycle/get-current-agent/ 301
/agents/api-reference/http-sse/ /agents/runtime/communication/http-sse/ 301
/agents/api-reference/mcp-agent-api/ /agents/mcp/apis/agent-api/ 301
/agents/api-reference/mcp-client-api/ /agents/mcp/apis/client-api/ 301
/agents/api-reference/mcp-handler-api/ /agents/mcp/apis/handler-api/ 301
/agents/api-reference/observability/ /agents/runtime/operations/observability/ 301
/agents/api-reference/protocol-messages/ /agents/runtime/communication/protocol-messages/ 301
/agents/api-reference/queue-tasks/ /agents/runtime/execution/queue-tasks/ 301
/agents/api-reference/rag/ /agents/tools/rag/ 301
/agents/api-reference/readonly-connections/ /agents/runtime/communication/readonly-connections/ 301
/agents/api-reference/retries/ /agents/runtime/execution/retries/ 301
/agents/api-reference/routing/ /agents/runtime/communication/routing/ 301
/agents/api-reference/run-workflows/ /agents/runtime/execution/run-workflows/ 301
/agents/api-reference/schedule-tasks/ /agents/runtime/execution/schedule-tasks/ 301
/agents/api-reference/sessions/ /agents/runtime/lifecycle/sessions/ 301
/agents/api-reference/store-and-sync-state/ /agents/runtime/lifecycle/state/ 301
/agents/api-reference/sub-agents/ /agents/runtime/execution/sub-agents/ 301
/agents/api-reference/think/ /agents/harnesses/think/ 301
/agents/api-reference/using-ai-models/ /agents/runtime/operations/using-ai-models/ 301
/agents/api-reference/voice/ /agents/communication-channels/voice/ 301
/agents/api-reference/websockets/ /agents/runtime/communication/websockets/ 301
/agents/guides/anthropic-agent-patterns/ /agents/concepts/anthropic-agent-patterns/ 301
/agents/guides/autonomous-responses/ /agents/communication-channels/chat/autonomous-responses/ 301
/agents/guides/build-a-voice-agent/ /agents/examples/voice-agent/ 301
/agents/guides/build-mcp-client/ /agents/mcp/guides/build-mcp-client/ 301
/agents/guides/chatgpt-app/ /workers/demos/chatgpt-app/ 301
/agents/communication-channels/chat/chatgpt-app/ /workers/demos/chatgpt-app/ 301
/agents/guides/connect-mcp-client/ /agents/mcp/guides/connect-mcp-client/ 301
/agents/guides/cross-domain-authentication/ /agents/runtime/operations/cross-domain-authentication/ 301
/agents/guides/human-in-the-loop/ /agents/concepts/agentic-patterns/human-in-the-loop/ 301
/agents/guides/oauth-mcp-client/ /agents/mcp/guides/oauth-mcp-client/ 301
/agents/guides/push-notifications/ /agents/communication-channels/webhooks/push-notifications/ 301
/agents/guides/remote-mcp-server/ /agents/mcp/guides/remote-mcp-server/ 301
/agents/guides/securing-mcp-server/ /agents/mcp/guides/securing-mcp-server/ 301
/agents/guides/slack-agent/ /agents/examples/slack-agent/ 301
/agents/guides/test-remote-mcp-server/ /agents/mcp/guides/test-remote-mcp-server/ 301
/agents/guides/webhooks/ /agents/communication-channels/webhooks/webhooks/ 301
/agents/model-context-protocol/authorization/ /agents/mcp/protocol/authorization/ 301
/agents/model-context-protocol/governance/ /agents/mcp/protocol/governance/ 301
/agents/model-context-protocol/mcp-portal/ /agents/mcp/cloudflare/mcp-portal/ 301
/agents/model-context-protocol/mcp-servers-for-cloudflare/ /agents/mcp/cloudflare/servers-for-cloudflare/ 301
/agents/model-context-protocol/mcp-servers-for-cloudflare/community-mcp-server/ /agents/mcp/cloudflare/servers-for-cloudflare/#cloudflare-community-mcp-server 301
/agents/model-context-protocol/tools/ /agents/mcp/protocol/tools/ 301
/agents/model-context-protocol/transport/ /agents/mcp/protocol/transport/ 301
/agents/agentic-payments/ /agents/tools/payments/ 301
/agents/agentic-payments/x402/ /agents/tools/payments/x402/ 301
/agents/agentic-payments/mpp/ /agents/tools/payments/mpp/ 301
/agents/concepts/agent-class/ /agents/runtime/lifecycle/agent-class/ 301
/agents/concepts/workflows/ /agents/runtime/execution/run-workflows/ 301
/agents/concepts/memory/ /agents/concepts/conversation-state-and-memory/ 301
/agents/getting-started/prompting/ /workers/get-started/prompting/ 301
/agents/platform/prompting/ /workers/get-started/prompting/ 301
/agents/platform/prompt.txt/ /workers/prompt.txt 301
/agents/channels/chat/ /agents/communication-channels/chat/ 301
/agents/channels/chat/chat-agents/ /agents/communication-channels/chat/chat-agents/ 301
/agents/channels/chat/client-sdk/ /agents/communication-channels/chat/client-sdk/ 301
/agents/channels/chat/autonomous-responses/ /agents/communication-channels/chat/autonomous-responses/ 301
/agents/channels/chat/chatgpt-app/ /agents/communication-channels/chat/chatgpt-app/ 301
/agents/channels/voice/ /agents/communication-channels/voice/ 301
/agents/channels/voice/voice/ /agents/communication-channels/voice/ 301
/agents/channels/voice/build-a-voice-agent/ /agents/examples/voice-agent/ 301
/agents/channels/email/ /agents/communication-channels/email/ 301
/agents/channels/email/email/ /agents/communication-channels/email/ 301
/agents/channels/slack/ /agents/communication-channels/slack/ 301
/agents/channels/slack/slack-agent/ /agents/examples/slack-agent/ 301
/agents/channels/webhooks/ /agents/communication-channels/webhooks/ 301
/agents/channels/webhooks/webhooks/ /agents/communication-channels/webhooks/webhooks/ 301
/agents/channels/webhooks/push-notifications/ /agents/communication-channels/webhooks/push-notifications/ 301
/agents/communication-channels/voice/voice/ /agents/communication-channels/voice/ 301
/agents/communication-channels/voice/build-a-voice-agent/ /agents/examples/voice-agent/ 301
/agents/communication-channels/email/email/ /agents/communication-channels/email/ 301
/agents/communication-channels/slack/slack-agent/ /agents/examples/slack-agent/ 301
/agents/tools/browser/browse-the-web/ /agents/tools/browser/ 301
/agents/tools/rag/rag/ /agents/tools/rag/ 301
/agents/tools/sandbox/codemode/ /agents/mcp/protocol/codemode/ 301
/agents/harnesses/ /agents/harnesses/think/ 301
/agents/platform/limits/ /agents/platform/ 301
/agents/tools/payments/mpp/charge-for-http-content/ /agents/tools/payments/mpp-charge-for-http-content/ 301
/agents/agentic-payments/mpp/charge-for-http-content/ /agents/tools/payments/mpp-charge-for-http-content/ 301

# ai-audit
/ai-audit/features/detect-ai-crawlers/ /ai-crawl-control/features/analyze-ai-crawlers/ 301
Expand Down Expand Up @@ -2818,7 +2913,7 @@
/cloudflare-one/team-and-resources/devices/warp/* /cloudflare-one/team-and-resources/devices/cloudflare-one-client/:splat 301

# Agents x402 (moved under agentic-payments)
/agents/x402/* /agents/agentic-payments/x402/:splat 301
/agents/x402/* /agents/tools/payments/x402/:splat 301

# AI Gateway models (unified under /ai/models/)
/ai-gateway/models/* /ai/models/:splat 301
Expand Down
Loading
Loading