What Hub Provides
Gateway Registry
Register and monitor Ultra gateways across your organization. Track which gateways are online, their sync status, and health.
Synced Telemetry
Traces and audit events from all gateways are synced to Hub for team-wide visibility. One dashboard for all MCP traffic.
Organization Management
Manage organizations, teams, and workspaces. Invite members and control access.
Workspace Isolation
Group gateways into workspaces for environment separation (e.g., Development, Staging, Production).
Architecture
Getting Started
Sign up
Visit hub.ultra.security and create an account.
Complete onboarding
The onboarding wizard walks you through creating an organization, team, and workspace.
Hub API
Hub exposes a REST API for gateway management:| Endpoint | Description |
|---|---|
GET /health | Health check |
GET /api/v1/organizations | List organizations |
POST /api/v1/organizations | Create organization |
GET /api/v1/organizations/:org/teams | List teams |
GET /api/v1/workspaces | List workspaces |
POST /api/v1/gateways/register | Register gateway |
POST /api/v1/gateways/:id/sync | Sync gateway data |
POST /api/v1/gateways/:id/heartbeat | Gateway heartbeat |