Loading KAIROXO page正在加载 KAIROXO 页面

KAIROXO
03/Documentation/Authentication
03/Authentication

Credentials & Targeting Parameters

KAIROXO uses standard HTTP Basic authentication over the proxy URL. Targeting modifiers are encoded as hyphenated segments inside the username, which keeps the wire protocol compatible with any HTTP, HTTPS, or SOCKS5 client without custom headers.

Credentials are scoped to a sub-account, which lets you isolate billing per project, revoke a single integration without touching the rest of your stack, and apply distinct ACLs. Rotate the password at any time from Settings > Credentials; old tokens stop working within 30 seconds without dropping in-flight TCP sessions.

ParameterTypeDescription
USERNAMEstringSub-account identifier issued in the dashboard. Scope tokens by project to isolate billing and ACLs.
PASSWORDstringRotating credential. Regenerate from Settings > Credentials; old tokens are revoked within 30 seconds.
countryISO-3166Two-letter exit country code, for example us, de, or jp. Combine with region or city for granular targeting.
sidstringSticky session identifier. Reuse the same sid to keep the same exit IP for up to 120 minutes.
check_circle
Best practice

Issue one sub-account per environment (dev, staging, prod) and one per workload. This makes billing attribution easier and contains blast radius if a token leaks.

warning
Avoid

Do not share a single credential across browser automation and backend crawling. The two workloads have different rotation needs and you lose the audit trail.

Loading KAIROXO page正在加载 KAIROXO 页面