v1

latestOpenAPI 3.0.0ISC License2026-07-17873443.7 KB
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

successboolean
apiKeystring

The new API key (store this securely)

Example response

{
  "success": true,
  "apiKey": "1234567890abcdef_fedcba0987654321"
}