Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -H "X-API-Key: $K7_API_KEY" "$BASE/api/v1/sandboxes/metrics?namespace=default"
Get CPU and memory usage for sandboxes
GET /api/v1/sandboxes/metrics
{ "data": [ { "name": "my-sandbox", "namespace": "default", "cpu_usage": "10m", "memory_usage": "64Mi" } ] }
cpu_usage
10m
memory_usage
64Mi