Skip to main content
The SDK is pre-1.0. Signatures and framework coverage are still changing — treat the snippets here as the shape of the integration, not a pinned contract.

Requirements

  • Python 3.12+

Install

pip install visceral-ai
The PyPI distribution is named visceral-ai. The import name is visceral:
import visceral

Authenticate

The SDK reads your workspace API key from the environment:
export VISCERAL_API_KEY="vsk_..."
You can create a key from the dashboard or the CLI. By default the SDK reports to https://api.visceralai.dev. Next: instrument your agent.