MeetMind Logo

MeetMind

How it worksFeaturesPricing
Docs
Try Demo

Ship AI Agents That Speak In Meetings

MeetMind is the developer SDK for building voice-enabled AI participants that join Zoom and Google Meet. Not to record, but to actually participate

agent.py
from meetmind import Session, Persona
# Configure the agent persona
persona = Persona(name="Alex", tone="professional", mode="standard")
# Create a session with full context
session = Session(
platform="zoom", meeting_link="meeting_url",
persona=persona,
context=load_docs(["jd.pdf", "candidate.pdf"])
)
# Agent joins, listens, speaks, captures
result = await session.run()
print(result.scorecard, result.summary)
$ pip install meetmind-sdk
Try DemoGet API KeysView Docs

<500ms

Response latency

Relevance engine per turn

<10%

Word error rate

Transcription accuracy

99.9%

Uptime SLA

During business hours

<5min

SDK setup time

Install to first agent

30s

Auto-save interval

Notes synced continuously

How It works

Four Steps.
One Working Agent.

Step 01

Inject context before the call.

Upload documents, agendas, scorecards, and role descriptions. The agent arrives at the meeting fully briefed not cold.

Step 02

Agent joins the call

MeetMind connects to Zoom or Google Meet as an active, named participant, not a bot in the corner. It introduces itself and begins listening immediately.

Step 03

Listens, decides, speaks

The relevance engine scores every speaker turn. When the threshold is met it speaks, asking follow-ups, flagging gaps, holding the conversation naturally.

Step 04

Structured output, immediately

Session ends and a complete scorecard, AI summary, and queryable transcript are available instantly. No manual notes. No memory-dependent write-ups.

Quick Start

Up and running in 60 seconds

Three steps to a live AI agent...

01

Inject Context illustration

Inject Context

Provide agenda, documents, or candidate data before the session starts.

02

Connect to a meeting illustration

Connect to a meeting

Point the adapter at a Zoom or Google Meet link and run.

03

Get structured output illustration

Get structured output

Scorecard, summary, and queryable transcript ready instantly.

Everything to ship a voice agent

The SDK handles audio, context, relevance, and output. You build the product logic on top.

Platform adapters icon

Platform adapters

Plug-and-play connectors for Zoom and Google Meet. No custom connector needed.

Context injection icon

Context injection

Feed the agent documents, scorecards, and agendas before the call. It arrives informed.

Live voice participation icon

Live voice participation

The agent joins as a named participant, interacting with audio in real-time.

Relevance engine icon

Relevance engine

Decides when to speak passive, standard, or proactive modes with config thresholds.

Structured note capture icon

Structured note capture

Auto-saves decisions, action items, and open questions every 30 seconds.

Post-session query icon

Post-session query

Natural language search over the session record. Ask anything, get a direct answer.

Your Agent. Your Rules

Every behaviour is configurable. Set the tone, mode, verbosity, and interruption threshold to match your exact use case.

Every parameter maps directly to the Persona() constructor. Changes to tone, mode, and verbosity affect how the agent speaks — not just when.

Interruption threshold controls how long the agent waits for a natural pause before speaking. Lower values feel conversational. Higher values suit formal sessions.

persona_config.py
persona = Persona(name="John",
tone="professional",
mode="standard",
verbosity="medium",
interruption_pause="3s",
auto_record=True,
handle_unknown=False,
)

Start free. Scale when ready

The core SDK is open source and free forever. Managed infrastructure when you need it.

Starter

$0

Open source self-hosted

Get Started
  • Full SDK access
  • Zoom & Google Meet adapters
  • Unlimited local sessions
  • Community Support
Most PopularPro

$89

Managed API. no infra needed

Start Free Trial
  • Everything in free
  • Managed cloud API
  • Higher rate limits
  • Priority Support
Enterprise

Custom

For large organizations with advanced security and compliance needs.

Talk to us
  • Everything in Pro
  • Private deployment
  • 99.9 uptime SLA
  • Dedicated onboarding

Your agent. A live call. This week

MeetMind gives you the participation infrastructure. You bring the product idea. Ship in days, not months.

Try DemoView Docs
DocumentationGithubChangelogPrivacySDK2026V0.10
MeetMind SymbolMeetMind Text

© 2026 MeetMind LTD. All rights reserved.