Set up the extension
Install the BusinessProxy Chrome extension (in the current beta, the package we provide), open Options and set the API URL unless it is pushed by policy, sign in from the popup, then click Connect. The extension registers the device key if needed and requests short-lived proxy credentials.
- Install the extension
- Set or receive the API URL
- Sign in and verify email
- Connect — policy applies automatically
A controlled session flow
The proxy session is device-bound and short-lived. Sensitive session endpoints are signed with a device ID, timestamp and ECDSA P-256 signature. The session response returns a proxy node, routing policy and random credentials with their own expiry.
- Device-signed session request (ECDSA P-256)
- Backend-issued routing policy
- Random short-lived credentials (~2 min TTL)
- Heartbeat, rotate and end
Your account password is never the proxy password
Account login and proxy access use different secrets. The extension receives random proxy credentials for the current session only. BusinessProxy validates those credentials server-side with a keyed one-way digest; the raw proxy secret is not stored.