# Voker ## Docs - [Create Agent](https://docs.voker.ai/api-reference/create-agent.md): Create an [agent](https://app.voker.ai/docs/concepts/agents#creating-agent). - [Create Agent Version](https://docs.voker.ai/api-reference/create-agent-version.md): Create an agent version for a given agent. - [Create Event](https://docs.voker.ai/api-reference/create-event.md): Create an [event](https://app.voker.ai/docs/concepts/events#events). - [Create Fingerprint](https://docs.voker.ai/api-reference/create-fingerprint.md): Create a fingerprint for the client making requests. - [Create Person](https://docs.voker.ai/api-reference/create-person.md): Create a person. - [Get Agent](https://docs.voker.ai/api-reference/get-agent.md): Retrieve an [agent](https://app.voker.ai/docs/concepts/agents#agent). - [Get Agent Version](https://docs.voker.ai/api-reference/get-agent-version.md): Retrieve an [agent version](https://app.voker.ai/docs/concepts/agents#agent-versions). - [Get Person](https://docs.voker.ai/api-reference/get-person.md): Retrieve a [person](https://app.voker.ai/docs/concepts/people). - [Update Person](https://docs.voker.ai/api-reference/update-person.md): Update a [person](https://app.voker.ai/docs/concepts/people). - [Corrections](https://docs.voker.ai/auto-annotations/corrections.md): Learn what your agents are getting wrong. - [Intents](https://docs.voker.ai/auto-annotations/intents.md): Understand how Voker classifies the goals and purposes behind user interactions with your agents. - [Auto Annotations](https://docs.voker.ai/auto-annotations/overview.md): Voker automatically annotates every event with the user's intents, corrections, and resolutions. - [Resolutions](https://docs.voker.ai/auto-annotations/resolutions.md): Understand if your agents are resolving end users' intents - [Agents and Agent Versions](https://docs.voker.ai/concepts/agents.md): Understand how Voker separates an agent's logical identity from its versioned configurations, so you can iterate safely and compare behavior over time. - [Voker Events, Sessions, Messages, and Fingerprints](https://docs.voker.ai/concepts/events.md): Learn how Voker tracks LLM interactions as events, organizes them into sessions, and captures messages and environment fingerprints for full observability. - [People: Track End Users and Their Agent Interactions](https://docs.voker.ai/concepts/people.md): Learn how Voker models end users as people, how to create them explicitly or automatically, and how to handle multi-tenant systems with users of users. - [Optimize Agents with Version Tracking](https://docs.voker.ai/cookbooks/agent-version-tracking.md) - [Production Monitoring for Customer Support Chat Agents](https://docs.voker.ai/cookbooks/customer-support-agent.md) - [Tracking Long Running Agent Conversations](https://docs.voker.ai/cookbooks/long-running-agent-conversations.md) - [Cookbook](https://docs.voker.ai/cookbooks/overview.md): Cookbooks are step-by-step guides for implementing Voker for specific use cases. Each cookbook provides detailed instructions and code examples to help you quickly integrate Voker into your projects. - [Voker - AI Agent Analytics Platform](https://docs.voker.ai/overview.md): Voker gives you full visibility into every LLM interaction your AI agents make. Instrument with a drop-in SDK swap and start tracking events, sessions, and users in minutes. - [Agent Analytics](https://docs.voker.ai/platform/analytics.md): Top level analysis on sessions with drilldowns to understand and debug your agents. - [Categorization](https://docs.voker.ai/platform/categorizations.md): See how Voker groups intents and corrections into categories so you can spot patterns and compare agent versions on the fly. - [Smart Skills (Beta)](https://docs.voker.ai/platform/smart-skills.md): Generate short markdown skills that make your agents hyper-efficient. Both at getting your user (internal or external) what they need and doing it with less token spend overall. - [Summaries](https://docs.voker.ai/platform/summaries.md): Read summaries of sessions, agents, and people to quickly understand context without replaying every detail of every session. - [Integrate Voker with the Vercel AI SDK](https://docs.voker.ai/providers/ai-sdk.md) - [Integrate Voker with Anthropic](https://docs.voker.ai/providers/anthropic.md) - [Integrate Voker with Gemini](https://docs.voker.ai/providers/gemini.md) - [Integrate Voker with OpenAI](https://docs.voker.ai/providers/openai.md) - [Quickstart: Start Tracking AI Agent Calls with Voker](https://docs.voker.ai/quickstart.md): Install the Voker Python or TypeScript SDK, set your API key, and instrument your first AI agent with a single drop-in import swap in minutes. - [Changelog](https://docs.voker.ai/resources/changelog.md): New Features and SDK Release Notes. - [Voker Python SDK](https://docs.voker.ai/sdks/python.md) - [Voker TypeScript SDK](https://docs.voker.ai/sdks/typescript.md) ## OpenAPI Specs - [openapi](https://docs.voker.ai/openapi.json)