CrewAI Cloud · Postman Collection

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

4
Requests
5
Folders
View on GitHub Raw JSON AI AgentsAI Agent PlatformAgent OrchestrationMulti-Agent SystemsAgent Management PlatformManaged AgentsAutomationsObservabilityHuman In The LoopPostman Collection

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.

Requests & Folders

inputs
kickoff
status
resume

Related API Specs

CrewAI AMP Webhook Streaming (AsyncAPI) CrewAI Cloud Inputs API (OpenAPI) CrewAI Cloud Kickoff API (OpenAPI) CrewAI Cloud Resume API (OpenAPI) CrewAI Cloud Status API (OpenAPI)
Back to CrewAI Cloud · All Collections · GitHub