Type Alias: KeyType
type KeyType = "pk_live" | "sk_live" | "sk_mcp" | string & object;Defined in: packages/sdk/src/index.ts:659
SK-APIKEYS-001 — three key types. The wire-level discriminant on
KeyRecord. Open-ended so a new type added server-side doesn’t
force an SDK bump to compile.