CrewAI Cloud · Arazzo Workflow
CrewAI AMP Discover Inputs and Kick Off
Version 1.0.0
Discover the inputs a crew expects, then launch an execution with them.
View Spec
View on GitHub
AI AgentsAI Agent PlatformAgent OrchestrationMulti-Agent SystemsAgent Management PlatformManaged AgentsAutomationsObservabilityHuman-in-the-LoopArazzoWorkflows
Provider
Workflows
discover-inputs-and-kickoff
List the crew's required input names, then kick off an execution.
Calls GET /inputs to discover the input parameter names the crew expects, then calls POST /kickoff with the caller-supplied inputs object to launch an execution and capture the kickoff_id.
1
listRequiredInputs
Retrieve the list of input parameter names this crew expects so the caller can confirm the supplied inputs object covers every required key.
2
kickoff
Launch a crew execution with the supplied inputs and optional metadata and crew webhook, returning the kickoff_id used to poll status.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.