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 discover required input parameters, POST /kickoff to launch an execution with inputs and optional task/step/crew webhook URLs (returns a kickoff_id), GET /status/{kickoff_id} to poll execution status (running, completed, error) and retrieve per-task results, and POST /resume to deliver human feedback (approve or retry) on a task that paused for HITL review. All endpoints require Bearer token authentication using either an organization-level or user-scoped token from the AMP dashboard Status tab.
CrewAI AMP REST API is one of 3 APIs that CrewAI Cloud publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include AI Agents, Crew Execution, Kickoff, Status, and Human In The Loop. The published artifact set on APIs.io includes API documentation, authentication docs, and an OpenAPI specification.