1000 cents of introductory credit. Workspaces bind to one billing account as their default billing source, and can optionally link additional billing accounts.
Account Routes
| Action | Endpoint |
|---|---|
| List owned billing accounts | GET /billing-accounts |
| Get billing account details | GET /billing-accounts/{billingAccountId} |
| Get billing account balance | GET /billing-accounts/{billingAccountId}/balance |
| Get billing account summary | GET /billing-accounts/{billingAccountId}/summary |
| Get billing account transactions | GET /billing-accounts/{billingAccountId}/transactions |
Workspace Binding Routes
| Action | Endpoint |
|---|---|
| List linked billing accounts | GET /workspaces/{workspaceId}/billing/accounts |
| Create and link billing account | POST /workspaces/{workspaceId}/billing/accounts |
| Link existing billing account | POST /workspaces/{workspaceId}/billing/accounts/link |
| Set workspace default billing account | POST /workspaces/{workspaceId}/billing/accounts/{billingAccountId}/default |
| Unlink non-default billing account | DELETE /workspaces/{workspaceId}/billing/accounts/{billingAccountId} |
Notes
- Balance and summary responses now include
billingAccountId. - Workspace-scoped billing endpoints still exist for product usage and checkout workflows.
- Account-level transaction history is the canonical cross-workspace ledger when multiple workspaces share one billing account.