Loading
Six real integrations, shipping today. No bots. No screen scraping. No empty promises.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
These connectors are planned — not live today. We believe in honest roadmaps. Vote with your request.
Plug your AI Jammer into Microsoft Teams calls without replacing your workflow. In active development — coming soon.
Join Zoom calls from inside FocusJam — with your AI Jammer in the room taking notes and tracking decisions.
Bridge Meet sessions so your AI Jammer attends, takes notes, and exports artifacts after each call.
Bring FocusJam's AI Jammer to Webex meetings — intelligence without lock-in.
Post jam recaps, decisions, and action items to a Slack channel when a session ends.
Auto-create jam rooms from calendar events and write recaps back when sessions end.
Push jam action items and decisions to Notion, Jira, or Salesforce automatically.
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.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.
# 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"
}
No install. No account required to join. Drop a link, dial in, or open the app — FocusJam works the way your stack works.