Claron
    Settings
    Workspace Controls

    Settings

    Manage identity, GitHub connection, notifications, API keys, CLI onboarding, and workspace-level outbound webhooks from one place.

    SETTINGS TABS

    The settings page is organized into six tabs. Navigate between them to manage different aspects of your workspace.

    Profile & Workspace

    Update identity and contact details for your account or organization.

    VERIFYING WEBHOOK SIGNATURES

    If your workspace uses a webhook signing secret, verify incoming webhook requests on your receiver side using the same secret:

    verify.js
    javascript
    // Read the configured signing secret from your receiver.
    // Validate incoming webhook requests before processing them.