> For the complete documentation index, see [llms.txt](https://docs.buzzy.buzz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-agents-coming-soon.md).

# Buzzy Agents

Buzzy Agents are coming soon.

Until dedicated Buzzy Agents documentation is available, use the current extension paths:

* [Buzzy Builder MCP](/the-building-blocks/mcp/buzzy-builder-mcp.md) for an AI agent that builds, adapts, inspects, or edits a Buzzy app.
* [Buzzy Functions & Constants](/the-building-blocks/buzzy-functions-and-constants.md) for server-side automation, external API calls, webhooks, and AI service calls.
* [Code widgets](/the-building-blocks/code-widget-custom-code.md) for custom UI and embedded interactive experiences.
* [Buzzy Custom MCP](/the-building-blocks/mcp/buzzy-custom-mcp.md) for exposing an existing app to MCP clients such as ChatGPT or Claude.

## What to Document When Agents Are Available

When Buzzy Agents are ready, this section should cover:

* what an agent can do inside a Buzzy app
* how agents differ from Builder MCP and Custom MCP
* setup, permissions, and runtime safety
* how agents interact with datatables, functions, code widgets, and private data
* testing and audit guidance for agent-driven workflows
