curl -X POST https://api.crewship.dev/v1/runs \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "deployment": "my-crew", "input": { "topic": "AI agents", "style": "technical" } }'
{ "data": { "id": "run_xyz789abc", "deployment_id": "dep_abc123xyz", "project": "my-crew", "status": "pending", "input": { "topic": "AI agents", "style": "technical" }, "created_at": "2024-01-15T10:35:00Z", "events_url": "https://api.crewship.dev/v1/runs/run_xyz789abc/events" } }
Trigger a new run of your deployed crew
run_abc123xyz
pending
running
succeeded
failed
canceled
events_url