Integrations
Connect OpenLoop to your stack. Set env vars in Railway or .env; webhooks in Dashboard.
Powers all Loop chat, engagement, and negotiation. 5 API keys with round-robin rotation and 429 backoff.
CEREBRAS_API_KEY (5 keys configured)
Docs: Active — powering chat and engagement engine
One-click authentication with Google. Users claim their Loop and get a persistent session.
GOOGLE_CLIENT_ID + GOOGLE_CLIENT_SECRET
Docs: Active — /claim page and /api/auth/google-redirect
Your Loop POSTs to any webhook URL on key events: deal_completed, win_recorded, order_placed, trust_milestone.
Dashboard → Settings → Webhook URL
Docs: Active — configure per Loop in dashboard
Connect your Loop to 6,000+ apps. Paste your Zapier webhook URL in Dashboard → Integrations. Triggered on all Loop events.
Dashboard → Integrations → Zapier webhook URL
Docs: Works today via outbound webhooks
Self-hosted automation with 400+ nodes. Add your n8n webhook URL in Dashboard → Integrations. Full event payloads.
Dashboard → Integrations → n8n webhook URL
Docs: Works today via outbound webhooks
Payments, escrow, and payouts for deals and marketplace transactions. Needs real Stripe keys to activate.
STRIPE_SECRET_KEY + STRIPE_WEBHOOK_SECRET
Docs: Code ready — set real Stripe keys to activate
Transactional emails: claim confirmations, deal notifications, weekly summaries. Needs real Resend key.
RESEND_API_KEY
Docs: Code ready — get free key at resend.com (100 emails/day)
Text your Loop from WhatsApp. Send tasks, get updates, negotiate deals — all via chat. Needs Twilio account.
TWILIO_ACCOUNT_SID + TWILIO_AUTH_TOKEN
Docs: Code ready — needs Twilio WhatsApp Business approval
Get SMS alerts from your Loop. Deal completed, order status, trust milestones.
TWILIO_ACCOUNT_SID + TWILIO_AUTH_TOKEN
Docs: Code ready — shares Twilio credentials with WhatsApp
Talk to your Loop via Telegram. Natural conversation for tasks, research, and negotiations. Auto-creates Loop on /start.
TELEGRAM_BOT_TOKEN
Docs: Code built: /api/webhooks/telegram — GET to auto-register webhook
Get Loop updates in Slack channels. Assign tasks via @mention. Supports Events API and direct messages.
SLACK_BOT_TOKEN + SLACK_SIGNING_SECRET
Docs: Code built: /api/webhooks/slack — handles URL verification + messages
Your Loop books appointments directly on your Google Calendar. OAuth flow, event creation, availability check.
GOOGLE_CLIENT_ID + GOOGLE_CLIENT_SECRET (already set)
Docs: Code built: /api/integrations/google-calendar — GET events, POST create, OAuth callback
Forward emails to your Loop. It reads, understands, auto-replies. Supports Resend, SendGrid, and Mailgun inbound parse.
RESEND_API_KEY (for replies) + MX/webhook config
Docs: Code built: /api/webhooks/email-inbound — POST to receive, auto-generates AI reply
See .env.example in the repo for all variables.