Give your AI coding agent access to Bolt Help without copying pages manually. Use one of these methods to load documentation into your agent’s context.

1. Per-page markdown

Every doc page has a markdown version. Append .md to any URL:
https://help.bolt.com/ai-agents/introduction.md
Paste that URL into a prompt or fetch it in your agent loop.

2. Full documentation index

llms.txt: structured index of all pages (start here):
https://help.bolt.com/llms.txt
llms-full.txt: entire site in one markdown file:
https://help.bolt.com/llms-full.txt
Example prompt:
Read Bolt docs from https://help.bolt.com/llms-full.txt before implementing checkout.

3. Cursor @Docs

In Cursor, add a custom documentation source:
  1. Type @DocsAdd new doc
  2. Paste https://help.bolt.com/llms-full.txt
  3. Reference @Bolt in chat when integrating
For live search instead of loading the full corpus, use the Bolt MCP server:
npx add-mcp https://help.bolt.com/mcp

OpenAPI specs

Verify every API example against live specs:
APISpec URL
Bolt (outbound)https://assets.bolt.com/external-api-references/bolt.yml
Embeddable v1https://assets.bolt.com/external-api-references/embedded.yml
Tokenizerhttps://assets.bolt.com/external-api-references/tokenizer.yml