One Connection Layer for Every Tool and Auth Flow
- Automatically selects the correct authentication flow per tool
- Supports OAuth variants, API keys, tokens, and other secure mechanisms
- Securely handles credential storage, scopes, and refresh cycles
- Fully white-labeled and embedded inside your product
Your product controls the experience.
Unizo handles authentication complexity.
No auth logic. No protocol headaches. No credential storage.
What Your Users Experience
A seamless four-step flow — fully managed by Connect UI inside your product.
Connect
User selects a tool from your integration catalog
Authenticate
Connect UI handles the right auth flow automatically
Validate
Connection is tested and confirmed working
Monitor
Health tracked, tokens refreshed, issues surfaced
This is what your users see — fully embedded, white-labeled, and managed by Unizo.
How Developers Use Connect UI
Configure once, embed anywhere. Two steps to production.
Configure once
Define branding, allowed tools, auth schemes, and domain preferences. Applies consistently across your product.
Embed in your app
<ConnectUI
configId="connect_ui_prod"
tenantId={customer.id}
onSuccess={(conn) => {
console.log("Connected:", conn.tool);
}}
/>No auth logic. No protocol branching. No credential handling.
Mode A: Bring Your Own Catalog
Your product controls how tools are listed. Connect UI handles only the authentication. Best for opinionated or workflow-driven products.
Mode B: Use Unizo's Catalog
Connect UI lists supported tools. End-users select and connect with fully managed auth. Fastest way to offer broad coverage.
Protocol-Aware by Design
Connect UI understands how each tool authenticates and adapts automatically.
- OAuth 2.0 (authorization code, refresh token, app-based OAuth)
- API keys and personal access tokens (PATs)
- Basic authentication
- Tool-specific secure token flows
As tools add or change authentication models, Unizo updates the flows behind the scenes, without changes to your product code.
Auto-detected authentication schemes
Secure Credential Handling, Built In
Connect UI removes a major security burden from your product.
This improves your product's security posture while simplifying audits and reviews.
Built for Engineers. Designed for Products.
Engineers
Get a clean, stable integration surface
Product Managers
Get faster onboarding and fewer edge cases
Security Teams
Get stronger guarantees and lower risk
All without rebuilding connection UI or authentication logic.