Skip to main content

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.

What is Voight?

Voight is two things in one SDK:
  1. Real-time observability for any AI agent — every prompt, tool call, file edit, decision, and on-chain transaction your agent makes streams to a live dashboard. Anomaly alerts. Cost attribution. Per-event privacy controls.
  2. A Solana-native identity layer for those agents — the on-ramp to register your agent on Solana’s Agent Registry as a Metaplex Core asset, gaining a portable identity, on-chain reputation, public Explorer presence, and x402 payment rails.
The combination is what makes the platform: agents observed under privacy controls today, with a path onto Solana when they’re ready to be public, monetized, or audited.

Who is Voight for?

Two audiences sharing one need — visibility into AI agents in production:

Developers using AI coding assistants

Claude Code, Cursor, Codex, Gemini, Replit Agent. One paste wires the SDK and every prompt + tool call streams live to your dashboard. Privacy chips per-event so sensitive content stays on your machine via local PII scrubbing.

Teams running autonomous agents

Trading bots, ElizaOS / Solana Agent Kit agents, payment flows. Same SDK, same dashboard. Compliance-ready audit exports anchored cryptographically to Solana — provable, not trustable.

Core capabilities

Live timeline

Every prompt, tool call, transaction, and decision streamed in real time. Filter by agent, since, type, trace.

Privacy-first capture

Three-level model — Minimal, Standard, Full. Local PII scrubbing on your machine before transmission.

On-chain audit trail

Tamper-evident logs anchored on Solana. Hashes verifiable without trusting Voight as operator.

Anomaly detection

Four built-in rules — event surge, error rate, cost spike, orphan tools. Per-agent baselines, no rules to write.

Three ways in

# 1. Wire into your IDE — Claude Code, Cursor, Codex
npx -y @voightxyz/sdk setup

# 2. Library mode for autonomous agents
npm install @voightxyz/sdk

# 3. HTTP for anything that speaks JSON
curl https://voight-production.up.railway.app/v1/events \
  -H "authorization: Bearer $VOIGHT_KEY" -d '{...}'
Same event stream, same dashboard, same alerts.

Get started in 30 seconds

Wire Voight into Claude Code with one command. See your first events stream live before this paragraph finishes loading.