1. Get an API key
Sign in to the Averta Dashboard and navigate to API Keys. Click Create key, give it a name, and copy the secret. You’ll only see it once.2. Install the SDK
3. Initialize the client
4. Screen a request
Before your AI agent processes a user message, pass it through the Averta checkpoint:5. Attach a policy (optional)
Policies let you configure the risk threshold and enforcement behavior per API key. Create one in the Dashboard and attach it to your key — no code changes needed.Next steps
Core concepts
Learn how checkpoints, policies, and scoring work.
SDK configuration
Advanced client options, timeouts, and retry behavior.