# Agents Build AI-powered agents to perform tasks, persist state, browse the web, and communicate in real-time > Use [Agents llms-full.txt](https://developers.cloudflare.com/agents/llms-full.txt) for the complete Agents documentation in a single file. That file is intended for offline indexing, bulk vectorization, or large-context models. > > For other Cloudflare products, see the [Cloudflare documentation directory](https://developers.cloudflare.com/llms.txt). ## Agents documentation pages - [Build Agents on Cloudflare](https://developers.cloudflare.com/agents/index.md) - [Patterns](https://developers.cloudflare.com/agents/patterns/index.md) - [x402](https://developers.cloudflare.com/agents/x402/index.md) - [Agent class internals](https://developers.cloudflare.com/agents/concepts/agent-class/index.md) - [Calling LLMs](https://developers.cloudflare.com/agents/concepts/calling-llms/index.md) - [Human in the Loop](https://developers.cloudflare.com/agents/concepts/human-in-the-loop/index.md) - [Concepts](https://developers.cloudflare.com/agents/concepts/index.md) - [What are agents?](https://developers.cloudflare.com/agents/concepts/what-are-agents/index.md) - [Tools](https://developers.cloudflare.com/agents/concepts/tools/index.md) - [Workflows](https://developers.cloudflare.com/agents/concepts/workflows/index.md) - [Agents API](https://developers.cloudflare.com/agents/api-reference/agents-api/index.md) - [Browse the web](https://developers.cloudflare.com/agents/api-reference/browse-the-web/index.md) - [Callable methods](https://developers.cloudflare.com/agents/api-reference/callable-methods/index.md) - [Chat agents](https://developers.cloudflare.com/agents/api-reference/chat-agents/index.md) - [Client SDK](https://developers.cloudflare.com/agents/api-reference/client-sdk/index.md) - [Codemode](https://developers.cloudflare.com/agents/api-reference/codemode/index.md) - [Configuration](https://developers.cloudflare.com/agents/api-reference/configuration/index.md) - [Email routing](https://developers.cloudflare.com/agents/api-reference/email/index.md) - [getCurrentAgent()](https://developers.cloudflare.com/agents/api-reference/get-current-agent/index.md) - [API Reference](https://developers.cloudflare.com/agents/api-reference/index.md) - [HTTP and Server-Sent Events](https://developers.cloudflare.com/agents/api-reference/http-sse/index.md) - [McpAgent](https://developers.cloudflare.com/agents/api-reference/mcp-agent-api/index.md) - [McpClient](https://developers.cloudflare.com/agents/api-reference/mcp-client-api/index.md) - [createMcpHandler](https://developers.cloudflare.com/agents/api-reference/mcp-handler-api/index.md) - [Observability](https://developers.cloudflare.com/agents/api-reference/observability/index.md) - [Protocol messages](https://developers.cloudflare.com/agents/api-reference/protocol-messages/index.md) - [Queue tasks](https://developers.cloudflare.com/agents/api-reference/queue-tasks/index.md) - [Retrieval Augmented Generation](https://developers.cloudflare.com/agents/api-reference/rag/index.md) - [Readonly connections](https://developers.cloudflare.com/agents/api-reference/readonly-connections/index.md) - [Retries](https://developers.cloudflare.com/agents/api-reference/retries/index.md) - [Routing](https://developers.cloudflare.com/agents/api-reference/routing/index.md) - [Run Workflows](https://developers.cloudflare.com/agents/api-reference/run-workflows/index.md) - [Store and sync state](https://developers.cloudflare.com/agents/api-reference/store-and-sync-state/index.md) - [Using AI Models](https://developers.cloudflare.com/agents/api-reference/using-ai-models/index.md) - [Schedule tasks](https://developers.cloudflare.com/agents/api-reference/schedule-tasks/index.md) - [WebSockets](https://developers.cloudflare.com/agents/api-reference/websockets/index.md) - [Add to existing project](https://developers.cloudflare.com/agents/getting-started/add-to-existing-project/index.md) - [Build a chat agent](https://developers.cloudflare.com/agents/getting-started/build-a-chat-agent/index.md): Build a streaming AI chat agent with tools using Workers AI — no API keys required. - [Getting started](https://developers.cloudflare.com/agents/getting-started/index.md) - [Prompt an AI model](https://developers.cloudflare.com/agents/getting-started/prompting/index.md): Use the Workers "mega prompt" to build a Agents using your preferred AI tools and/or IDEs. The prompt understands the Agents SDK APIs, best practices and guidelines, and makes it easier to build valid Agents and Workers. - [Quick start](https://developers.cloudflare.com/agents/getting-started/quick-start/index.md): Build your first agent in 10 minutes — a counter with persistent state that syncs to a React frontend in real-time. - [Testing your Agents](https://developers.cloudflare.com/agents/getting-started/testing-your-agent/index.md) - [Implement Effective Agent Patterns](https://developers.cloudflare.com/agents/guides/anthropic-agent-patterns/index.md): Implement common agent patterns using the Agents SDK framework. - [Build a Remote MCP Client](https://developers.cloudflare.com/agents/guides/build-mcp-client/index.md): Build an AI Agent that acts as a remote MCP client. - [Connect to an MCP server](https://developers.cloudflare.com/agents/guides/connect-mcp-client/index.md) - [Build an Interactive ChatGPT App](https://developers.cloudflare.com/agents/guides/chatgpt-app/index.md) - [Cross-domain authentication](https://developers.cloudflare.com/agents/guides/cross-domain-authentication/index.md) - [Guides](https://developers.cloudflare.com/agents/guides/index.md) - [Human-in-the-loop patterns](https://developers.cloudflare.com/agents/guides/human-in-the-loop/index.md): Implement human-in-the-loop functionality using Cloudflare Agents for workflow approvals and MCP elicitation - [Handle OAuth with MCP servers](https://developers.cloudflare.com/agents/guides/oauth-mcp-client/index.md) - [Build a Remote MCP server](https://developers.cloudflare.com/agents/guides/remote-mcp-server/index.md) - [Securing MCP servers](https://developers.cloudflare.com/agents/guides/securing-mcp-server/index.md) - [Build a Slack Agent](https://developers.cloudflare.com/agents/guides/slack-agent/index.md) - [Test a Remote MCP Server](https://developers.cloudflare.com/agents/guides/test-remote-mcp-server/index.md) - [Webhooks](https://developers.cloudflare.com/agents/guides/webhooks/index.md) - [Authorization](https://developers.cloudflare.com/agents/model-context-protocol/authorization/index.md) - [MCP governance](https://developers.cloudflare.com/agents/model-context-protocol/governance/index.md) - [MCP server portals](https://developers.cloudflare.com/agents/model-context-protocol/mcp-portal/index.md): Centralize multiple MCP servers onto a single endpoint and customize the tools, prompts, and resources available to users. - [Model Context Protocol (MCP)](https://developers.cloudflare.com/agents/model-context-protocol/index.md) - [Cloudflare's own MCP servers](https://developers.cloudflare.com/agents/model-context-protocol/mcp-servers-for-cloudflare/index.md) - [Tools](https://developers.cloudflare.com/agents/model-context-protocol/tools/index.md) - [Transport](https://developers.cloudflare.com/agents/model-context-protocol/transport/index.md) - [Platform](https://developers.cloudflare.com/agents/platform/index.md) - [Limits](https://developers.cloudflare.com/agents/platform/limits/index.md) - [prompt.txt](https://developers.cloudflare.com/agents/platform/prompttxt/index.md): Provide context to your AI models & tools when building on Cloudflare. - [Prompt Engineering](https://developers.cloudflare.com/agents/platform/prompting/index.md): Learn how to prompt engineer your AI models & tools when building Agents & Workers on Cloudflare.