Documentation
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

HTTPCodeMeaning
400invalid_requestMissing field, invalid URL, or unsupported option.
401unauthorizedMissing or invalid API key.
403forbiddenKey lacks access to the workspace or product.
404not_foundResource or job does not exist.
408timeoutWorker could not complete within the allowed time.
429rate_limitedWorkspace, key, or endpoint limit exceeded.
500internal_errorUnexpected server error.

On this page