# Kataven ## Docs - [API Reference](https://docs.kataven.ai/api-reference/introduction.md): Every endpoint, with try-it. - [Authentication](https://docs.kataven.ai/authentication.md): How the Hub API authenticates requests and routes them to your account. - [Agents](https://docs.kataven.ai/concepts/agents.md): The configurable units that handle conversations. - [Campaigns](https://docs.kataven.ai/concepts/campaigns.md): Bulk-dial outbound campaigns from CSV. - [Multi-tenancy](https://docs.kataven.ai/concepts/multi-tenancy.md): How accounts, databases, and the X-Account-ID header fit together. - [Playbooks & FAQs](https://docs.kataven.ai/concepts/playbooks-and-faqs.md): Reusable knowledge bundles attached to agents. - [Telephony](https://docs.kataven.ai/concepts/telephony.md): Carrier credentials, phone numbers, and outbound origination. - [Tools](https://docs.kataven.ai/concepts/tools.md): Functions an agent can call mid-conversation. - [Embeddable Widget](https://docs.kataven.ai/concepts/widget.md): Drop a voice/chat launcher into any website. - [Embed the widget](https://docs.kataven.ai/guides/embed-widget.md): Drop a voice/chat launcher onto your website. - [Inbound calls](https://docs.kataven.ai/guides/inbound-calls.md): Make a phone number ring an agent. - [Manage Kataven with Claude](https://docs.kataven.ai/guides/manage-with-claude.md): Let Claude drive the API for you — via SDK in Claude Code, or via MCP in Claude Desktop. - [Outbound call](https://docs.kataven.ai/guides/outbound-call.md): Originate a single outbound call programmatically. - [Your first agent](https://docs.kataven.ai/guides/your-first-agent.md): Build, configure, and call an agent end-to-end in 10 minutes. - [Introduction](https://docs.kataven.ai/introduction.md): Build, deploy, and manage AI voice agents on the Kataven platform. - [Quickstart](https://docs.kataven.ai/quickstart.md): List your agents in five lines of code. - [install](https://docs.kataven.ai/sdks/mcp/install.md): Reference for the `mcp` SDK. - [MCP Server](https://docs.kataven.ai/sdks/mcp/overview.md): Drive Kataven from any MCP-aware AI agent — Claude Desktop, Cursor, ChatGPT Desktop. - [installation](https://docs.kataven.ai/sdks/node/installation.md): Reference for the `node` SDK. - [Node SDK](https://docs.kataven.ai/sdks/node/overview.md): Official Node / TypeScript server SDK for the Kataven Hub API. - [agents](https://docs.kataven.ai/sdks/python/agents.md): Reference for the `python` SDK. - [campaigns](https://docs.kataven.ai/sdks/python/campaigns.md): Reference for the `python` SDK. - [Installation](https://docs.kataven.ai/sdks/python/installation.md): pip install kataven, set two env vars, you're done. - [knowledge](https://docs.kataven.ai/sdks/python/knowledge.md): Reference for the `python` SDK. - [Python SDK](https://docs.kataven.ai/sdks/python/overview.md): Official Python client for the Kataven Hub API. - [telephony](https://docs.kataven.ai/sdks/python/telephony.md): Reference for the `python` SDK. - [tools](https://docs.kataven.ai/sdks/python/tools.md): Reference for the `python` SDK. ## OpenAPI Specs - [openapi](https://docs.kataven.ai/api-spec/openapi.yaml) ## Optional - [GitHub](https://github.com/kataven/kataven-hub)