F O C U S J A M

Loading

Integrations

FocusJam is your sovereign meeting platform — not a plugin for someone else’s. Plug it into your calendar, your identity provider, your phone network, and your developer workflow. Your meetings, your infrastructure, your data.

SIP / PSTN dial-in Calendar invite links SSO / OIDC identity Session recording Bot protection API & artifact export
Available today

Live connectors

Six real integrations, shipping today. No bots. No screen scraping. No empty promises.

Live SIP / PSTN

Phone dial-in

Bring any phone caller into a jam via standard SIP trunks. No app required — just a dial-in number and a PIN. Powered by LiveKit SipClient, compatible with any SIP-capable trunk.

Live Google Calendar · Outlook · Apple Calendar

Calendar invite links

Drop a signed jam link into any calendar invite. Attendees join with one click — no FocusJam account needed. Issue single-use, multi-use, or email-bound tokens. Works wherever you paste a URL.

Live OIDC Enterprise

SSO & identity

Authenticate with Keycloak or FocusPass OIDC single sign-on. Lock jams to an invitee allow-list. Enterprise-grade access control — your IdP, your rules, zero third-party identity exposure.

Live MP4

Session recording

Record any jam to MP4 via LiveKit Egress. Recordings stay within your infrastructure boundary — no cloud upload, no third-party storage. Archive or share entirely on your own terms.

Live Bot protection

Bot challenge

Cloudflare Turnstile challenges suspicious join attempts before they reach the room. Privacy-friendly and invisible to real users — blocks automated attacks without a CAPTCHA friction wall.

Live Markdown · JSON

API & artifact export

Every jam produces a signed recap — notes, decisions, action items — exportable as Markdown or JSON. The token-server REST API automates invite creation, roster management, and artifact retrieval.

Step by step

How connecting works

1

Drop a link in any calendar invite

Create a jam in FocusJam and copy the signed invite link. Paste it into Google Calendar, Outlook, or Apple Calendar. Attendees join with one click — no app, no account, no friction.

2

Let phone callers dial straight in

Include the SIP dial-in number and PIN in the invite. Anyone on a phone — landline or mobile — dials in and participates just like any browser attendee. Powered by LiveKit SipClient.

3

Wire up SSO in one afternoon

Point your Keycloak or FocusPass OIDC provider at FocusJam's token server. Set your invitee allow-list. Your users authenticate with their existing identity — no separate FocusJam account required.

4

Call the API to automate the rest

Use the token-server REST API to generate invite tokens, retrieve session artifacts, and pipe jam recaps into your own tools — Markdown or JSON, your choice, on every session end.

On the roadmap

Coming to FocusJam

These connectors are planned — not live today. We believe in honest roadmaps. Vote with your request.

In active development

Teams bridge

Plug your AI Jammer into Microsoft Teams calls without replacing your workflow. In active development — coming soon.

Coming soon

Zoom bridge

Join Zoom calls from inside FocusJam — with your AI Jammer in the room taking notes and tracking decisions.

Coming soon

Google Meet bridge

Bridge Meet sessions so your AI Jammer attends, takes notes, and exports artifacts after each call.

Coming soon

Webex bridge

Bring FocusJam's AI Jammer to Webex meetings — intelligence without lock-in.

Coming soon

Slack notifications

Post jam recaps, decisions, and action items to a Slack channel when a session ends.

Coming soon

Calendar two-way sync

Auto-create jam rooms from calendar events and write recaps back when sessions end.

Coming soon

CRM & task writeback

Push jam action items and decisions to Notion, Jira, or Salesforce automatically.

Coming soon

Live translation

Real-time transcript translation so multilingual teams can jam without a language barrier.

Need something specific?

Priority is determined by demand — the more requests we get, the sooner it ships.
Request an integration
For developers

API-first from day one

FocusJam's token server exposes a clean REST API for everything your team needs to automate. Generate signed invite tokens, retrieve session artifacts, and integrate jam recaps into your own pipeline.

  • Signed invite tokens — single-use, multi-use, or email-bound
  • Session artifact export — Markdown & JSON recaps, decisions, action items
  • Artifact webhooks — trigger downstream systems when a jam ends
  • Self-hostable — your infrastructure, your keys, your audit logs
token-server · REST API v1
# Generate a signed invite token
POST /api/tokens
Authorization: Bearer <api_key>

{
  "jam_id":         "prod-strategy-q3",
  "mode":           "multi_use",
  "allowed_emails": [
    "[email protected]",
    "[email protected]"
  ],
  "ttl_hours":      48
}

# → 201 Created
{
  "token":      "fjt_abc123…",
  "join_url":   "https://join.focusjam.com/j/abc123",
  "expires_at": "2026-07-01T09:00:00Z"
}
Get started

Your next jam is one link away.

No install. No account required to join. Drop a link, dial in, or open the app — FocusJam works the way your stack works.