Workflows
Chain tools together so a repeated sequence becomes one action.
The workflow builder is not available yet
Rather than ship a builder that cannot actually run anything, this page documents what is coming. The groundwork is in place: every tool in the registry declares the file types it accepts and produces, which is exactly what the builder needs to decide whether one step can feed the next.
For now you can chain tools manually — download the result of one and drop it into the next. The sequences below all work today.
Sequences that work today
Tidy up a scanned batch
Split then shrink
Photos to a shareable document
Extract text from a report
Tools available for chaining
Frequently asked questions
What is a workflow?
A saved sequence of tools that runs one after another on the same file, so a routine you repeat often — merge, then compress, then protect — becomes a single action instead of three manual steps.
Can I build one now?
Not yet. The tool registry already records what each tool accepts and produces, which is what a builder needs to validate that two steps can connect, but the builder interface itself is still in development.
Will I need an account?
The plan is that guests can assemble a temporary workflow for a single session, while signed-in users can save, rename and re-run them.