CrewAI Cloud · AsyncAPI Specification
CrewAI AMP Webhook Streaming
Version 1.0
Outbound webhook events published by CrewAI AMP during crew execution. Three callback URLs can be supplied per kickoff — `taskWebhookUrl`, `stepWebhookUrl`, and `crewWebhookUrl`. AMP POSTs JSON event payloads to those URLs as the crew runs.
View Spec
View on GitHub
AI AgentsAI Agent PlatformAgent OrchestrationMulti-Agent SystemsAgent Management PlatformManaged AgentsAutomationsObservabilityHuman In The LoopAsyncAPIWebhooksEvents
Channels
taskEvents
Fires after each task completes.
stepEvents
Fires after each agent thought or action.
crewEvents
Fires when the overall crew execution finishes.
Messages
TaskCompleted
Task Completed
A single task within a crew finished.
StepEvent
Agent Step
An agent emitted a thought or executed an action.
CrewCompleted
Crew Completed
The crew execution finished (success or error).
Servers
https
subscriber
Customer-hosted HTTPS endpoint receiving CrewAI AMP events.