> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voight.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Products that ship Voight as their built-in observability stream for AI agents — no code required by their end users.

This section catalogues the products that integrate Voight directly into their workflow, so their users get observability for agent runs, tool calls, decisions, and transactions without writing any instrumentation code themselves.

If you're building an agent platform, IDE, runtime, or anything else that runs LLM-driven code and want to ship observability without rolling your own pipeline, the [HTTP API](/sdk/http-api) is the surface most integrations use — POST events to `https://api.voight.xyz/v1/events` from any runtime that speaks JSON over HTTPS (Node, Python, Rust, Go, Electron main process, Tauri sidecar, Deno).

## Current integrations

| Product    | What it is                                          | Page                           |
| ---------- | --------------------------------------------------- | ------------------------------ |
| **DAEMON** | AI-native Solana IDE — Electron, MIT, mac/Win/Linux | [DAEMON](/integrations/daemon) |

## Adding your integration

Voight ships first-party SDKs for OpenAI, Anthropic, the Vercel AI SDK, plus hooks for Claude Code / Cursor / Codex. If your product doesn't fit those surfaces — for example, you're building a desktop IDE, an agent runtime, or a no-code platform — the [HTTP path](/sdk/http-api) is the cleanest fit. The event shape, privacy levels, retry contract, and dashboard rendering are identical to what the SDKs use internally.

To get listed here, reach out at [x.com/voightxyz](https://x.com/voightxyz) with a link to your integration docs. We mirror your page here and cross-link both ways.
