Overview
Each workspace is an independent environment with its own:- Provider credentials (OpenAI, Anthropic, Google, etc.)
- API keys for authenticating requests
- Routing rules and model fallback chains
- Guardrails, budgets, and rate limits
- Request logs and analytics
- Team members and roles
- Billing and credit balance
Multi-environment setup
The recommended pattern is to map Workspaces directly to your deployment environments:
Because data is isolated, an engineer viewing the
Development workspace logs will never accidentally see a Production user’s prompt payload.
Creating a workspace
1
Navigate to Workspaces
Click the workspace dropdown at the top of the left sidebar in the dashboard, then select Create Workspace.
2
Enter workspace name
Provide a name (minimum 2 characters). Optionally enter your first and last name to populate your user profile.
3
Start configuring
You are automatically assigned the Owner role. From here you can add provider keys, create API keys, and invite team members.
Each new workspace starts on the Free tier with 25,000 requests/month. Upgrade via Settings → Billing to unlock higher limits and features.
Switching workspaces
Use the dropdown menu at the top of the left sidebar in the dashboard to switch between workspaces. The active workspace determines which API keys, logs, and settings are displayed.Member roles and permissions
Workspaces support four built-in roles:Team and Enterprise plans unlock Custom Roles with granular permission strings (e.g.
logs:read, prompts:write, guardrails:read).Inviting members
1
Open Members page
Navigate to your workspace → Settings → Members.
2
Send invitation
Click Invite Member, enter their email, and select a role (
admin, billing, or viewer).3
Invitee accepts
The invitee receives an email with a link valid for 7 days. They must create an account or log in to accept.
Removing members
- Owners can remove any member except themselves.
- Admins can remove viewers and billing members only.
- To leave a workspace, use Leave Workspace (owners must transfer ownership first).
Workspace settings
Only owners and admins can modify workspace settings. Key configurable options:Updating settings via API
Model access control
You can control which models are available in your workspace. By default, all enabled models are accessible. To restrict access:- Navigate to Settings → Models in your workspace.
- Toggle individual models on or off.
- Only disabled models are stored — all others default to enabled.
Billing and credits
Each workspace maintains its own credit balance:- Credits Allocated: Total credits deposited or purchased.
- Balance:
creditsAllocated - totalSpent(cannot go below zero).
Autopay
Enable autopay to automatically recharge your workspace when the balance drops below a threshold:Budget alerts
Configure email alerts when spending reaches a threshold:Deleting a workspace
Only the owner can delete a workspace. Deletion is soft (marked as deleted, not removed from the database):Audit logging
Team and Enterprise workspaces record an audit log of all significant actions:- Member invites, removals, and role changes
- Settings updates
- Role creation and deletion
- API key changes
Best practices
- One workspace per environment — Keep dev, staging, and production fully isolated.
- Use least-privilege roles — Give team members only the access they need. Use
viewerfor stakeholders who only need to read logs. - Set budget alerts early — Configure spending alerts before going live to avoid surprises.
- Enable IP allowlisting in production to restrict which networks can call your gateway.
- Review audit logs regularly — Especially after team member changes or configuration updates.
Common pitfalls
- Invite tokens expire after 7 days. If a teammate doesn’t accept in time, revoke the old invite and send a new one.
- Admins cannot remove other admins. Only owners can manage admin-level members.
- Settings changes propagate via NATS. There may be a brief delay (< 1 second) before edge gateways pick up new configuration.
- Free tier seat limit is 3. If you need more members, upgrade to Pro or higher.