Skip to main content

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.
Hosted skill for Cursor, Claude Code, and similar tools:
https://docs.auvy.ai/agent-onboarding/SKILL.md
The skill covers API key auth, SDK install, receptor invoke, jobs/streaming, MCP, and error handling.

REST entrypoints

ActionMethodURL
HealthGEThttps://api.auvy.ai/v1/health
Fire receptorPOSThttps://api.auvy.ai/v1/receptors/{id}/fire
Job statusGEThttps://api.auvy.ai/v1/jobs/{job_id}
Job streamGEThttps://api.auvy.ai/v1/jobs/{job_id}/stream
Auth header: Authorization: Bearer ak_live_...

MCP server

https://mcp.auvy.ai/mcp
See MCP Server for tool families and client config.

Markdown exports

Every docs page has a markdown version — append .md to any URL:
https://docs.auvy.ai/sdk/introduction.md

SDK-first path

Agents building TypeScript should read, in order:
  1. SDK source of truth
  2. Jobs and streaming
  3. SDK recipes

Next steps