Settings

API keys

All optional. The app degrades gracefully — fuzzy-only matching runs without any keys. Keys you enter here live only in this browser tab (sessionStorage) and are cleared when the tab closes. Never written to the backend, the decisions log, or localStorage.

Session-only. No persistence. Close the tab and these values reset. For production, set them as environment variables on your Python API host.

Server-side integrations

HubSpot and Stripe calls run server-side via same-origin proxy routes. For production, set these as project secrets so keys never touch the browser. For quick demos, paste keys below — they're sent per-request as headers and live only in this tab's sessionStorage.

HUBSPOT_API_KEY

Private app token from HubSpot → Settings → Private Apps.

STRIPE_SECRET_KEY

sk_test_… or sk_live_… from Stripe Dashboard → Developers → API keys.