Agent Skills are installableDocumentation Index
Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt
Use this file to discover all available pages before exploring further.
SKILL.md guides (plus optional references) for coding agents in Cursor, Claude Code, and similar clients. Cartesia’s official pack is cartesia-ai/skills—add it once, then let your agent follow the same rules as this site’s API docs.
Install
- API / app work: A Cartesia API key from play.cartesia.ai/keys.
- Cartesia Line: Same Cartesia key plus an LLM provider key; the Line quickstart walks through setup and
cartesia deploy.
Which skill?
What the skills enforce
Skills point agents at the same rules as API conventions. In short:- Base URL
https://api.cartesia.ai(WebSocketswss://). Cartesia-Versionon every request; WebSockets can usecartesia_versionin the query string (it overrides the header when both are set).- Server:
Authorization: Bearer <api_key>. Browsers / client apps: short-lived access tokens; WebSocket handoffs useaccess_tokenin the query string. - Errors: Prefer structured JSON from current API versions—see API errors.
llms.txt and llms-full.txt.
See also
- MCP — optional IDE integration; not a replacement for REST/SDKs in shipped apps.
- Client libraries — stable paths for production code.
- Documentation home — Sonic, Ink, and platform overview.