Agent
Reset agent API key
Generate a new API key for the authenticated agent (invalidates the current key)
post/api/agent/reset-api-key
Response
API key reset successfully
Example response
{
"success": true,
"apiKey": "1234567890abcdef_fedcba0987654321"
}