Type Alias: ByollmStoredCredential
type ByollmStoredCredential = object;Defined in: packages/sdk/src/index.ts:639
SK-SDK-011 — account-stored BYOLLM credential, the persistent
counterpart to the per-request byollm option (SK-SDK-010). The
option attaches a key to each ask() over x-nlq-byollm-key; these
verbs persist one credential server-side (sealed at rest per
GLOBAL-031) so every later session dispatches through it without
re-sending the key. One credential per account; setByollm upserts.
The key is write-only — it is never returned by any verb (last4 is
the sole display affordance, SK-APIKEYS-002).
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
last4 |
string |
packages/sdk/src/index.ts:642 |
model |
string |
packages/sdk/src/index.ts:641 |
provider |
string |
packages/sdk/src/index.ts:640 |
updatedAt |
number |
packages/sdk/src/index.ts:643 |