agent_not_found | The agent does not exist or is not owned by the caller. |
agent_not_ready | The backend is not ready for deployment. |
deploy_in_progress | A deployment is already running. |
endpoint_not_available | No endpoint URL is available yet. |
quota_exceeded | A quota has been reached. Limits may vary by workspace during the beta. |
missing_agent_api_key | Public invocation did not include an agent API key. |
malformed_agent_api_key | Public invocation did not use a bearer agent API key. |
invalid_agent_api_key | Public invocation used an unknown key. |
agent_api_key_revoked | Public invocation used a revoked key. |
agent_api_key_scope_mismatch | Public invocation used a key for another agent. |
not_deployed | The agent has no live endpoint yet. |
invalid_json | The request body was not valid JSON. |
endpoint_timeout | The deployed backend did not respond before timeout. |
endpoint_unreachable | AXTL could not reach the deployed backend. |