You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copilot is the AI assistant built into every workflow editor. It is scoped to the workflow you have open — it reads the current structure, makes changes directly, and saves checkpoints so you can revert if needed.
@@ -15,7 +16,7 @@ For workspace-wide tasks (managing multiple workflows, running research, working
15
16
Copilot is a Sim-managed service. For self-hosted deployments, go to [sim.ai](https://sim.ai) → Settings → Copilot, generate a Copilot API key, then set `COPILOT_API_KEY` in your self-hosted environment.
16
17
</Callout>
17
18
18
-
{/* TODO: Screenshot of the workflow editor with the Copilot panel open on the right side — showing a conversation with a workflow change applied. Ideally shows a message from the user, a response from Copilot, and the checkpoint icon visible on the message. */}
Describe a document, presentation, image, or visualization and Mothership creates it — streaming the content live into the resource panel as it writes. Attach any file to your message and Mothership reads it, processes it, and saves it to your workspace.
{/* TODO: Screenshot of Mothership with the File Write subagent active — file content streaming into the resource panel in split or preview mode. Shows the live streaming preview experience as a document is being written. */}
12
+
Describe a document, presentation, image, or visualization and Mothership creates it — streaming the content live into the resource panel as it writes. Attach any file to your message and Mothership reads it, processes it, and saves it to your workspace.
12
13
13
14
## Uploading Files to the Workspace
14
15
15
16
Attach any file directly to your Mothership message — drag it into the input, paste it, or click the attachment icon. Mothership reads the file as context and saves it to your workspace.
16
17
17
-
{/* TODO: Screenshot of the Mothership input area showing a file attached — e.g., a PDF or image thumbnail visible in the input before sending. */}
18
-
19
18
Use this to:
20
19
- Hand Mothership a document and ask it to process, summarize, or extract data from it
21
20
- Upload a CSV and have it create a table from it
@@ -48,6 +47,8 @@ Open a file using `@filename` or the **+** menu, then describe the change:
48
47
49
48
## Presentations
50
49
50
+
<Imagesrc="/static/mothership/pptx-example.png"alt="Mothership resource panel showing a generated Mothership-Use-Cases.pptx file open with the title slide and first use case slide visible"width={900}height={500} />
51
+
51
52
Mothership can generate `.pptx` files:
52
53
53
54
- "Create a pitch deck for Q3 review — 8 slides covering growth, retention, and roadmap"
@@ -58,8 +59,6 @@ Mothership can generate `.pptx` files:
58
59
59
60
The file is saved to your workspace and can be downloaded.
60
61
61
-
{/* TODO: Screenshot of the resource panel with a generated .pptx file open or a download prompt visible, showing the file name and confirming it was saved to the workspace. */}
62
-
63
62
## Images
64
63
65
64
Mothership can generate images using AI, and can use an existing image as a reference to guide the output:
@@ -73,7 +72,7 @@ Mothership can generate images using AI, and can use an existing image as a refe
73
72
- Attach an existing image to your message, then describe what you want: "Generate a new version of this banner with a blue color scheme instead of green"
74
73
- "Create a variation of this diagram with the boxes rearranged horizontally [attach image]"
75
74
76
-
{/* TODO: Screenshot of the resource panel showing a generated image open as a file tab — ideally with the image rendered in the viewer panel. */}
75
+
<Imagesrc="/static/mothership/image-example.png"alt="Mothership resource panel showing a generated hero image of a Mothership-branded blimp flying over San Francisco at golden hour, alongside the chat response linking the file"width={900}height={500} />
77
76
78
77
Generated images are saved as workspace files.
79
78
@@ -85,7 +84,7 @@ Mothership can generate charts and data visualizations from data you describe or
85
84
- "Create a line chart of token usage over the past 30 days from this data [paste data]"
86
85
- "Generate a pie chart showing the distribution of lead sources from the leads table"
87
86
88
-
{/* TODO: Screenshot of a chart or visualization rendered in the resource panel as a file. */}
87
+
<Imagesrc="/static/mothership/chart-example.png"alt="Mothership resource panel showing a generated chart file with bar charts for backend 5xx errors and error rate over time"width={900}height={500} />
89
88
90
89
Visualizations are saved as files and rendered in the resource panel.
91
90
@@ -104,7 +103,7 @@ Results come back directly in the chat. Ask Mothership to save the output as a f
104
103
105
104
When a file opens in the resource panel, you can switch between three views:
106
105
107
-
{/* TODO: Screenshot of the file viewer in the resource panel showing the mode selector (editor/split/preview), ideally in split mode with a markdown file showing raw content on the left and rendered preview on the right. */}
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/mothership/index.mdx
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,12 @@ description: Your AI command center. Build and manage your entire workspace in n
4
4
---
5
5
6
6
import { Image } from'@/components/ui/image'
7
+
import { Video } from'@/components/ui/video'
7
8
import { FAQ } from'@/components/ui/faq'
8
9
9
-
Describe what you want and Mothership handles it. Build a workflow, run research, generate a presentation, query a table, schedule a recurring job, send a Slack message — Mothership knows your entire workspace and takes action directly.
{/* TODO: Screenshot or GIF of the full Mothership home page — chat pane on the left with a conversation in progress, resource panel on the right with a workflow or file tab open. Hero shot for the page. */}
12
+
Describe what you want and Mothership handles it. Build a workflow, run research, generate a presentation, query a table, schedule a recurring job, send a Slack message — Mothership knows your entire workspace and takes action directly.
12
13
13
14
## What You Can Do
14
15
@@ -44,6 +45,8 @@ For complex tasks, Mothership delegates to specialized subagents automatically.
44
45
45
46
Bring any workspace object into the conversation via the **+** menu, `@`-mentions, or drag-and-drop from the sidebar. Mothership also opens resources automatically when it creates or modifies them.
{/* TODO: Screenshot of the resource panel with multiple tabs open — a workflow tab, a table tab, and a file tab — showing different resource types side by side. */}
48
51
49
52
| What to add | How it appears |
@@ -59,6 +62,8 @@ Bring any workspace object into the conversation via the **+** menu, `@`-mention
59
62
60
63
Mothership has two panes. On the left: the chat thread, where your messages and Mothership's responses appear. On the right: the resource panel, where workflows, tables, files, and knowledge bases open as tabs. The panel is resizable; tabs are draggable and closeable.
{ question: "How is Mothership different from Copilot?", answer: "Copilot is scoped to a single workflow — it helps you build and edit that workflow. Mothership has access to your entire workspace and can build workflows, manage data, run research, schedule jobs, take actions across integrations, and more." },
64
69
{ question: "What model does Mothership use?", answer: "Mothership always uses Claude Opus 4.6. There is no model selector." },
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/mothership/knowledge.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,12 @@ description: Create, populate, and query knowledge bases from Mothership.
4
4
---
5
5
6
6
import { Image } from'@/components/ui/image'
7
+
import { Video } from'@/components/ui/video'
7
8
import { FAQ } from'@/components/ui/faq'
8
9
9
-
Create a knowledge base, add documents to it, and query it in plain language — all through conversation. Knowledge bases you create in Mothership are immediately available to Agent blocks in any workflow.
{/* TODO: Screenshot of Mothership with a knowledge base open in the resource panel — showing the knowledge base name, document list, and status of indexed documents. */}
12
+
Create a knowledge base, add documents to it, and query it in plain language — all through conversation. Knowledge bases you create in Mothership are immediately available to Agent blocks in any workflow.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/mothership/research.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,12 @@ description: Ask Mothership to research anything — it searches, reads, and syn
4
4
---
5
5
6
6
import { Image } from'@/components/ui/image'
7
+
import { Video } from'@/components/ui/video'
7
8
import { FAQ } from'@/components/ui/faq'
8
9
9
-
Ask Mothership to research anything and it figures out the best approach — searching the web, reading specific pages, crawling sites, looking up technical docs. Just describe what you want to know.
{/* TODO: Screenshot of the Research subagent section in the Mothership chat — expanded, showing it working through a research task with the final report or answer appearing. Ideally with a file tab open in the resource panel showing the output. */}
12
+
Ask Mothership to research anything and it figures out the best approach — searching the web, reading specific pages, crawling sites, looking up technical docs. Just describe what you want to know.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/mothership/tables.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ description: Create, query, and manage workspace tables from Mothership.
6
6
import { Image } from'@/components/ui/image'
7
7
import { FAQ } from'@/components/ui/faq'
8
8
9
-
Create a table from a description or a CSV, query it in plain language, add or update rows, and export the results — all through conversation. Tables open in the resource panel when created or referenced.
9
+
<Imagesrc="/static/mothership/table-example.png"alt="Mothership resource panel showing the pipeline_deals table with company, deal_owner, stage, and amount columns, alongside a chat summary of total pipeline value and breakdown by stage"width={900}height={500} />
10
10
11
-
{/* TODO: Screenshot of Mothership with a table open in the resource panel — ideally after a query or row operation, showing the table with data populated. */}
11
+
Create a table from a description or a CSV, query it in plain language, add or update rows, and export the results — all through conversation. Tables open in the resource panel when created or referenced.
Mothership can act on your behalf right now — send a message, create an issue, call an API — or on a schedule, running a prompt automatically every hour, day, or week. It can also connect integrations, set environment variables, add MCP servers, and create custom tools.
11
14
12
15
## Scheduled Jobs
13
16
14
17
A scheduled job is a Mothership task that runs on a cron schedule. On each run, Mothership reads the current workspace state and executes the job's prompt as if you had just sent it.
15
18
16
-
{/* TODO: Screenshot of Mothership chat confirming a scheduled job was created — showing the job name, schedule, and what it will do. If there's a jobs list view in the sidebar, include that as a second screenshot here. */}
17
-
18
19
### Creating a Job
19
20
20
21
Describe the recurring task and how often it should run:
Describe a workflow and Mothership builds it. Reference an existing one by name and it edits it. No canvas navigation required — every change appears in the resource panel in real time.
{/* TODO: Screenshot of Mothership chat on the left with the Build subagent section visible, and a workflow open in the resource panel on the right. Shows the split-pane experience of building via natural language. */}
12
+
Describe a workflow and Mothership builds it. Reference an existing one by name and it edits it. No canvas navigation required — every change appears in the resource panel in real time.
13
13
14
14
## Creating Workflows
15
15
@@ -33,7 +33,7 @@ Open an existing workflow with `@workflow-name` or the **+** menu, then describe
33
33
34
34
## Running Workflows
35
35
36
-
{/* TODO: Screenshot or GIF of Mothership running a workflow — showing the chat streaming execution output on the left while the workflow canvas in the resource panel highlights blocks as they execute in real time. */}
Ask Mothership to run a workflow and it handles the execution:
39
39
@@ -110,10 +110,6 @@ Variables set this way are available via `<variable.VARIABLE_NAME>` syntax insid
110
110
- "Delete the old_api_prototype workflow"
111
111
- "Delete all workflows in the deprecated folder"
112
112
113
-
<Callouttype="warn">
114
-
Workflow deletion is permanent. Deployed versions are also removed. There is no recycle bin.
115
-
</Callout>
116
-
117
113
<FAQitems={[
118
114
{ question: "Can Mothership edit a workflow while it's deployed?", answer: "Yes. Editing a workflow does not affect the live deployment. The deployed version is a snapshot — you need to ask Mothership to redeploy to push changes to production." },
119
115
{ question: "Can I run a workflow with specific inputs from Mothership?", answer: "Yes. Describe the inputs in your message and Mothership passes them to the workflow's start block." },
0 commit comments