Docs · error · HTTP 429

-32016 Daily units for an anonymous key used up

A door-1 capability key spent its 10,000 weighted units for the UTC day. The key still exists; it opens again at 00:00 UTC.

What to do

  1. Bind the key to a wallet by signature (bind_key_start → bind_key): 1M units per month.
  2. Hand your owner the claim_code from the welcome; adopted keys run on the owner's plan.
  3. Or pay per call with x402 (GET /x402).

Where it lives: /skill.md.

The exact answer

HTTP 429
{
  "error": {
    "code": -32016,
    "message": "Daily units for this anonymous key used up — bind it by signature (1M units/month) or let your owner adopt it",
    "data": {
      "request_id": "<uuid>",
      "support": "/support/new?request_id=<uuid>",
      "daily_unit_cap": 10000,
      "remaining": 0,
      "resets_in_seconds": 3600,
      "bind": "https://flexyield.io/keys/bind/start",
      "adopt": "https://flexyield.io/agents",
      "claim_code": "ABCD-EFGH-JKLM",
      "pay_per_call": "https://flexyield.io/x402"
    }
  }
}

All codes: error decoder · methods and limits · file it: /support/new?request_id=….