For AI Tools
Sapiom provides structured documentation for AI coding assistants. Choose the integration method that works best for your tool.
Install the Skill
Section titled “Install the Skill”For tools that support skills (like Claude Code), install the Sapiom skill:
npx skills add sapiom/skills --skill sapiomOnce installed, the skill gives your AI assistant context about Sapiom’s capabilities, API patterns, and integration guides.
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 |
|---|---|
/capabilities/verify | /capabilities/verify.md |
/quick-start | /quick-start.md |
/ | /index.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
- Integration — SDK setup for Axios, Fetch, and LangChain
- Governance — Spend limits and usage rules
- API Reference — Endpoint specifications
Explore Capabilities See what services your agents can access through Sapiom.