The SDK is pre-1.0 and its surface is still settling. The snippets below show the
shape of the integration; check the SDK release notes for exact signatures
before you pin a version.
1. Install
visceral-ai; the import stays visceral.
2. Configure
Visceral reads its credentials from the environment. Your workspace API key comes from the dashboard (or the CLI).https://api.visceralai.dev.
3. Wrap your client
Wrap the LLM client your agent already uses. Visceral observes the traffic and reports metadata only — it never changes the response your agent receives.Next steps
Instrumenting frameworks
LangChain, LangGraph, and other framework integrations.
How it works
What happens to the traffic once Visceral sees it.