Documentation Index
Fetch the complete documentation index at: https://docs.veri.studio/llms.txt
Use this file to discover all available pages before exploring further.
Create API Key
Create a new API key for SDK or direct API access. The full key is returned once — save it immediately.Request
Response
List API Keys
List all active (non-revoked) keys for the current user.Maximum number of keys to return.
Cursor for pagination. Pass the ID of the last item from the previous page.
Request
Response
The full key is never returned in list responses — only the prefix for identification.
Revoke API Key
Revoke a key immediately. It will stop working on the next request.Request
Response
Security
- Keys are prefixed with
vk_for easy identification - Only the SHA-256 hash is stored — plaintext is never persisted
last_used_atis updated on every API request- Revoked keys are kept in the database for audit but immediately stop authenticating
- Store keys in environment variables or
~/.veri/credentials.json(created byveri login)