Compute
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/compute/v1/environments
Request body
Example request
{
"name": "document-review-prod"
}Response
Environment created successfully