Skip to main content

auth.proto

Dual authentication system: Passkey/WebAuthn for interactive users, API keys for headless (CI, servers, automation).

Passkey / WebAuthn

PasskeyChallenge

PasskeyCredential

Verification Flow

API Keys

API keys are the primary authentication method for the Quint API.

Create API Key

The raw_key is returned only once during creation. It is hashed before storage and cannot be recovered.

Verify API Key

Key prefix: qk_ (Quint key)

Sessions

Validate Session

Sessions have a maximum 24-hour lifetime and are issued after successful authentication (either passkey or API key).