Skip to content

Connector catalog

Connectors are how Gamut exposes broad tool access to agents without weakening the zero-trust architecture. Agents never call tools directly. Tools are registered, governed and invoked through Gamut Gateway after policy, permission, tenant, assessment and identity checks.

Each connector is a governed adapter with a defined contract, rather than a raw API call. A connector carries:

  • A stable tool name (for example siem.search_alerts).
  • An action type, the policy category, such as retrieve, report, ticket, notify or model.
  • A default risk tier for runtime classification.
  • A credential reference to a managed Gateway-side secret, never a raw secret in a workflow.
  • An endpoint policy, allowlisted destinations and safety rules.
  • Payload and response policies: accepted input shape and size, plus redaction and retention rules for outputs.
  • An audit policy, the fields recorded for every decision and invocation.

Because credentials live on the Gateway side and destinations are allowlisted, agents get capability without ever holding keys or reaching arbitrary endpoints.

Gamut ships with connector families spanning common enterprise needs. Availability and enablement depend on your plan & entitlements and workspace configuration.

FamilyTypical use
Model gatewayModel reasoning or generation (provider keys live only on Gateway).
Context (CAG)Retrieve governed Gamut workspace context, tenant-scoped.
Retrieval (RAG)Search approved knowledge stores with redaction policy.
MCP brokersBroker approved MCP tools with explicit per-tool scopes.
Configurable HTTPWire customer REST APIs without code changes.
WebhookSend bounded JSON events to approved destinations.
SIEM / SOARSecurity investigation context and incident workflows.
Ticketing & workCreate governed work items and agent tasks.
DocumentProduce governed workpapers and summaries.
DatabaseRead approved operational data under strict query policy.
Gamut writebackMaterialise approved findings and evidence requests into Gamut.
NotificationNotify approved recipients by email or chat.
CRMRead or update customer records under PII controls.
ProductivityMail, calendar, drive and directory APIs, path-scoped.
Content & wikiRetrieve or update approved knowledge stores.
Object storageRead or write scoped object storage.
Research & market dataNews, RSS and market research from allowlisted sources.
FinanceFinance or payment operations (critical risk, approval-gated).
Public channelsPublish approved content externally (approval-gated).

An agent can use a connector only when both authorisation layers align:

  • Tool permissions in Agentic CISO, the business decision that this agent may use this tool.
  • Connector registration and policy in Gateway, the technical capability, plus a policy that allows the requested action, context and payload.

Add the required approval gates and a valid scoped runtime token, and only then does the action proceed. This is the mechanism that lets Gamut offer broad reach safely.

Connectors are configured in the connector catalogue panel of the Workflow Studio launchpad. Configuring one is a governed, audited action that requires an editable session and the gateway-enforce permission. For each connection you provide:

  1. The adapter to use (for example a model gateway, an MCP tool broker, or a configurable HTTP adapter) and, where relevant, the provider.
  2. A connection name.
  3. The endpoint (an HTTPS destination, which must fall within the adapter’s allowlist policy).
  4. The credential (an API token or OAuth secret). The credential is encrypted in the browser to a Gateway public key and handed to Gateway custody; Gamut never stores it in plaintext and an agent never holds it.
  5. The explicit scopes, allowed actions and allowed data classes the connection may use.

Once saved, the credential is validated and the connector becomes available to permit to agents. A connection that has not passed validation, or whose credential is not in Gateway custody, surfaces as a runtime-readiness blocker in the Workflow Studio wizard. Tools that do not need an external credential (such as governed Gamut context retrieval) require no connector configuration.

Validated connections also populate the Governed target / connection selector when a Runtime Access Policy is authored for a compatible agent and adapter. Selecting from this catalogue binds the policy to an exact tenant-scoped connection; an arbitrary name cannot create a new runtime target or bypass connector readiness.