Steps
- Inspect the project subscription.
- Check current usage and limits.
- Review available credits.
- Check feature gates before using gated capabilities.
- Recheck limits after scheduled jobs, long agent runs, or deployments.
Try it with REST
Get current usage:GET /account/usage
Terminal
GET /account/usage/limits
Terminal
API surfaces
| Surface | Start here |
|---|---|
| REST | Usage, Credits, Gates |
| GraphQL | Usage Overview, Usage Summary |
| MCP | Get Usage, Get Usage Limits |
Verify
Confirm the remaining capacity covers the work you plan to run. Check warnings before starting repeated jobs or long-running agents.Usage surfaces
| Surface | Use it for |
|---|---|
| Subscription | Plan and billing state. |
| Usage | Metered project consumption. |
| Credits | Included or prepaid capacity. |
| Gates | Feature availability. |
| Limits | Warnings or blocks before overuse. |