Authentication
Requires a valid Bearer token.Path Parameters
Project ID (UUID).
Request Body
Hardware configuration. Uses your default hardware settings if omitted.
Whether the workspace should stay running when idle. Default:
false.Response
Returns the created workspace object.Unique workspace identifier (UUID).
ID of the parent project.
Initial status, typically
"creating".Hardware configuration.
Whether the workspace stays running when idle.
Machine ID (null until provisioned).
Private IP address (null until provisioned).
Current git reference.
Token for accessing workspace preview URLs.
Error details if provisioning fails.
ISO 8601 timestamp.
ISO 8601 timestamp.
Errors
| Status | Description |
|---|---|
400 | Bad Request — invalid hardware configuration |
401 | Unauthorized — missing or invalid token |
404 | Not Found — project does not exist or you do not have access |