API Overview
REST API reference for the Modbox Sandbox Manager
The Modbox API is a REST API that lets you provision, manage, and destroy sandbox environments programmatically.
Base URL
Authentication
All endpoints (except /health) require a Bearer token in the Authorization header:
See the Authentication guide for details on API tokens and JWT tokens.
Workspace scoping
Many endpoints are scoped to a workspace. Pass your workspace ID via the header:
Endpoint groups
Response format
All responses are JSON. Successful responses return the resource directly or a wrapper object. Errors follow the standard HTTP status code conventions:
Validation errors
When a request body fails validation, the API returns a 422 with details:
SDKs
Use the official SDKs for a better developer experience: