Getting Started

Generating an API Key

API keys are created and managed from the console, not from the /v1 API itself.

Create a key

  1. Sign in at dravenai.lat and go to Developers → API.
  2. Open API Keys.
  3. Select + Create API Key, give it a name, and choose an expiration.
  4. Complete the security check (Cloudflare Turnstile).
  5. Copy the key immediately — it's shown only once.
The full key value is never stored, only its hash — if you close the dialog without copying it, you'll need to create a new key. There's no way to reveal an old key again.

Key format

Keys look like sk-drv- followed by 64 hex characters. In lists (the console table, logs) only a short prefix is ever shown, e.g. sk-drv-a1b2c3..., so you can tell keys apart without exposing the secret.

Expiration options

Every key has an expiration — there's no option for a key that never expires. 90 days is the maximum.

ValueMeaning
7dExpires 7 days after creation.
30dExpires 30 days after creation.
90dExpires 90 days after creation (default, and the maximum).

Renaming and deleting

All key management happens on the same page. There's no "revoke" — a key is either active or gone:

All keys on an account share one rate-limit and token budget — see Rate Limits. Use multiple keys to separate environments or apps, not to get more quota.