> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getspine.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# For agents

> Spine docs are built for LLM consumption. Raw markdown, llms.txt, OpenAPI spec, and per-agent skill files.

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

<CardGroup cols={2}>
  <Card title="llms.txt" icon="list" href="https://docs.getspine.ai/llms.txt">
    Compact index of every page with one-line descriptions. Drop this URL into
    any agent that supports the `llms.txt` convention.
  </Card>

  <Card title="llms-full.txt" icon="book" href="https://docs.getspine.ai/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.
  </Card>

  <Card title="OpenAPI 3.1 spec" icon="code" href="https://docs.getspine.ai/openapi.yaml">
    The Spine API spec — suitable for codegen tools, schema validators, or
    any agent that consumes OpenAPI directly.
  </Card>

  <Card title="Per-page markdown" icon="file">
    Add `.md` to any page URL (e.g. `/api-reference/quickstart.md`) for raw
    markdown. Or request the HTML URL with `Accept: text/markdown`.
  </Card>
</CardGroup>

## 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:

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/api-reference/integrations/claude-code">
    Installable skill file for `~/.claude/skills/`.
  </Card>

  <Card title="OpenClaw" icon="terminal" href="/api-reference/integrations/openclaw">
    Tool config for OpenClaw's local agent runtime.
  </Card>

  <Card title="Cursor" icon="window" href="/api-reference/integrations/cursor">
    `.cursorrules` file for Cursor projects.
  </Card>

  <Card title="Codex CLI" icon="terminal" href="/api-reference/integrations/codex-cli">
    System prompt snippet for OpenAI Codex CLI.
  </Card>

  <Card title="Bolt, Replit, Lovable" icon="browser" href="/api-reference/integrations/web-builders">
    Proxy + fetch patterns for browser-based builders.
  </Card>
</CardGroup>
