Integrations
Webhooks
Real-time event notifications to your systems.
Overview
Webhooks deliver real-time notifications when events occur in your AI company. Configure endpoints to receive HTTP POST requests with event data.
Event Types
task.completed— A task has been completed by an agentbudget.exhausted— An agent has hit its budget limitapproval.required— A task needs your approvaltrust.changed— An agent's trust score changed significantlyreport.generated— Weekly report is ready for review
Setup
- Go to Integrations → Webhooks
- Click “Add Webhook”
- Enter your endpoint URL and select the events to subscribe to
- Save — AgentAGI will start sending events immediately
Payload Format
{ "event": "task.completed", "company_id": "cmp_abc123", "agent": "CMO Agent", "task": "Write SEO blog post", "status": "completed", "cost": 1.42, "timestamp": "2026-06-11T14:30:00Z" }