curl -X POST https://api.runtools.ai/v1/deployments \
-H "X-API-Key: rt_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"runtimeSlug": "code-assistant",
"templateSlug": "nodejs-20",
"apiSlug": "my-code-bot",
"webhookUrl": "https://myapp.com/webhook",
"webhookEvents": ["run.completed", "run.failed"],
"maxConcurrent": 20,
"timeout": 300
}'