Orbit Code for AI agents
This site answers agents directly: WebMCP tools in every page, plain text indexes, and each docs page as markdown.
WebMCP tools
Every page registers these tools on document.modelContext. An agent in a WebMCP capable browser can call them instead of reading the page.
| Tool | What it does | Input |
|---|---|---|
orbit_install | Steps and exact commands to install or update Orbit Code for one target. | target: vscode, cursor, windsurf, vscodium, desktop, source or cli |
orbit_latest_release | The newest version on the Marketplace, Open VSX, GitHub releases and npm. | None |
orbit_search_docs | The docs pages that best match a query, each with an excerpt. | query, and an optional limit |
orbit_read_doc | One docs page as markdown. | page: a docs path or slug |
orbit_open_page | Opens a page of this site in the current tab. | path: a page of this site |
Plain text for models
Indexes in the llms.txt format, the whole documentation as one file, and any docs page as markdown by adding .md to its path.
/llms.txtAn index of the site and docs in the llms.txt format./llms-full.txtEvery docs page in one markdown file./docs/using-orbit.mdAny docs page as markdown: add .md to its path./install.jsonInstall and update steps for every channel, with versions./search.jsonThe search index behind the docs search./sitemap.xmlEvery page, for crawlers.
Install or update from a terminal with curl -fsSL https://orbit-code.imshaikot.com/install.sh | sh.