Open Connector

Open Connector

Connect AI agents to hundreds of services through one integration, without putting credentials in agent code.

Open Connector is an agent-first connector platform. Integrate once to connect AI agents to hundreds of services through a growing catalog of connectors and tools. It exposes the same platform through API, SDK, and MCP, while keeping third-party credentials under your control.

Start with the hosted console; self-host when you need to run the platform in your own environment. Both paths use the same project, connection, and tool-call model.

How it works

  1. Your agent authenticates with a project API key.
  2. Open Connector resolves a connected account and injects its credential server-side.
  3. The provider API receives the request; the agent receives the result, not the credential.

Choose your path

What it provides

FeatureDetail
Encrypted vaultAES-256-GCM at rest; self-hosted instances control CONNECTOR_ENCRYPTION_KEY
Composio SDK compatibleDrop-in replacement — same SDK, one baseURL change
Multi-auth typesOAuth2 (PKCE + refresh), API_KEY, and BASIC auth all supported
Tamper-evident audit trailSHA-256 hash chain — any tampered record breaks the chain
Self-hostableYour Postgres, your OAuth apps, your keys — no vendor lock-in
Open sourceFork it, audit it, contribute to it — see LICENSING.md
Agent-native authx-api-key header with scoped metadata per Project

Connector catalog

The catalog contains connector definitions and their available auth methods. A connector becomes usable only when its auth method is available on the target instance and you create an auth config for it. Browse Connectors before building against a provider.

Get started

Documentation map

  • Start here — SaaS quick start and the tenancy model.
  • Build agents — API keys, connections, tools, and Composio SDK compatibility.
  • Self-hosting — local development, environment configuration, database operations, and the Cloudflare production runbook.
  • API reference — live OpenAPI and Scalar endpoints for the connector platform.

On this page