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"
}

Changes

No recorded changes to this endpoint across all 50 revisions of this API.