insufficient_credits

Your team has exhausted all add-on credits for cloud agent usage. Purchase more credits from your team's billing settings to continue.

The insufficient_credits error occurs when your team has no remaining add-on credits to run cloud agents or integrations.


Details

  • HTTP Status: 403 Forbidden

  • Retryable: No

  • Task State: FAILED


When does this occur?

This error is returned when:

  • Your team's add-on credit balance has reached zero

  • A cloud agent task, scheduled run, or integration-triggered run (Slack, Linear) attempts to start but cannot be billed

Cloud agent runs consume credits based on usage. When credits are depleted, no new runs can start until credits are replenished.


Example response

{
  "type": "https://docs.warp.dev/reference/api-and-sdk/troubleshooting/errors/insufficient-credits",
  "title": "Your team has run out of add-on credits. Purchase more credits in your team's billing settings to continue.",
  "status": 403,
  "instance": "/api/v1/agent/tasks",
  "error": "Your team has run out of add-on credits. Purchase more credits in your team's billing settings to continue.",
  "retryable": false,
  "trace_id": "abc123..."
}

How to resolve

  1. Go to your team's billing settings in the Oz web apparrow-up-right or Warp desktop app.

  2. Purchase additional add-on credits.

  3. Retry the failed operation.

If you are not a team admin, contact your team admin to purchase credits.


Last updated

Was this helpful?