Manage API Keys
Create, rotate, and revoke API keys for authenticating with the VeldrixAI API.
Create a key
Navigate to Dashboard → API Keys → New Key. Give the key a descriptive name (e.g., production-app) and optionally restrict it to specific IP ranges.
API keys are shown only once at creation. Store them securely — treat them like passwords.
Key format
All VeldrixAI API keys follow this format:
vx_live_<base62-string> # Production
vx_test_<base62-string> # Sandbox / testingRotate & revoke
To rotate a key, click Rotate in the API Keys table. The old key is invalidated immediately. To revoke without replacement, click Revoke.
Was this page helpful?