What Teams Can Configure
Back to Documentation
Zones
A zone is a named CSS selector that targets a specific part of your product's UI. Usivity operates only inside declared zones. You can create, rename, or remove zones from the dashboard without a code change.
Data Sources
Register the external API endpoints Usivity is allowed to call. Each entry includes the URL, HTTP method, auth type, headers, query params, body template, and response mapping. Usivity will not call any endpoint not on your approved list.
Branding
Control how Usivity presents itself inside your product: SDK title, primary color, accent color, welcome heading, welcome body text, and whether the hero screen is shown.
Security
Manage the domain allowlist that controls which origins can load your SDK, your HMAC SSO secret, and your API key. Requests from unlisted origins are rejected at the server.
SDK Embed Parameters
At load time you pass data-api-key (required), data-user-company (optional, stored only), and data-user-role (optional, stored only, not enforced). SSO users also pass data-user-id, data-user-email, and data-user-hash.
What Is Not Yet Available
Role-based access control for end users, per-account feature gating by tier or plan, and org-level default configurations are not yet built. These are on the roadmap.