Skip to content

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.

Documentation index
https://help.boltapp.com/llms.txt

Example prompt:

Example 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.

Page Markdown
https://help.boltapp.com/llms/api-reference/guides/verify-webhooks.md
https://help.boltapp.com/llms/api-reference/endpoints/transactions/authorizetransaction.md

Each 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:

  1. Type @Docs, then select Add new doc.
  2. Paste https://help.boltapp.com/llms.txt.
  3. Reference @Bolt in chat while you integrate.

Skills

Agent skills carry Bolt-specific instructions and are published as plain markdown:

Skill URL
https://help.boltapp.com/skills/bolt-api-verify/SKILL.md

See 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:

APISpec URL
Bolt (outbound)https://assets.boltapp.com/external-api-references/bolt.yml
Embeddable v1https://assets.boltapp.com/external-api-references/embedded.yml
Tokenizerhttps://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. Use llms.txt and the per-page Markdown until it ships.

On this page