Initial Setup
Sign in to Token Vault, choose a vault mode, and add your first credential.
This guide walks you through going from zero to a working vault in under five minutes.
Sign In
Token Vault uses Google authentication. Go to tokenvault.uk/login and sign in with your Google account. No separate registration is required. Your account is created automatically on first sign-in.
After signing in you will land on the command center dashboard. Since no vault is configured yet, it shows a setup prompt with a link to configure your vault.

Choose Your Vault Mode
Open Settings > Vault and run the setup wizard. You will be asked to choose between two vault modes:

Platform Mode
Simple setup, zero config. Token Vault stores and encrypts your credentials and manages the encryption key. Best for getting started quickly.
Webhook Mode
Full data sovereignty. Your credentials are stored on your own server via the webhook. Your webhook owns the encryption key, so Token Vault never sees your credentials. Includes a kill switch.
Not sure which to pick?
Start with Platform Mode. You can switch to Webhook Mode later without losing your tokens. See the Vault Modes comparison for a detailed breakdown.
Add Your First Token
Once your vault is configured, go to the Tokens page and add a credential:
- OAuth flow - click "Connect GitHub", "Connect Google", or another provider button under "Token Vault Managed Logins". Token Vault handles the OAuth exchange and stores both the access token and refresh token.
- Manual entry - click "Add Custom Token" and paste any API key or Personal Access Token (PAT).
OAuth tokens are automatically refreshed when they expire. Manual tokens must be rotated by hand. See Token Management for details on token types and refresh behaviour.
After adding a few tokens your tokens page will look like this:

Next Steps
With your vault set up and a token stored, you can now: