Agent Errors
| Error Code | Description |
|---|---|
ERR_AGENT_NOT_FOUND | No BYO agent exists with the specified ID. |
ERR_AGENT_CREATION_FAILED | Failed to create the BYO agent. |
Tool Errors
| Error Code | Description |
|---|---|
ERR_TOOL_NOT_FOUND | No tool exists with the specified ID. |
Authentication Errors
| Error Code | Description |
|---|---|
AUTH_ERR_EMPTY_APIKEY | The apikey header is missing from the request. |
AUTH_ERR_APIKEY_NOT_FOUND | The provided API key is invalid. |
AUTH_ERR_NO_ACCESS | The API key doesn’t have the required scope. |