Recurring work, on routines
A routine is a workflow that runs without you: on a schedule, or when something happens. Agents execute its steps, connectors and knowledge give them the context, and you review the results.

Built-in routines, ready to run
Long-running work, on routines
A routine is a workflow with loops, parallel branches and per-step models. This one runs every Monday morning on a cheap model and takes about forty minutes.
1name: overdue-invoices-monday2display_name: Overdue invoices, every Monday3description: Find last week's leads with unpaid invoices, call them, then follow up on every email they have.4archetype: platform-assistant5model: deepseek-v4-flash6steps:7 - title: Pull last week's leads from the CRM8 prompt: |9 List every lead created in the last 7 days from the connected CRM.10 Return a JSON array of {id, name, emails, phones}.11 - type: foreach12 title: Check each lead's invoices13 items: "{previous}"14 as: lead15 max_concurrency: 816 steps:17 - title: Read attachments and invoices18 prompt: |19 For {lead}: open every attachment, find invoices, sum what is owed20 and whether it is overdue. Return {id, owed, overdue, emails, phones}.21 - title: Keep only overdue22 model: gemini-3.5-flash23 prompt: From {previous} keep leads with overdue > 0. Return the JSON array.24 - title: Call them through the Sales Platform25 prompt: |26 Create a call campaign for {previous} with the "Collections" assistant27 and launch it. Return who was reached and who was not.28 - title: Follow up on every email29 prompt: |30 For everyone not reached in {previous}: create a 3-step follow-up31 sequence and send the first email to every address they have.
- Pull last week's leads from the CRM2,000 leads12 s
- foreach · 8 at a time · 2,000 items6,420 attachments read · 2,310 invoices found36 min
- Keep only overdue · gemini-3.5-flash312 leads owe $184,3004 s
- Call campaign through the Sales Platform312 calls queued · 125 reached2 min
- Follow up on every email187 sequences · 2,480 emails sent41 s
Pick the model per step. Prices are what you pay, per 1M tokens.
46 models in the catalog. Start typing on a model: line and the editor offers them as a dropdown.
When routines start
Schedules
Every morning, every Friday, every hour. Time zone aware, visible on the Tasks page.
Secret-link triggers
Paste a URL into a form tool or an outside service. When it is called, the routine runs.
App-event triggers
A payment lands in Stripe, an email arrives in Gmail, a task changes in ClickUp. Connected apps are watched for you.
You
Say what you need in the lobby. The Chief of Staff routes it to the right agent or routine.
The agents that ship in your workspace

| Chief of Staff | The front door. Routes your request to the right agent. |
| Sales Platform Wizard | Sets up and changes your sales assistant, channels and CRM. |
| Personal Assistant | Research, writing and everyday tasks for the owner. |
| Content Factory | Images, video and audio for ads and posts. |
| Content Director | Coordinates content specialists end to end. |
| Site Builder | Single-page sites and landing pages, published on a subdomain. |
| Skill Architect | Turns a workflow you describe into a reusable skill. |
| Bulk Text Worker | Fast, cheap processing of hundreds of records. |
What agents can use
Connectors
Gmail, Slack, Notion, HubSpot, Stripe, Jira, Linear, GitHub and more. Authorize once, enable per agent.
Skills
Built-in skills plus your own: instructions, scripts and references. Scripts run in a sandbox, never on the agent host.
Creative studio
40 photo looks, 16 scenes, 15 video-ad formats, before/after creatives and named camera moves, generated inside the workspace.
Knowledge and memory
Documents and catalogs per agent, plus memory that carries across runs.
Models
Gemini, Claude, GPT and Grok. Pick a model per step of a routine.
Sales tools
Agents can read and act on your Sales Platform: leads, chats, orders, outreach.
Build it from Claude Code or Codex
The MyChatBot plugin lets your coding agent inspect your account, author a routine, validate it and run a bounded preview before you activate a schedule or trigger. Nothing changes without an approved stage.
Build routines with Claude or CodexRun the first routine today
Every plan includes a monthly run budget. Start with a built-in routine and watch the per-step results.