curl -X POST https://api.crewship.dev/v1/runs \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "deployment_id": "dep_abc123xyz", "input": { "topic": "AI agents", "style": "technical" } }'
{ "run_id": "run_xyz789abc", "version_id": "ver_abc123xyz", "version_number": 3, "status": "running" }
Trigger a new run of your deployed crew
production
staging
run_abc123xyz
running