Open source · Now in private beta

The connector layer
for AI agents.

Open Connector is the open-source OAuth and token layer that lets your agents act on GitHub, Slack, Notion and more — with an encrypted vault and a tamper-evident audit trail for every call.

No spam. Double opt-in. We email you once when it's ready.

agent.ts
// One OAuth handshake — tokens stay in the vault.
const github = await connect("github", {
  scopes: ["repo:read", "issues:write"],
});

// Your agent acts. Every call is brokered + audited.
await github.issues.create({
  repo: "acme/web",
  title: "Flaky checkout test",
});
// → actor · scope · ts · hash-chained ✓
Why Open Connector

Give agents the keys — without giving up control.

OAuth, handled

Open Connector runs the OAuth dance and refreshes tokens for you. Users grant access once; your agents get scoped, least-privilege connections — no credential plumbing.

Encrypted token vault

Access and refresh tokens are sealed with AES-256-GCM and never leave your infrastructure. Agents act through brokered calls and never see a raw secret.

Tamper-evident audit

Every action writes a hash-chained record — actor, scope, timestamp, result. A compliance trail your security team can actually trust, built in from day one.

How it works

Three moving parts. One audited path to action.

  1. 01

    Connect

    Broker a scoped connection. The user completes OAuth once; the token lands in the vault.

  2. 02

    Act

    Your agent calls the typed connector API. Open Connector injects credentials server-side.

  3. 03

    Audit

    Each call appends a signed, hash-chained record — independently verifiable, append-only.

audit.journal · hash-chained verified
github.issues.create
agent:triage-botscope=issues:writesha256:1f42
slack.messages.post
agent:triage-botscope=chat:writesha256:2501
linear.issues.update
agent:revopsscope=issues:writesha256:2ac0
GHGitHubSlSlackDrGoogle DriveNoNotionLiLinearGmGmailStStripePgPostgresJiJiraHsHubSpotFiFigmaCaCalendarGHGitHubSlSlackDrGoogle DriveNoNotionLiLinearGmGmailStStripePgPostgresJiJiraHsHubSpotFiFigmaCaCalendar
Connectors

Plug into the tools your agents need.

A growing library of first-party connectors — and an open contract so you can add your own.

GHLive

GitHub

Issues, PRs, repos

SlLive

Slack

Messages & channels

DrBeta

Google Drive

Files & folders

NoBeta

Notion

Pages & databases

LiLive

Linear

Issues & cycles

GmBeta

Gmail

Threads & drafts

StSoon

Stripe

Customers & charges

PgSoon

Postgres

Read-only queries

JiSoon

Jira

Tickets & boards

HsSoon

HubSpot

Contacts & deals

FiSoon

Figma

Files & comments

CaBeta

Calendar

Events & invites

Be first to connect your agents.

Join the waitlist and we'll email you the moment Open Connector opens up. No spam, one message, double opt-in.