Skip to main content
You don’t have to read these docs yourself. Point your AI coding assistant at them and ask it to build what you need — it will look up the right endpoints, parameters, and fields as it goes. There are three ways to give it the docs, from most to least capable.

Connect the docs to your assistant

The docs have their own connector, which lets an AI assistant search and read every page on demand. It uses MCP (Model Context Protocol), the standard way AI tools plug into outside sources. Connector address: https://docs.orbbit.co/mcp
You can also open the menu at the top of any page and choose your tool to connect it in one click.

Give it the whole site as text

If your tool doesn’t support connectors, give it the site index instead. It’s a plain-text list of every page, written for AI tools to read.
  • Index of every page: https://docs.orbbit.co/llms.txt
  • Every page in one file: https://docs.orbbit.co/llms-full.txt

Copy one page

To hand over a single page, open the menu at the top of that page and choose Copy page. It copies the page as plain text, ready to paste into any chat.

Starter prompt

Paste this into your assistant after connecting the docs. Replace the last line with what you want to build.
Your assistant still needs your API key to make real calls. Create one under API Keys in the Orbbit console — see Authentication.