Claron
    API KEYS
    Developer & API

    API Keys

    API keys are managed from Settings → Developer & API and are used for CLI auth and other scoped automation flows.

    CREATING A KEY

    The settings page includes fields for name, scopes, and optional expiration.

    AVAILABLE SCOPES

    project:read
    Read project metadata and settings
    project:write
    Write project-level changes
    annotation:read
    Read annotation records
    annotation:write
    Write annotation changes
    build:create
    Trigger builds
    build:read
    Read build status and history
    webhook:write
    Manage outbound webhooks
    workspace:read
    Read workspace-level data used by the app
    sdk:create
    Upload SDK source maps and deployments
    extension:create
    Authorize browser extension and start review sessions

    KEY LIST

    NamePrefixExpiresLast UsedActions
    Local Dev CLI
    sk-bd-dev...NeverJust now
    CI runner
    sk-bd-ci...Mar 20, 20262h ago

    CLI EXAMPLE

    claron
    bash
    claron auth sk-bd-<your-key>
    claron list
    claron view <annotationId>
    claron diff <annotationId>
    claron apply <annotationId>