cd /news/ai-agents/agentcall-turn-any-coding-agent-into… · home topics ai-agents article
[ARTICLE · art-59885] src=agentcall.dev ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

AgentCall – turn any coding agent into a live meeting participant

AgentCall launches a tool that lets AI agents join Google Meet, Zoom, and Microsoft Teams as live participants, capable of speaking, listening, and collaborating. The platform supports voice-only, video, and screenshare modes, with real-time transcription and speaker diarization, while keeping agent intelligence running locally for privacy.

read7 min views1 publishedJul 15, 2026
AgentCall – turn any coding agent into a live meeting participant
Image: source

#

Turn any

AI agent into a

meeting

teammate.

AgentCall lets any AI agent join Google Meet, Zoom, and Microsoft Teams — speaking, listening, and collaborating like a real teammate.

One skill install. #

Your agent is in the meeting.

Install the skill, share your API key once, then tell your agent to join any meeting.

Live in < 2 minutes### Share your

API key.

Your agent will ask for your API key the first time. Get it from Dashboard → API Keys. Saved once, reused across sessions.

Tell your agent

to join.

"Join this meeting: https://meet.google.com/abc" — your agent is in the call, talking, listening, and working.

Read the Blog

Choose how your agent shows up. #

Three ways to participate — voice only, full video with a custom webpage as the bot's face, or audio plus screenshare.

Audio

Voice-only presence. Your agent hears everything and speaks when it has something to say. Clean and lightweight.

Best for: assistants, note-takers, voice agents### Webpage A/V

Render a custom webpage as your bot's video feed. Avatars, live dashboards, slides — anything in HTML becomes the agent's face.

Best for: branded bots, dashboards, visual displays### Webpage A/V + Screenshare

Audio, video, and screenshare at once. Your agent can present slides while narrating, walk through documents, share live demos.

Best for: presentations, training, live demos## Know who said what — as they say it.

Live transcripts with speaker names delivered the moment words are spoken. React to the conversation in real time.

Speaker diarization— know exactly who said what

Partial transcripts— live updates as people speak

Full retrieval— complete transcript after the call

Webhook or WebSocket— your choice of delivery

Meeting awareness — #

your agent stays in the loop.

Your agent talks like a teammate — no commands, no syntax. It hears what is said, who said it, and what is on screen — and acts when asked, in plain English.

Listens for

Speech Hears what each person says, transcribed live with speaker names

Who's there Knows who joins and who leaves the meeting

Who's talking Real-time on who's currently speaking

Chat Reads everything posted in the meeting chat

What's on screen Captures shared slides or content on demand

Acts on (just ask in plain English)

Speaks"Walk us through the Q3 numbers" → speaks naturally with the right voice and timing

Posts chat"Drop the GitHub link in chat" → posts the message

Raises a hand"Hold on, I want to add something" → raises the bot's hand

Screenshares"Share the dashboard" → starts a live screenshare

Shares a webpage"Send everyone the report" → drops a clickable link participants open in their own browser

Shows progress Live work-in-progress task list under its avatar while it works

Mutes"Mute yourself for this part" → toggles the mic

Leaves"Thanks, you can drop off now" → exits politely

Your data stays with you. #

Your agent's intelligence runs locally — on your machine, in your terminal or IDE. Reasoning, memory, decisions all live with you. AgentCall handles the meeting plumbing and stores nothing long-term. See our full Privacy Policy.

Your agent runs locally.

Not on our servers. Your prompts, your reasoning, your decisions — all on your machine. We never see them.

Transcripts stream in real time.

Delivered to your agent over WebSocket and not permanently stored on our servers. Or skip our transcription entirely and bring your own.

We never train on your data.

Not for our models, not for anyone else's. Your meetings are yours.

One skill for every platform & framework. #

AgentCall works with the meeting platforms your team uses, the agent frameworks developers build with, and the languages they already know.

Meeting platforms

  • Google Meet
  • Microsoft Teams
  • Zoom

