Auth & Key Management
Create API key
Create a new DB-backed API key with optional tenant scoping and TTL.
POST
Creates a new API key in the SQLite-backed key store. The plaintext key is returned only once in the response — store it securely. Requires the master key (theDocumentation Index
Fetch the complete documentation index at: https://isol8.notdhruv.com/llms.txt
Use this file to discover all available pages before exploring further.
--key flag value). DB-backed auth must be enabled via --auth-db or config.
Human-readable label for this key.
Tenant identifier for multi-tenant isolation. Defaults to
"default".Key lifetime in milliseconds. Defaults to
auth.defaultTtlMs from server config.Unique key identifier (UUID). Use this for revocation.
Plaintext API key prefixed with
isol8_. Shown only once.The label provided at creation.
First 10 characters of the key followed by
... for display purposes.Tenant this key belongs to.
ISO 8601 expiration timestamp.