Execute Through Runtime Gateway
Governed HTTP execution after policy pass.
bash
curl -X POST https://app.korclaw.com/api/v1/runtime/execute \
-H "Authorization: Bearer kc_live_your_api_key_here" \
-H "X-KorClaw-Agent-Key: ka_your_agent_key_here" \
-H "Content-Type: application/json" \
-d '{
"input": {
"action": "api_call",
"resource": "https://api.example.com/status",
"agent": "ops-bot",
"environment": "production"
},
"execution": {
"mode": "http_proxy",
"method": "GET",
"url": "https://api.example.com/status"
}
}'