This page walks you from “I have a Kataven account” to “I’ve called the API.” Pick a language and copy.Documentation Index
Fetch the complete documentation index at: https://katavenai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
1. Get credentials
You need two things:| Variable | Where it comes from |
|---|---|
KATAVEN_API_KEY | Bearer token. Today this is your Zitadel ID token (long JWT). Long-lived API keys land soon. |
KATAVEN_ACCOUNT_ID | Your account slug (e.g. acme). Visible in the dashboard URL. |
API keys are on the roadmap. Today you obtain a JWT by signing into
the dashboard and copying it from devtools. Once long-lived API keys
ship, the same
Authorization: Bearer … header will accept either —
no SDK changes required.2. List your agents
3. Create an agent
4. Wire up Claude (optional)
If you want Claude to drive Kataven for you — “Claude, create a sales agent that knows about our pricing tiers” — install the MCP server and Claude can call the API itself without you writing code.What’s next
- Your first agent — walk through the full configure-and-deploy loop.
- Concepts: Agents — what every field on an agent does.
- API Reference — every endpoint, with try-it.