# Voight ## Docs - [Public agent endpoints](https://docs.voight.xyz/api-reference/agents.md): Read-only endpoints for the public Explorer — no auth required. - [POST /v1/events](https://docs.voight.xyz/api-reference/events.md): Ingest an agent event. - [/v1/me/* (authenticated)](https://docs.voight.xyz/api-reference/me.md): The dashboard endpoints — your agents, events, sessions, traces, alerts, keys. - [Changelog](https://docs.voight.xyz/changelog.md): What shipped, when. - [Agents](https://docs.voight.xyz/concepts/agents.md): What an agent is in Voight, how identity is tracked, and how multi-agent setups work. - [Events](https://docs.voight.xyz/concepts/events.md): The atomic unit of Voight — every agent action is one event. - [Sessions](https://docs.voight.xyz/concepts/sessions.md): One session = one Claude Code launch (or one autonomous bot run). - [Traces](https://docs.voight.xyz/concepts/traces.md): One trace = everything the agent did to answer one prompt. - [Introduction](https://docs.voight.xyz/introduction.md): Real-time observability for AI coding agents and autonomous workflows. - [Pricing](https://docs.voight.xyz/pricing.md): Built for teams ready to scale. - [Data handling](https://docs.voight.xyz/privacy/data-handling.md): Where data lives, who can access it, retention, deletion. - [Privacy overview](https://docs.voight.xyz/privacy/overview.md): The 3-level capture model — pick what leaves your machine. - [PII patterns](https://docs.voight.xyz/privacy/pii-patterns.md): The 12 patterns + Luhn-validated card detection used by Standard mode. - [Quickstart](https://docs.voight.xyz/quickstart.md): Get events from your agent into the Voight dashboard in 30 seconds. - [HTTP API](https://docs.voight.xyz/sdk/http-api.md): For any runtime that can POST JSON. - [Library mode](https://docs.voight.xyz/sdk/library-mode.md): Import @voightxyz/sdk in TypeScript/JavaScript agents you build yourself. ## OpenAPI Specs - [openapi](https://docs.voight.xyz/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/Voightxyz) - [npm](https://www.npmjs.com/package/@voightxyz/sdk)