Workspace Billing
Roadmap
Workspace-scoped billing is on the roadmap, but none of it is implemented yet. See Billing Profiles for current usage.
Assigning Billing Profiles
Prerequisites:
- You must be a workspace Owner
- You must have a Billing Profile
Steps:
- Navigate to workspace settings
- Find the billing section
- Click "Assign Billing Profile"
- Select from your Billing Profiles
- Confirm the assignment
Paid features are enabled immediately.
You Are Responsible for All Workspace Charges
You are responsible for all charges the workspace incurs, regardless of which member uses the services.
Managing Billing
Change Billing Profile
- Navigate to workspace billing settings
- Click "Change Billing Profile"
- Select a different profile
- Confirm the change
Remove Billing Profile
- Navigate to workspace billing settings
- Click "Remove Billing Profile"
- Confirm the removal
Removing Billing Disables Paid Features
Removing the Billing Profile from a workspace immediately disables all paid features for that workspace.
Multiple Workspaces
One Billing Profile can be assigned to multiple workspaces at once, for consolidated billing with a single invoice and a per-workspace breakdown in the billing portal.
API Reference
Roadmap
These endpoints aren't live yet and may still change. See Billing Profiles for how billing works today.
Get Billing Status
GET /v1/workspaces/{workspaceId}/billing
Authorization: Bearer <access-token>Assign Billing Profile
POST /v1/workspaces/{workspaceId}/billing
Authorization: Bearer <access-token>
Content-Type: application/json
{
"billingProfileId": "bp-123456"
}Remove Billing Profile
DELETE /v1/workspaces/{workspaceId}/billing
Authorization: Bearer <access-token>