Reference
The OriginAI CLI, agent skills, MCP integration, and HTTP API for coding agents and automation.
The reference section is the detailed material for agents and automation — the CLI, the agent skill, MCP integration, and the underlying HTTP API. If you're looking for human product workflows instead, the Guides are a better starting point.
OriginAI CLI
Log in, link, read releases, sync, and validate RPML.
Agent skills
Install the skill for Claude Code, Cursor, Codex, and more.
MCP & agent install
Hosted MCP, the Claude plugin, and per-client setup.
HTTP API
The origin-api access-token model for advanced integrations.
Keeping the docs accurate
Several details here mirror code elsewhere in the product. To avoid drift, treat these as the sources of truth:
| Topic | Source of truth |
|---|---|
| The agent skill body | packages/skills/src/setup.ts (SKILL_MD) |
| Plan caps | frontend/src/config/plan-limits.ts |
| The post-release write guard | origin-api and the skill docs (writes stage change requests) |
Agent-readable documentation (LLM export)
Every documentation page is available as Markdown for agents and LLMs — no login required:
| URL | What it returns |
|---|---|
https://getoriginai.com/docs/llms.txt | A plain-text index of all pages. |
https://getoriginai.com/docs/llms-full.txt | The full text of every page, concatenated. |
https://getoriginai.com/docs/llms.mdx/docs/<path>/content.md | A single page as Markdown. |
For example, https://getoriginai.com/docs/llms.mdx/docs/guides/quickstart/content.md returns the Quickstart guide as Markdown. See Share specs with your team or coding agent for more.