Create compute environment
Creates a new compute environment for running serverless workloads. Each environment gets its own isolated namespace with a unique domain for hosting applications and APIs. The first environment created becomes the default environment for the organization.
POST
Authorizations
API key starting with sk_case_
Body
application/json
Environment name (alphanumeric, hyphens, and underscores only)
Pattern:
^[a-zA-Z0-9_-]+$Example:
"document-review-prod"
Response
Environment created successfully
Unique environment identifier
Environment name
URL-friendly slug derived from name
Unique domain for this environment
Whether this is the default environment
Environment status
Available options:
active, inactive Environment creation timestamp
Previous
Get compute environmentRetrieve a specific compute environment by name. Returns environment configuration including status, domain, and metadata for your serverless compute infrastructure.
Next

