CrewAI Cloud
CrewAI Cloud (CrewAI AMP) is the managed Agent Management Platform for deploying, monitoring, scaling, and governing CrewAI multi-agent workflows in production. AMP exposes a per-crew REST API for kickoff, status, inputs, and human-in-the-loop resume operations, plus webhook streaming for task, step, and crew events. The platform ships in two deployment modes — AMP Cloud (managed, multi-tenant at app.crewai.com) and AMP Factory (self-hosted on AWS, Azure, or GCP) — and layers RBAC, SSO, secrets manager federation (AWS/Azure/GCP), agent and tool repositories, a marketplace, A2A communication, automations and triggers, traces with PII redaction, and observability exports on top of the open-source CrewAI framework.
APIs
CrewAI AMP REST API
Per-crew REST API exposed for every crew deployed to CrewAI AMP. Each deployed crew is reachable at https://{crew-name}.crewai.com and exposes four operations — GET /inputs to d...
CrewAI AMP Webhook Streaming
Outbound event streaming for AMP crew executions. When you kick off a crew you can supply three callback URLs — taskWebhookUrl (fired after each task completes), stepWebhookUrl ...
CrewAI Enterprise MCP Server
Model Context Protocol server published by CrewAI Inc. that exposes AMP crew deployment operations and status tracking to MCP-compatible agents and IDEs. Lets Claude, Cursor, an...
Collections
CrewAI AMP REST API
POSTMANCrewAI AMP REST API
OPENArazzo Workflows
CrewAI AMP Discover Inputs and Kick Off
Discover the inputs a crew expects, then launch an execution with them.
ARAZZOCrewAI AMP Full Run With Result
Discover inputs, kick off a crew, poll to completion, and return the result.
ARAZZOCrewAI AMP Kick Off and Poll Until Complete
Launch a crew execution and poll its status until it completes or errors.
ARAZZOCrewAI AMP Kick Off With Human-in-the-Loop Review
Kick off a crew, poll until it pauses for review, deliver feedback, and poll again.
ARAZZOCrewAI AMP Resume a Paused Execution
Inspect an existing execution, deliver human feedback, then poll until it settles.
ARAZZOPricing Plans
Rate Limits
FinOps
Crewai Cloud Finops
FINOPSFeatures
Event Specifications
CrewAI AMP Webhook Streaming
Outbound webhook events published by CrewAI AMP during crew execution. Three callback URLs can be supplied per kickoff — `taskWebhookUrl`, `stepWebhookUrl`, and `crewWebhookUrl`...
ASYNCAPI