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:
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):
llms-full.txt: entire site in one markdown file:
Example prompt:

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:

OpenAPI specs

Verify every API example against live specs: