cURL
curl --request POST \ --url http://localhost:8080/api-keys \ --header 'X-API-KEY: <api-key>' \ --header 'X-API-SECRET: <api-key>'
{ "message": "<string>", "status": "<string>", "error": "<string>", "data": {} }
Creates a new API key (current behavior).
/api-keys
API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication
API key generated successfully