Skip to main content

Self-Service Onboarding

Get a staging API key in minutes through the Atomic Vaults Dashboard -- no sales call required.

How it works

  1. Register at the Dashboard with your company name, role, email, country, and intended use case
  2. Verify your email via the link sent to your inbox
  3. Receive your API key -- corporate emails are auto-approved; free email providers (Gmail, etc.) are flagged for a brief manual review
  4. Sign in to your dashboard to view your API key, account number, and seed data

Quick start

  1. Go to dashboard.atomicvaults.com/register
  2. Fill out the registration form
  3. Check your email and click the verification link
  4. Once approved, your staging API key (prefixed avs_stg_) and account number are emailed to you and available on your dashboard

Using your staging key

Include the key in every request via the X-API-KEY header (replace {BASE_URL} with the endpoint for your environment — see Environments & Base URLs):

curl -H "X-API-KEY: avs_stg_your-key-here" \
{BASE_URL}/balances

See the Authentication guide for full details.

Dashboard

After onboarding, sign in at any time via a magic link (passwordless). Your dashboard shows:

  • Your staging API key (can be regenerated if needed)
  • Your account number
  • Links to the API documentation

Next steps