Account limits
Developer API traffic is rate-limited by CREAO account. The active account run limit is shown in Developer Console on the dashboard. Limits are applied before execution starts. If a create-run request is rejected by rate limiting, no run is accepted. Agent create, replacement update, natural-language edit creation, workspace file upload or delete, secret writes, and skill install / enable / disable / refresh requests also have a narrower write limiter: 30 writes per account per hour. If a write is rejected by this limiter, no agent row is created or changed, no edit run is accepted, no workspace file is uploaded or deleted, and no skill is installed or toggled.IP limits
Developer Platform also applies an IP-level safety limit to protect the service from abusive traffic. This limit applies before account-specific routing.Handling 429
When you receive RATE_LIMITED, wait for the Retry-After header before retrying when the header is present.