For AI Tools
Sapiom provides structured documentation for AI coding assistants. Choose the integration method that works best for your tool.
Your agent may already have context
Section titled “Your agent may already have context”If you installed Sapiom via the Claude Code plugin or scaffolded an agent project, your coding agent already carries the sapiom-agent-authoring skill and the project’s AGENTS.md — no separate install. This page is for giving any AI tool access to the documentation itself.
Use llms.txt
Section titled “Use llms.txt”For tools that support llms.txt (like Cursor), point to:
https://docs.sapiom.ai/llms.txtThis provides a structured overview of all Sapiom documentation in a format optimized for LLM consumption.
Fetch Markdown Directly
Section titled “Fetch Markdown Directly”Add .md to any documentation URL to get clean markdown:
| Page | Markdown |
|---|---|
/ (Get Started) | /index.md |
/agents/quick-start | /agents/quick-start.md |
/capabilities/search | /capabilities/search.md |
/capabilities/verify | /capabilities/verify.md |
/integration/mcp-servers/remote | /integration/mcp-servers/remote.md |
Example:
curl https://docs.sapiom.ai/capabilities/verify.mdInternal links in markdown files point to other .md files for easy navigation.
What’s Included
Section titled “What’s Included”Both methods provide access to documentation for:
- Capabilities — Verification, search, AI models, and more
- Direct Access — the typed SDK, HTTP wrappers, and the remote MCP
- Governance — Spend limits and usage rules
- API Reference — Endpoint specifications