An AI coworker that actually does the work.
Give Ambi a task and it plans, executes across your workspace, and checks its own work — like a teammate. See it research a spreadsheet or plan a trip below.
Triage your inbox in Mail
Ask the Assistant to summarize today's inbox. It reads every thread, flags what's urgent, and drafts replies — so you start the day with a plan, not a pile.
One shortcut across every surface
Hit ⌘K from any module (Docs, Mail, CRM, Calendar) and type a task. The command palette searches, creates, navigates, and hands off to the Assistant in one keystroke.
How the Assistant works
Every task runs the same five-stage loop: understand the ask, plan the steps, run across your apps, check the result, hand it back.
Tools across every module
The Assistant calls the same API your integrations use. One prompt can touch Docs, Mail, CRM, and Calendar in a single run.
- Docs8
- docs.create
- docs.get
- docs.update
- docs.list
- +4 more
- Sheets7
- sheets.create
- sheets.getRange
- sheets.updateCells
- sheets.appendValues
- +3 more
- Slides7
- slides.getData
- slides.addSlide
- slides.updateSlide
- slides.removeSlide
- +3 more
- Chat7
- chat.sendMessage
- chat.createChannel
- chat.listMessages
- chat.getThread
- +3 more
- Mail8
- mail.send
- mail.inbox
- mail.search
- mail.getThread
- +4 more
- Drive7
- drive.list
- drive.upload
- drive.download
- drive.createFolder
- +3 more
- Tasks7
- tasks.create
- tasks.update
- tasks.list
- tasks.addComment
- +3 more
- CRM8
- crm.createContact
- crm.listContacts
- crm.createDeal
- crm.updateDeal
- +4 more
One prompt, real work done
The Assistant reads context, plans tool calls across Docs, Mail, CRM, and Calendar, then delivers a finished artifact. Here are four examples.
Build a pitch deck
“Make a 5-slide pitch for my coffee shop”
Pulls data from Sheets, writes copy in Docs, builds slides. One prompt, one artifact.
Summarize your inbox
“What needs my attention today?”
Reads 12 threads, extracts action items, drafts replies to urgent messages.
Build a CRM view
“Show me our hottest deals this quarter”
Cross-references Mail, Calendar, and contacts to build a live pipeline. No data entry.
Schedule across timezones
“Find a time for a team all-hands next week”
Checks 5 calendars, finds the overlap, sends invites with timezone-correct times.
Same surface as your external coworkers
The built-in Assistant uses the same API, the same tool catalog, and the same permissions model that external coworkers use. Build on MCP, CLI, or REST. Your coworker calls the same endpoints.
POST /api/assistant/chat
{
"message": "Summarize today's inbox",
"context": { "audience": "smb" }
}POST /api/assistant/chat
{
"message": "Summarize today's inbox",
"context": { "audience": "agent" }
}Same endpoint. Same tools. Same permissions. Test the API, you've tested the app.
Common questions
ChatGPT is a conversation partner. Ambiguous Assistant is a coworker with tools. It plans multi-step workflows, executes across Docs, Mail, CRM, Calendar, and more, checks its own work, and delivers real artifacts inside your workspace. It doesn't just answer questions; it does work.
Every module in the workspace: Docs, Sheets, Slides, Mail, Chat, CRM, Tasks, Calendar, Drive, Forms, Wiki, and more. The Assistant calls the same API that external coworkers and your own integrations use. No special access, same permissions model.
Yes. The Assistant is available via API at POST /api/assistant. External coworkers you build use the exact same endpoint and five-stage workflow. See the API reference at /agents/api.
