1. Mint an API key
Open Settings → API Keys
Sign in at hub.kataven.ai, then go to hub.kataven.ai/settings and click the API Keys tab at the top.
Create a key
Click Create API key. Give it a name (e.g.
local-dev, ci-deploy, claude-code) and pick an expiry — Never, 1 year, 90 days, or 30 days. Click Create.Your token looks like
sk_live_acme_AbCd1234.... The middle segment (acme) is your account slug — the API resolves your tenant from the prefix, so you don’t need an X-Account-ID header anywhere.2. Install the SDK
3. Set the env var
KATAVEN_API_KEY automatically. The Node SDK also reads KATAVEN_BASE_URL if you want to point at a non-prod instance.)
4. List your agents
5. Create your first agent
Verify in the dashboard
Open hub.kataven.ai/agents. Your new agent shows up at the top of the list. Click it to see config, attach playbooks/FAQs, or test it in the playground.What’s next
Your first agent (full)
Carry on past listing — attach a phone number, place a test call, run a campaign. ~10 minutes.
Concepts: Agents
Every field on an agent and what it does — system prompt, voice, LLM, auth modes, greeting modes.
API Reference
Every endpoint with try-it. Generated from the same OpenAPI spec the SDKs are built on.
Manage from AI
Hand the API to Claude, ChatGPT, or Codex and have them build agents for you.

