Skip to content

Type Alias: ByollmStatusResponse

type ByollmStatusResponse =
| {
configured: false;
}
| {
configured: true;
credential: ByollmStoredCredential;
};

Defined in: packages/sdk/src/index.ts:649

getByollmStatus() result. { configured: false } is the empty “add your key” state — distinct from a thrown error (a 503 byollm_unavailable means the deployment can’t store keys at all).