# Cloudflare Developer Documentation
Easily build and deploy full-stack applications everywhere,
thanks to integrated compute, storage, and networking.
> [!TIP]
> An archive of Markdown files is available at https://developers.cloudflare.com/markdown.zip
## Agents
- [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)
- [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)
- [Tools](https://developers.cloudflare.com/agents/concepts/tools/index.md)
- [Agents](https://developers.cloudflare.com/agents/concepts/what-are-agents/index.md)
- [Workflows](https://developers.cloudflare.com/agents/concepts/workflows/index.md)
- [Build a Chat Agent](https://developers.cloudflare.com/agents/getting-started/build-a-chat-agent/index.md): A starter template for building AI-powered chat agents using Cloudflare's Agent platform, powered by the Agents SDK. This project provides a foundation for creating interactive chat experiences with AI, complete with a modern UI and tool integration capabilities.
- [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.
- [Build a Human-in-the-loop Agent](https://developers.cloudflare.com/agents/guides/anthropic-agent-patterns/index.md): Implement human-in-the-loop functionality using Cloudflare Agents, allowing AI agents to request human approval before executing certain actions
- [Testing your Agents](https://developers.cloudflare.com/agents/getting-started/testing-your-agent/index.md)
- [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.
- [Implement Effective Agent Patterns](https://developers.cloudflare.com/agents/guides/human-in-the-loop/index.md): Implement common agent patterns using the Agents SDK framework.
- [Guides](https://developers.cloudflare.com/agents/guides/index.md)
- [Build a Remote MCP server](https://developers.cloudflare.com/agents/guides/remote-mcp-server/index.md)
- [Test a Remote MCP Server](https://developers.cloudflare.com/agents/guides/test-remote-mcp-server/index.md)
- [Authorization](https://developers.cloudflare.com/agents/model-context-protocol/authorization/index.md)
- [Model Context Protocol (MCP)](https://developers.cloudflare.com/agents/model-context-protocol/index.md)
- [McpAgent — API Reference](https://developers.cloudflare.com/agents/model-context-protocol/mcp-agent-api/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.
- [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)
- [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)
- [Calling Agents](https://developers.cloudflare.com/agents/api-reference/calling-agents/index.md)
- [Configuration](https://developers.cloudflare.com/agents/api-reference/configuration/index.md)
- [HTTP and Server-Sent Events](https://developers.cloudflare.com/agents/api-reference/http-sse/index.md)
- [API Reference](https://developers.cloudflare.com/agents/api-reference/index.md)
- [Retrieval Augmented Generation](https://developers.cloudflare.com/agents/api-reference/rag/index.md)
- [Schedule tasks](https://developers.cloudflare.com/agents/api-reference/schedule-tasks/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)
- [Platform](https://developers.cloudflare.com/agents/platform/index.md)
- [Limits](https://developers.cloudflare.com/agents/platform/limits/index.md)
- [Using WebSockets](https://developers.cloudflare.com/agents/api-reference/websockets/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.