curl -X POST https://api.runtools.ai/v1/runtimes \
-H "X-API-Key: rt_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"slug": "code-assistant",
"name": "Code Assistant",
"systemPrompt": "You are an expert software engineer...",
"model": "claude-opus-4-5",
"tools": ["bash", "read_file", "edit_file", "grep", "glob"]
}'