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
listInputs
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
kickoffCrew
Launch a crew execution with the supplied inputs and optional metadata and crew webhook, returning the kickoff_id used to poll status.