Skip to main content
Spine docs are designed to be parsed and consumed by AI agents. Every surface listed here is auto-generated by Mintlify and stays in sync with the rest of this site.

Machine-readable surfaces

llms.txt

Compact index of every page with one-line descriptions. Drop this URL into any agent that supports the llms.txt convention.

llms-full.txt

Full text of every page in a single document. Use when you want the agent to have the complete docs in context.

OpenAPI 3.1 spec

The Spine API spec — suitable for codegen tools, schema validators, or any agent that consumes OpenAPI directly.

Per-page markdown

Add .md to any page URL (e.g. /api-reference/quickstart.md) for raw markdown. Or request the HTML URL with Accept: text/markdown.

Discovery headers

Every HTML response includes:
Link: <https://docs.getspine.ai/llms.txt>; rel="alternate"; type="text/plain"; title="llms.txt"
X-Llms-Txt: https://docs.getspine.ai/llms.txt
Agents can discover the docs index from any page’s response headers — no out-of-band configuration needed.

Drop Spine into your agent

Install the matching skill or config for your agent:

Claude Code

Installable skill file for ~/.claude/skills/.

OpenClaw

Tool config for OpenClaw’s local agent runtime.

Cursor

.cursorrules file for Cursor projects.

Codex CLI

System prompt snippet for OpenAI Codex CLI.

Bolt, Replit, Lovable

Proxy + fetch patterns for browser-based builders.