ChatGPT Enterprise
Add to your Connector Registry.
Admin-installed connectors appear in every member’s connector picker without them having to do anything. Business, Enterprise, or Edu tier.
Step 01
Add BankBridge in the admin console.
chatgpt.com/admin
1. chatgpt.com/admin → Connectors → Custom connectors → Add 2. URL: https://bankbridge.money/api/mcp 3. Authentication: Custom token 4. Header: Authorization: Bearer <member's bbk_ key> (Each member uses their own BankBridge API key — financial data is per-user, so there's no shared-credential mode.)
Step 02
Members sign in with their own keys.
BankBridge appears in the Connector picker for every member. Each user’s first invocation prompts them for their own API key — a bbk_ value from their BankBridge dashboard.
Step 03
Verify it works.
In any chat, once a member has pasted their key:
try this
show my accounts and balances
Per-user, not per-org
One BankBridge account = one person’s bank connections. The admin install makes the connector available org-wide; each member still links their own bank and grabs their own auto-provisioned API key from bankbridge.money/dashboard. No shared-credential mode.
Troubleshooting
401 Unauthorized on every call.
The API key is missing, typo'd, or got revoked. Check the Authorization header starts with `Bearer ` (note the space) and ends in a key you still own.
Fix: Paste a fresh key from Settings.
403 Forbidden.
Your BankBridge subscription is inactive (canceled or past-due), or your account has no connected banks.
Fix: Visit Settings to confirm your subscription is active.
Tools return a NO_CONNECTIONS warning.
You haven't linked a bank yet.
Fix: Visit Connect a bank — the bank-connect flow opens automatically, ~30 seconds.
Problems? Email hello@bankbridge.money.