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.

ToolWhat it doesInput
orbit_installSteps and exact commands to install or update Orbit Code for one target.target: vscode, cursor, windsurf, vscodium, desktop, source or cli
orbit_latest_releaseThe newest version on the Marketplace, Open VSX, GitHub releases and npm.None
orbit_search_docsThe docs pages that best match a query, each with an excerpt.query, and an optional limit
orbit_read_docOne docs page as markdown.page: a docs path or slug
orbit_open_pageOpens 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.

Install or update from a terminal with curl -fsSL https://orbit-code.imshaikot.com/install.sh | sh.