Agent frameworks

  • Claude Code
  • OpenAI Codex
  • Cursor
  • Gemini CLI
  • Windsurf
  • GitHub Copilot
  • JetBrains Junie
  • OpenClaw

Localhost to meeting in seconds. #

Your agent builds a UI on localhost. AgentCall Tunnel makes it instantly accessible over the internet with a secure, temporary URL — and the bot loads it as its video feed.

HTTPS with wildcard TLS— secure by default

WebSocket pass-through— live updates supported

Random subdomain per session — no collisions

Auto-destroyed when the call ends

24-hour safety net— auto-expire built in

What will your agent do in the meeting? #

Teams are putting AI agents to work in meetings across every department. Here are the most popular patterns.

AI agent builders & AI employees

Give your agent a real seat in the meeting. Builders and AI employees use AgentCall to add voice, video, and live awareness to the agents they ship — no media stack to maintain, just an API call.

Meeting assistant & sales copilot

Joins the standup or the sales call, listens in real time, answers when addressed, surfaces product data on demand, takes notes, and logs a polished summary to your CRM.

Automated presentations

Joins with a slide deck as its video feed, narrates each slide via TTS, answers questions from the audience — no human presenter.

Interview bot

Conducts screening interviews autonomously. Asks prepared questions, listens, follows up naturally, returns a structured evaluation.

Customer support escalation

Joins automatically when a ticket needs a live call. Explains the issue context and assists with troubleshooting in real time.

Multi-agent collaboration

Put several agents in one meeting — one takes notes, one does lookups, one tracks action items. Independent yet coordinated.

Generous free tier. #

Then only what you use.

Six full hours of meeting time included. After that, pay-as-you-go from $0.35/hr — or bring your own transcription and voice stack to skip those add-ons entirely.

Free trial.

No card needed.

Six full hours of meeting time, every feature unlocked. Plenty of room to build, test, and ship.

  • 6 hours of meeting time included
  • Every mode and feature unlocked
  • No credit card required
  • Real-time transcripts, events, webhooks

Start free

Pay as

you go.

When you outgrow the free tier, pay only for the minutes your agent is actually in a call. Modular — billed per component, never bundled.

  • Meeting bot from $0.35/hr
  • Real-time English transcription — $0.12/hr
  • Voice intelligence — per minute
  • Text-to-speech — per generation minute
  • No subscription, ever

Bring

your own.

Already have transcription, TTS, or a voice stack you trust? Skip ours entirely. Only pay for the meeting bot.

  • Bring your own transcription
  • Bring your own TTS
  • Bring your own voice intelligence
  • Just pay the meeting bot rate

Common questions. #

Straight answers.

What is AgentCall? #

Which meeting platforms are supported? #

How does the agent know when to speak? #

tts.speak

with what it wants to say; the bridge handles timing. Voice intelligence waits for natural s, listens for the agent's name (collaborative mode), prevents barge-in by waiting for silence, and cuts the audio within ~1.5s if someone talks over the agent — tagging which sentence was interrupted so the agent can recover. You can customize the behaviour at any time by just telling the agent in plain English — wait longer before speaking, only respond when called by name, be more concise, whatever you want — the skill follows the agent's lead.## How can I make the agent respond faster?

/thinking low

gives faster responses with shallower reasoning, and /fast

(on Opus models) speeds up output without downgrading the model. For the highest intelligence with quick response, use /fast

on Opus. Other agents (Cursor, Codex, Gemini CLI, etc.) have similar model + mode controls. The model and mode you pick determine the speed and the depth of reasoning — the skill just runs whatever your agent does.## Does it work with agent frameworks like Claude Code?

What safety features are included? #

How much does it cost? #

What is AgentCall Tunnel? #

Turn your agent into #

a teammate.

Start building free. Your first meeting is minutes away.

── more in #ai-agents 4 stories · sorted by recency
── more on @agentcall 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/agentcall-turn-any-c…] indexed:0 read:7min 2026-07-15 ·