Skip to main content
Error codes specific to the BYO Agent APIs.

Agent Errors

Error CodeDescription
ERR_AGENT_NOT_FOUNDNo BYO agent exists with the specified ID.
ERR_AGENT_CREATION_FAILEDFailed to create the BYO agent.

Tool Errors

Error CodeDescription
ERR_TOOL_NOT_FOUNDNo tool exists with the specified ID.

Authentication Errors

Error CodeDescription
AUTH_ERR_EMPTY_APIKEYThe apikey header is missing from the request.
AUTH_ERR_APIKEY_NOT_FOUNDThe provided API key is invalid.
AUTH_ERR_NO_ACCESSThe API key doesn’t have the required scope.