> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sandbox Operations Overview

> Health checks, metrics, and production readiness.

# Sandbox Operations Overview

The Sandbox controller exposes health and metrics endpoints for monitoring and orchestration.

## Health Endpoints

* `GET /health` basic health check
* `GET /ready` readiness probe for Kubernetes
* `GET /health/detailed` detailed component status

## Metrics

* Prometheus metrics exposed at `GET /metrics`
* Uses `stateset_sandbox_` metric prefix

## Production Readiness

* Use readiness probes and health checks
* Alert on sandbox creation and execution errors
* Monitor warm pool availability and startup latency

## Related Documentation

* [Operations Guide](/stateset-sandbox/OPERATIONS)
* [Production Guide](/stateset-sandbox/PRODUCTION_GUIDE)
