OriginAIProduct specs for Claude Code, Cursor, and Codex

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.

Keeping the docs accurate

Several details here mirror code elsewhere in the product. To avoid drift, treat these as the sources of truth:

TopicSource of truth
The agent skill bodypackages/skills/src/setup.ts (SKILL_MD)
Plan capsfrontend/src/config/plan-limits.ts
The post-release write guardorigin-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:

URLWhat it returns
https://getoriginai.com/docs/llms.txtA plain-text index of all pages.
https://getoriginai.com/docs/llms-full.txtThe full text of every page, concatenated.
https://getoriginai.com/docs/llms.mdx/docs/<path>/content.mdA 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.

On this page