# Voker ## Docs - [Agent versions API](https://docs.voker.ai/api/agent-versions.md): Create and retrieve versioned configurations for agents in Voker. - [Agents API](https://docs.voker.ai/api/agents.md): Create and retrieve agents in Voker. - [Events API](https://docs.voker.ai/api/events.md): Create events in Voker with authenticated HTTP requests. - [Fingerprints API](https://docs.voker.ai/api/fingerprints.md): Create fingerprints for clients making requests. - [People API](https://docs.voker.ai/api/people.md): Create, retrieve, and update people in Voker. - [Agents and Agent Versions: Versioned AI Assistants](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) - [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. - [Integrate Voker with the Vercel AI SDK (wrapAiSdk)](https://docs.voker.ai/providers/ai-sdk.md): Track generateText, streamText, and other AI SDK calls across agents and sessions. TypeScript only. - [Integrate Voker with Anthropic](https://docs.voker.ai/providers/anthropic.md): Track Messages API calls across Claude models, agents, and sessions with zero latency overhead. - [Integrate Voker with Gemini](https://docs.voker.ai/providers/gemini.md): Track Generate Content and Interactions API calls across agents and sessions without changing your logic. - [Integrate Voker with OpenAI](https://docs.voker.ai/providers/openai.md): Track Chat Completions and Responses API calls across agents and sessions without changing your logic. - [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. - [Voker Changelog: New Features and SDK Release Notes](https://docs.voker.ai/resources/changelog.md): Track every update to the Voker platform, REST API, and SDKs. New features, bug fixes, and breaking changes listed in reverse chronological order. - [Voker Python SDK: Installation and Full Reference](https://docs.voker.ai/sdks/python.md): Reference for the Voker Python SDK. Covers integration with OpenAI, Anthropic, and Gemini. - [Voker TypeScript SDK: Installation and Full Reference](https://docs.voker.ai/sdks/typescript.md): Reference for the Voker TypeScript SDK. Covers integration with OpenAI, Anthropic, Gemini and the AI SDK. ## OpenAPI Specs - [openapi](https://docs.voker.ai/api-reference/openapi.json)