Quick Start
Get your first agent monitored in under 5 minutes.
1
Get your API key
Go to Dashboard → API Keys, click "Generate New Key", and copy it.
⚡ Use different keys for development and production.
2
Install the SDK
Choose your language and install the package. See the code panel →
3
Initialize the client
Create an instance with your API key. Enable debug in development.
4
Send your first event
Your event appears in Dashboard → Events instantly. Rules evaluate automatically on every event received.
5
Create your first rule
Go to Dashboard → Rules, click "New Rule", choose a template or build from scratch:
IF ai_risk_score > 80 THEN create_incident(high) + notify
Done. Your agent is now governed. ✅