Web Interface
The final piece: a web interface for managing APIs, catalogs, credentials, and teams.
API Management
Upload OpenAPI specifications in JSON or YAML with automatic validation and operation extraction. View and edit metadata. Download specs in either format. Generate AI-written README documentation. Pin favorites for quick access.
Catalog Composition
Create catalogs that compose operations from multiple APIs. Add sources via search combobox. Configure filters to select which operations to include. Manage variables that parameterize operations at runtime.
Service Authorization
Connect AI agents to external APIs through three entry points: global connect (pick from any API), bridge-scoped (locked to specific API or catalog), service-scoped (locked to specific service within catalog). All paths merge to a single callback URL.
OAuth Realms
Centralized management of OAuth client credentials and provider-specific variations. The toolcog organization provides pre-configured realms for major services—these work even when APIs are incorporated into other catalogs.
Scope Management
Intelligent scope merging during authorization. The consent page shows scope sources: Requested, Granted, Required. Users control the final permission set.
Variant Management
Variant selector in bridge header. Create new variants with optional spec upload. Per-variant visibility and permissions.
Operation Browser
Browse operations with rich filtering: method, service, server, auth scheme, tag, deprecation. Group by method, tag, or auth. Search by name or description.
Operation Detail
Full operation documentation: method badge, server URL, path with template variables highlighted. Parameters with name, type, required status. Request body and response schemas with expandable type references.
Vector Search
Semantic search scoped to specific APIs or catalogs. Results show matching operations ranked by similarity with their matched phrases.
Rollups
Bridge sidebar shows counts for operations, servers, auth schemes, tags, overrides, intents, sources, targets. Lazily computed with throttled sync.
Credential Management
Progressive disclosure: select bridge, then service, then auth scheme. Type-specific fields. Status indicators for expired, expiring soon, refreshing.
Vault Linking
Escrow alert when another session wants to share credentials. Accept merges credentials. Enables multi-device sharing without re-authorizing every service.
API Keys
Create API keys with label and expiration. Secret displayed once. API keys authenticate MCP clients that don’t support OAuth.
Grant Management
List all active grants with type filtering. Revoke individually with immediate effect.
Member Management
List members with roles. Edit roles via dialog. Remove with confirmation. Pending invites section.
Command Palette
Unified search (⌘K) across documentation, APIs, catalogs, operations. Scope prefixes narrow results. Quick actions for common tasks.
Documentation
Browsable docs with sidebar navigation, auto-generated table of contents, theme-aware syntax highlighting.
Blog
Post listings with pagination. Author profiles. Tag-based filtering. Reading time estimates.
Changelog
Timeline-style changelog with sticky date headers. Shareable permalinks. Pagination for historical entries.