Getting Your API Key
1
Sign in to your Dashboard
Go to verilock.io/dashboard and sign in with your account.
2
Navigate to API Keys
Open Settings > API Keys from the sidebar.
3
Create a new key
Click “Create API Key”, give it a descriptive name (e.g.,
Production Backend, Staging Server), and copy the generated key.Key Properties
Security Best Practices
Use environment variables
Store keys in
VERILOCK_API_KEY env vars. Never hardcode them in source code.Separate environments
Use distinct keys for development, staging, and production. Revoke keys when environments are decommissioned.
Rotate regularly
Rotate production keys quarterly. Create the new key, update your services, then revoke the old key.
Server-side only
Never include API keys in frontend code, mobile apps, or client-side JavaScript. All calls must come from your backend.

