Account Settings

Profile, linked sign-in methods, subscription management, and API keys.

Your account page (/account, reachable from the user menu in the top-right of the dashboard) manages everything about your Vergate identity and billing.

#Profile

Name — update your display name; it appears in the sidebar and on reports.
Avatar — paste an image URL to set a custom avatar. Leave it blank to use your initials.

#Linked Accounts

You can sign in with email/password, Google, Microsoft, or GitHub, and link multiple providers to the same account:

  • 1

    Link a provider

    Click Linknext to a provider. You'll be redirected to that provider to authorize.
  • 2

    Sign in with any linked provider

    Once linked, any of your sign-in methods open the same account.
  • 3

    Unlink

    Click Unlink to remove a provider. You can't remove your last sign-in method — if you have no password, link another provider or set a password first.
  • #Subscription

    The subscription card shows your current plan and status. From here you can:

    Manage billing — opens the payment provider's customer portal to update payment methods or change plans.
    Cancel subscription — cancels at the end of the current billing period. Your paid features remain active until then.

    Warning. Cancelling does not delete your data — it just downgrades your plan at the end of the period. You can resubscribe anytime.

    #Usage

    Usage cards show your free scans remaining and projects used vs. your plan limit. Free and starter plans have limits; upgrading raises them.

    #API Keys

    API keys are how scripts and the MCP server authenticate. Create a key, and copy it immediately — the raw value is only shown once and stored hashed:

    DetailValue
    Prefixpk_
    StorageSHA-256 hashed — the raw key is never stored
    UsageAuthorization: Bearer pk_...` or `X-API-Key` heade
    Caution. If you lose an API key you can't recover it — revoke it and create a new one. Keys are never recoverable from Vergate.