Authorization header:
Creating Keys
- Go to Settings > API Keys in the Verial dashboard
- Click Create Key
- Copy the key immediately. It will not be shown again.
vk_ for identification.
Key Permissions
Keys inherit the permissions of the organization that created them. A key can only access resources within its organization.Using the SDK
The SDK accepts the API key at initialization:Security Best Practices
- Store keys in environment variables, not in source code or version control
- Rotate keys periodically and revoke any that may have been compromised
- Use separate keys for development and production environments
- Limit key distribution to the services that need API access
Error Responses
Requests without a valid API key return a401 Unauthorized response: