Platform
Errors And Rate Limits
Shared error model and retry behavior for Agent Mag hosted APIs.
Status: Planned.
Hosted Agent Mag APIs should return consistent errors across Web Intelligence, Creative APIs, and future tools.
Common Codes
| HTTP | Code | Meaning |
|---|---|---|
400 | invalid_request | Missing field, invalid URL, or unsupported option. |
401 | unauthorized | Missing or invalid API key. |
403 | forbidden | Key lacks access to the workspace or product. |
404 | not_found | Resource or job does not exist. |
408 | timeout | Worker could not complete within the allowed time. |
429 | rate_limited | Workspace, key, or endpoint limit exceeded. |
500 | internal_error | Unexpected server error. |