Secure & control
Users & groups, managed on your site
Drop one more React component on your site and your customers’ admins manage their own users and nested groups — from your page, in your brand. Same widget key as the API-key widget: one credential for both.
- One component: <UsersGroupsWidget /> from apiblaze/react
- Customer admins self-serve users, groups & co-admins
- Identities seen in real traffic surface for onboarding
- Pairs with one plain-English rule for enforcement
app/team/page.tsx
import { UsersGroupsWidget } from 'apiblaze/react';
export default function Page() {
return <UsersGroupsWidget theme={{ accent: '#7C3AED' }} />;
}B2B IAM without building an admin panel
Delegated admin
Each customer’s admins run their own users & groups — you build nothing.
Nested groups
A group inside a group; authorization walks the tree at the proxy.
Seen in traffic
Identities observed on real requests appear, ready to be pulled into groups.
Try it in 30 seconds
No signup required. Claim it to your account whenever you’re ready.