> ## Documentation Index
> Fetch the complete documentation index at: https://docs.breet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# AI-powered docs

> Plug the Breet API docs directly into Cursor, VS Code, and any MCP-aware AI tool so your assistant answers from live documentation instead of guessing.

The Breet docs ship as an [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server at `https://docs.breet.io/mcp`. MCP is an open standard that lets AI coding tools fetch structured information from external sources. In Breet's case, that means every endpoint spec, payload field, error code, and webhook description on this site.

Once connected, your assistant pulls answers straight from these docs as you work. You can ask things like:

* "What's the request body for creating a withdrawal?"
* "Which webhooks fire when a deposit is flagged?"
* "Show me a curl example for generating a wallet address."

Every response is grounded in the docs as they exist right now, so your assistant stays in step with the latest schemas, fields, and error codes. Pick your tool below to get started.

<CardGroup cols={3}>
  <Card icon="code" href="cursor://anysphere.cursor-deeplink/mcp/install?name=breet-api&config=eyJ1cmwiOiJodHRwczovL2RvY3MuYnJlZXQuaW8vbWNwIn0=" title="Cursor">
    Install in Cursor
  </Card>

  <Card icon="microsoft" href="https://vscode.dev/redirect/mcp/install?name=breet-api&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.breet.io%2Fmcp%22%7D" title="VS Code">
    Install in VS Code
  </Card>

  <Card icon="plug" href="https://docs.breet.io/mcp" title="Other tools">
    Copy MCP URL
  </Card>
</CardGroup>

<Tip>
  The Cursor and VS Code buttons open the app directly if installed. For other tools or manual setup, copy the MCP server URL: `https://docs.breet.io/mcp`
</Tip>
