Variable.BARE_DOMAIN_REGEX
const BARE_DOMAIN_REGEX: RegExp;
Bare lowercase domain matcher (example.com, api.openai.com) — no
scheme, path, port, or whitespace. Shared source of truth consumed by
both the backend domainString schema below and the admin UI
(@keyban/types re-exports it for the agent-wallet creation wizard).