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 agent
  • budget.exhausted — An agent has hit its budget limit
  • approval.required — A task needs your approval
  • trust.changed — An agent's trust score changed significantly
  • report.generated — Weekly report is ready for review

Setup

  1. Go to Integrations → Webhooks
  2. Click “Add Webhook”
  3. Enter your endpoint URL and select the events to subscribe to
  4. 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" }