Build with AI
Give your agent current AUVY docs and credentials before it writes integration code.Documentation index: fetch llms.txt to discover pages, or llms-full.txt for the full published index.
Agent skill (recommended)
Hosted skill for Cursor, Claude Code, and similar tools:REST entrypoints
| Action | Method | URL |
|---|---|---|
| Health | GET | https://api.auvy.ai/v1/health |
| Fire receptor | POST | https://api.auvy.ai/v1/receptors/{id}/fire |
| Job status | GET | https://api.auvy.ai/v1/jobs/{job_id} |
| Job stream | GET | https://api.auvy.ai/v1/jobs/{job_id}/stream |
Authorization: Bearer ak_live_...
MCP server
Markdown exports
Every docs page has a markdown version — append.md to any URL:
SDK-first path
Agents building TypeScript should read, in order:Next steps
- LLM corpus — llms.txt vs llms-full.txt
- First SDK call
- First CLI & MCP