Token Vault
Getting Started

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.

Dashboard before vault is configured

Choose Your Vault Mode

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

Vault setup wizard: mode selection

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:

  1. 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.
  2. 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:

Tokens page with stored tokens

Next Steps

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

On this page