Agent APIcoming soon
Drive a running Meetily app from scripts and AI agents over a local HTTP API, CLI, and Python SDK.
Coming soon
The Agent API is not yet available in a public Meetily release. These pages describe the shipping design so you can plan your integrations; the feature will light up in an upcoming version.
The Agent API is a local door that lets scripts and AI assistants drive Meetily: read your meetings, transcripts, and summaries, start and stop recording, run jobs, and get notified when things happen. Everything stays on your machine unless you turn on LAN access.
What you can automate
Summarize every meeting automatically
List meetings, pull transcripts, and regenerate summaries from a script.
Get pinged when a summary is ready
Register a webhook and Meetily calls it the moment a recording, job, or summary finishes.
Summarize a recording made elsewhere
Feed in audio from another tool and let Meetily transcribe and summarize it.
Connect Claude Desktop to your meetings
Let an AI assistant read and act on your meetings directly, no scripting required.
Back up all your meetings
Export every meeting, transcript, and summary in bulk.
Turn it on
Enable it in Settings, then Integrations. It has a Pro license gate and is off by default. Restart Meetily to apply. It runs on your machine only (127.0.0.1:8420) until you also turn on LAN access.
Ways to drive it
- The
meetily-proCLI, for one-off commands from a shell or agent. curlor any HTTP client, for full control.- The Python SDK, for scripts and long-running receivers.
- AI assistants over MCP, like Claude Desktop.
Words you will see
| Term | What it means |
|---|---|
| Scope | What a token is allowed to do: read, record, write, delete, or admin. |
| Webhook | An HTTP callback Meetily sends you when an event happens. |
| SSE | A live stream you can wait on for a single event. |
| MCP | The protocol an AI assistant, like Claude Desktop, uses to connect. |
| Pairing | Approving another device to connect over your network. |
Start here
Quickstart
Enable the gateway, find your token, make your first call.
Capability preflight
The health and whoami check every automation runs first.
Endpoint reference
Every endpoint, grouped by resource.
Last updated on
