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:
Link a provider
Sign in with any linked provider
Unlink
#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.
#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:
| Detail | Value |
|---|---|
| Prefix | pk_ |
| Storage | SHA-256 hashed — the raw key is never stored |
| Usage | Authorization: Bearer pk_...` or `X-API-Key` heade |