When to create a workspace
Use separate workspaces when you want to:- isolate development, staging, and production credentials
- keep different products or customer projects separate
- give administrative integrations access to only the resources they need
- apply different routing, preset, or guardrail policies
Manage workspaces
You can manage workspaces from the Phaseo dashboard or through the management API. The workspace API uses management API keys. Standard Gateway API keys are for inference requests and cannot call workspace administration endpoints.Workspace management endpoints are currently marked Beta. Keep administrative automation easy to retry and review API responses before applying follow-up changes.
Choose the right access
Create a management key with only the workspace capabilities your integration needs:workspaces:readto list and inspect workspacesworkspaces:writeto create or update workspacesworkspaces:deleteto remove workspaces
Deleting a workspace
The default workspace cannot be deleted. Before deleting another workspace, remove or move its active API keys so requests are not left pointing at a workspace that no longer exists.Billing
Workspaces do not create separate pricing tiers. Usage continues under the standard pay-as-you-go billing described in Pricing & Billing.Next steps
Management API Keys
Create a scoped server-side credential for workspace administration.
Authentication
Use Gateway API keys for model and generation requests.