Ultra Hub is the cloud control plane for managing MCP security across teams and organizations. It provides centralized visibility, gateway management, and team collaboration.Documentation Index
Fetch the complete documentation index at: https://docs.ultra.security/llms.txt
Use this file to discover all available pages before exploring further.
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
An organization can contain many teams, each with many workspaces, each with many registered gateways. Each developer runs Ultra locally as a gateway. Gateways link to a workspace and periodically sync traces and audit events to Hub. The Hub dashboard provides a unified view of all MCP activity.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 |