Function: resolveVendorKeys()
resolveVendorKeys(
options):Promise<ResolvedVendorKeys>
Defined in: packages/aiui-util/src/vendor-keys.ts:226
Resolve all three vendor keys, non-interactively and without ever throwing:
source mode: env → vault (unless skipped) → missing installed mode: vault (unless skipped) → missing
A skip decision beats the vault but NOT the env in source mode — a dev who exports a key has said so more recently and more directly than an old interview answer. missing covers both "decided vault but the entry is gone" and "never interviewed"; interactive callers (the launch gap-fill) distinguish those via the decisions, not this result.
Parameters
options
Returns
Promise<ResolvedVendorKeys>