Sandboxed agents that grow corporate knowledge from your meetings and docs.
Real-time transcripts from Google Meet, Zoom, and Teams (Whisper included), fed to agents that build knowledge as code — fully self-hosted.
These docs cover Vexa 0.12. The hosted vexa.ai runs the 0.10 line today and will be updated to 0.12 soon — to try 0.12 now, self-host it below.
Why
Knowledge as code
Meetings and docs become Markdown in a versioned workspace.
Meetings: rich but uncaptured
The richest context in any org, captured before it’s lost.
CLI agents proved the pattern
Claude Code’s proven pattern, made safe and scalable.
Two domains, together or apart
Meetings and agents are separate domains, each with its own API — run either on its own, or compose them.Meetings
Plan, capture, and share meetings — calendar sync, auto-joining bots, real-time transcripts from
Google Meet, Zoom, and Teams. Usable standalone as a meeting API.
Agents
Sandboxed, scalable agents over your workspace. Put them to work on any knowledge — with or without
meetings.
Explore
Quickstart
Self-host the full stack with one
make all. Up in minutes on a single Linux host.Concepts
The primitives everything composes from — workspace, meeting, agent, container, identity, scheduler.
API reference
Dispatch agents, stream meetings, manage routines over HTTP.
Architecture
How dispatch, execution, streaming, and trust actually work.
What it does
- Captures meetings natively — real-time transcripts from Google Meet, Zoom, and Teams, no plugins or recorders. Whisper included.
- Meets you at your calendar — connect a secret ICS address and upcoming meetings import automatically; the bot auto-joins each one at start. Plan a meeting ahead and share its prep workspace with the people you’re meeting.
- Turns knowledge into code — meetings and emails become a living, Markdown workspace that agents treat as their working directory.
- Runs agents safely — every agent executes in an isolated, ephemeral container: no egress except through brokered tools, thousands in parallel, no lateral movement.
- Cloud-native deployment — self-host the whole stack with Docker Compose on a single Linux host.
- Stays in your environment — open-source, self-hostable, air-gappable, with bring-your-own inference. Recordings and agent state never leave infrastructure you control.
Try it
http://localhost:18056 (gateway) and the terminal web
workbench at http://localhost:13000. Full options — air-gapped, bring-your-own
inference — in Deployment.
Prefer to look before you build? Hosted vexa.ai runs the 0.10 line today; it moves to 0.12 soon. These docs describe the 0.12 stack you self-host above.