POST /kickoff
Start a crew execution
Authorizations
📋 Reference Documentation - The tokens shown in examples are placeholders for reference only.
Use your actual Bearer Token or User Bearer Token from the CrewAI AMP dashboard for real API calls.
Bearer Token: Organization-level access for full crew operations User Bearer Token: User-scoped access with limited permissions
Body
Key-value pairs of all required inputs for your crew
Additional metadata to pass to the crew
Callback URL executed after each task completion
"https://your-server.com/webhooks/task"
Callback URL executed after each agent thought/action
"https://your-server.com/webhooks/step"
Callback URL executed when the crew execution completes
"https://your-server.com/webhooks/crew"
Response
Crew execution started successfully
Unique identifier for tracking this execution
"abcd1234-5678-90ef-ghij-klmnopqrstuv"
