CrewAI AMP REST API
Per-crew REST API exposed by every crew deployed to CrewAI AMP (Cloud or Factory). Each deployed crew is reachable at its own hostname (`https://{crew-name}.crewai.com` for AMP Cloud, or your private hostname for AMP Factory) and supports four operations: - `GET /inputs` — list the input parameter names this crew expects. - `POST /kickoff` — launch a crew execution and return a `kickoff_id`. - `GET /status/{kickoff_id}` — poll execution status and retrieve results. - `POST /resume` — submit huma
Overview
CrewAI AMP REST API is a Postman Collection published by CrewAI Cloud on the APIs.io network.
Per-crew REST API exposed by every crew deployed to CrewAI AMP (Cloud or Factory). Each deployed crew is reachable at its own hostname (https://{crew-name}.crewai.com for AMP Cloud, or your private hostname for AMP Factory) and supports four operations: - GET /inputs — list the input parameter names this crew expects. - POST /kickoff — launch a crew execution and return a kickoff_id. - GET /status/{kickoff_id} — poll execution status and retrieve results. - POST /resume — submit huma
The collection contains 4 requests organised into 5 folders.
Tagged areas include AI Agents, AI Agent Platform, Agent Orchestration, Multi-Agent Systems, and Agent Management Platform.