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
- Claude Code
- Cursor
- VS Code
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.