Function: standardKeySources()
standardKeySources(
options?):KeySource
Defined in: packages/aiui-oracle/src/keys.ts:154
The canonical V1 chain — the three key flows, in the decided order:
- the user's PASTED key (trumps everything);
- the DEV key the Vite plugin injected (dev serve only — a static app under development just works, no server, nothing pasted);
- a MINT endpoint, when the app has one (cached, TTL-refreshed).
Compose the pieces yourself for a different order (the lab does, to force its mint flow ahead of the dev key).
Parameters
options?
StandardKeySourcesOptions = {}