Docs for agents
Give your AI agent Bolt documentation through llms.txt, per-page Markdown, the agent skills, and the published OpenAPI specs.
Give your AI coding agent access to Bolt Help without copying pages manually.
Documentation index
llms.txt indexes the documentation set and links each page as Markdown. The two landing pages and anything marked coming soon are left out, because a hero panel copies as a list of links and an unshipped subject would send an agent to write against an API that is not there. Point your agent at the index so it can find the right page before answering.
https://help.boltapp.com/llms.txtExample prompt:
Read the Bolt documentation index at https://help.boltapp.com/llms.txt, then open the pages you need before implementing checkout.Page Markdown
Every page is also published as Markdown at its own URL: prefix the path with /llms and add .md. Endpoint pages carry the OpenAPI definition of that endpoint, with every schema it references included.
https://help.boltapp.com/llms/api-reference/guides/verify-webhooks.md
https://help.boltapp.com/llms/api-reference/endpoints/transactions/authorizetransaction.mdEach page carries a Copy Markdown button for the same text, and an Open menu that views the Markdown directly or starts a chat already pointed at the page.
Cursor @Docs
In Cursor, add Bolt Help as a custom documentation source:
- Type
@Docs, then select Add new doc. - Paste
https://help.boltapp.com/llms.txt. - Reference
@Boltin chat while you integrate.
Skills
Agent skills carry Bolt-specific instructions and are published as plain markdown:
https://help.boltapp.com/skills/bolt-api-verify/SKILL.mdSee Skills for the full list and how to install them into a project.
OpenAPI specs
Have your agent verify every API example against the live specs:
| API | Spec URL |
|---|---|
| Bolt (outbound) | https://assets.boltapp.com/external-api-references/bolt.yml |
| Embeddable v1 | https://assets.boltapp.com/external-api-references/embedded.yml |
| Tokenizer | https://assets.boltapp.com/external-api-references/tokenizer.yml |
Coming soon
These are not available yet, so do not point an agent at them:
- Live documentation search over MCP. See MCP server.
- A single-file corpus at
llms-full.txt. Usellms.txtand the per-page Markdown until it ships.