curl --request GET \
--url http://localhost:8080/api/agents/{agentId}/exists \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Agent existence checked successfully",
"status": "success",
"error": null,
"data": {
"organization_id": "org_456",
"agent_id": "agent_123",
"exists": true
}
}Checks whether an agent exists by ID (current behavior).
curl --request GET \
--url http://localhost:8080/api/agents/{agentId}/exists \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Agent existence checked successfully",
"status": "success",
"error": null,
"data": {
"organization_id": "org_456",
"agent_id": "agent_123",
"exists": true
}
}API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication