| 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 |
| List workspace-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} |
| Get balance | GET /workspaces/{workspaceId}/billing/balance |
| Create Stripe checkout | POST /workspaces/{workspaceId}/billing/checkout |
| Create x402 checkout | POST /workspaces/{workspaceId}/billing/checkout/x402 |
| Add credits | POST /workspaces/{workspaceId}/billing/credits |
| Get transactions | GET /workspaces/{workspaceId}/billing/transactions |
| Get billing summary | GET /workspaces/{workspaceId}/billing/summary |
| Get usage overview | GET /workspaces/{workspaceId}/billing/usage-overview |
| Read rate-limit status | GET /workspaces/{workspaceId}/rate-limits |
| Refresh rate-limit tier | POST /workspaces/{workspaceId}/rate-limits/refresh |