curl --request GET \
--url http://localhost:8080/api/agents/{agentId}/full \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Full agent data retrieved successfully",
"status": "success",
"error": null,
"data": {}
}Retrieves agent data using the full endpoint (current behavior).
curl --request GET \
--url http://localhost:8080/api/agents/{agentId}/full \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Full agent data retrieved successfully",
"status": "success",
"error": null,
"data": {}
}API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication