Live on Zoom · Google Meet · Microsoft Teams

AI Meeting Intelligence
That Works in Real Time

Drop a bot into any meeting. Get live transcripts, instant action items, coaching alerts, health scores, and deep analytics — all via API or dashboard.

Z Zoom
G Google Meet
T Microsoft Teams
SOC 2 ready
GDPR compliant
Q4 Planning · 32:14
Live
Sarah (CEO)
We need to finalize the go-to-market plan by end of month. Who's owning the launch deck?
Marcus (Marketing)
I'll have a draft ready by Thursday. Also looping in design for the assets.
⚡ AI — Action Items
just now
Marcus — Draft launch deck by Thursday
Marcus — Loop in design team for launch assets
🏆 Coaching: Sarah speaking 72% of the time — others may need space to contribute.
< 3s
Bot joins your meeting
99.9%
Uptime SLA
40+
Languages for transcription
REST API
One POST to start a bot

AI working during the call

Don't wait for the meeting to end. Get live insights, alerts, and transcripts as conversations unfold.

Live
🎙️

Live Transcription

Word-by-word transcription streaming in real time via WebSocket. Speaker-diarized, punctuated, and timestamped. Powered by Whisper.

Live

Live Action Item Extraction

Claude AI scans the transcript every 10 entries and extracts new action items in structured JSON — pushed over WebSocket instantly.

Live
🏆

Coaching Alerts

Detects dominant speakers in real time. If someone holds over 70% of talk time in a 5-minute window, a coaching alert fires via webhook.

Live
🌐

Real-Time Translation

Set a target language (BCP-47) on bot creation. Each transcript entry gets translated live via Gemini Flash and broadcast alongside the original.

Live
🔍

Competitor & Keyword Alerts

Define keywords and competitor names. JustHereToListen.io detects mentions in real time, runs sentiment analysis, and fires bot.live_keyword_alert webhooks.

Live
💬

Live Q&A on Transcript

Ask Claude a question about the meeting in progress. POST /bot/{id}/ask-live queries the accumulated transcript and returns an instant answer.


Deep intelligence,
after every call

Structured outputs — not just transcripts. Summaries, health scores, cost estimates, speaker breakdowns, and trend analysis.

Analytics

Meeting Health Score

A 0–100 composite score computed after every call. Weighs speaker participation balance, number of decisions made, action items captured, and whether the meeting ran over time.

Participation 30% Decisions 25% Action Items 25% Duration 20%
78 Health Score
💰

Meeting Cost Estimator

Pass an average hourly rate and headcount. JustHereToListen.io calculates total meeting cost in USD — surfaced in every bot response.

🔇

Quiet Participant Alerts

After the call, identify attendees who were present but barely spoke. Fires a coaching summary webhook with quiet participant names.

📊

Speaker Analytics

Talk time %, words per minute, turn count, and sentiment — per participant, per meeting.

🔄

Recurring Meeting Insights

Query /analytics/recurring to see health score trends, duration drift, and action item completion rates across a recurring meeting group.

📑

AI Summaries & Chapters

Claude generates structured summaries with key decisions, action items, and topic-based chapters with timestamps.

🏢

Org-Level Analytics

Total meeting cost, avg health score, meetings per week, quiet participant rate, platform breakdown — across your whole organization.


Built for teams
that care about security

PII redaction, role-based access, SAML SSO, and consent management — ready out of the box.

Enterprise
🔒

PII Detection & Redaction

Enable pii_redaction: true on any bot. JustHereToListen.io automatically detects and replaces emails, phone numbers, SSNs, and credit card numbers with [REDACTED] before storage and analysis.

Enterprise
🏛️

Workspaces & RBAC

Organize bots into workspaces. Assign members as viewer, member, or admin. Viewers read transcripts; only admins can delete bots or access billing.

Enterprise
🔑

SAML SSO

Plug in your IdP (Okta, Azure AD, Google Workspace) with SAML 2.0. Domain-locked accounts, automatic provisioning, and session management.

🤝

Participant Consent

Consent management built in. Track who has opted out, suppress their audio, and flag consent status per bot for audit trails.

📅

Calendar Auto-Join

Connect Google or Outlook calendars. JustHereToListen.io automatically dispatches a bot to every upcoming meeting — no manual API calls needed.

🗄️

Data Retention Policies

Set custom retention windows per workspace. Recordings, transcripts, and analyses are automatically purged after your configured TTL.

✓ End-to-end encryption
✓ SOC 2 Type II ready
✓ GDPR compliant
✓ SSRF protected API
✓ CSP + HSTS headers
✓ Exponential backoff

Ship in minutes,
not weeks

A clean REST API, sandbox keys, WebSocket streams, auto-generated SDKs, and a webhook playground.

api_demo.py
# 1. Create a bot — bot joins the meeting instantly response = requests.post( "https://api.meetingbot.dev/api/v1/bot", headers={"Authorization": "Bearer sk_live_..."}, json={ "meeting_url": "https://zoom.us/j/12345", "webhook_url": "https://yourapp.com/hooks", "pii_redaction": True, "translation_language": "es", "avg_hourly_rate_usd": 85, "keyword_alerts": ["competitor", "pricing"], } ) bot_id = response.json()["id"] # 2. Stream live transcript over WebSocket async with websockets.connect( f"wss://api.meetingbot.dev/ws/{bot_id}" ) as ws: async for msg in ws: event = json.loads(msg) # bot.live_transcript | bot.live_action_items # bot.coaching_alert | bot.live_keyword_alert handle_event(event) # 3. After the call — full analysis ready bot = requests.get(f".../bot/{bot_id}").json() print(bot["health_score"]) # 78 print(bot["meeting_cost_usd"]) # 42.50 print(bot["analysis"]["action_items"]) # [...]
Developer
🧪

Sandbox / Test Keys

Generate sk_test_ keys. Bots complete instantly with a pre-built demo transcript. Zero credits consumed. Perfect for CI/CD pipelines and integration testing.

Developer
🪝

Webhook Playground

Register webhooks with HMAC-SHA256 signing, test them live from the UI, inspect delivery logs with retry history, and filter by event type.

Developer
📦

Auto-Generated SDKs

Every release tag triggers a GitHub Action that downloads the OpenAPI schema and generates Python + JavaScript SDKs — automatically published to PyPI.


Works with your stack

💬
Slack
📝
Notion
📅
Google Calendar
🗓️
Outlook
🔀
Zapier
🧩
Make
📊
HubSpot CRM
🔗
Webhooks
🖥️
MCP Server

Three steps to full intelligence

1

POST to create a bot

Send the meeting URL, your webhook endpoint, and any options (PII redaction, translation language, cost rate). The bot joins within seconds.

2

Stream live events

Connect to the WebSocket for real-time transcript entries, action item flushes, coaching alerts, keyword matches, and translated lines.

3

Receive complete analysis

When the meeting ends, JustHereToListen.io fires your webhook with the full transcript, health score, AI summary, action items, chapters, and speaker stats.


Simple, usage-based pricing

Pay as you go with credits, or subscribe for a monthly bot allowance. No hidden fees — top up with card or USDC.

Free
$0/mo
Get started immediately. No card needed.
  • 5 bots / month
  • Live transcription
  • AI summary & action items
  • Sandbox / test keys
  • Webhook delivery
  • Live intelligence
  • PII redaction
Start free →
Starter
$29/mo
For individuals and small teams.
  • 50 bots / month
  • Live transcription & translation
  • Live action items & coaching
  • Meeting health score
  • Slack + Notion integrations
  • Calendar auto-join
  • Workspaces & RBAC
Get started →
Business
$199/mo
Unlimited scale with SSO, dedicated support, and SLA.
  • Unlimited bots
  • Everything in Pro
  • SAML SSO (Okta, Azure AD)
  • Org-level analytics
  • USDC crypto payments
  • SLA + dedicated Slack
  • Custom data retention
Contact sales →

All plans include pay-as-you-go top-ups · Accept credit card and USDC (ERC-20)


Your next meeting
deserves better notes

Free tier, no credit card, live in under 60 seconds. One API call. Full intelligence.