What Is the Chat Editor?
The chat editor is where you interact directly with Twin to build agents. Instead of configuring workflows step by step or wiring together predefined actions, you describe the outcome you want. Twin interprets your instructions and turns them into an executable agent capable of handling multi-step tasks, web navigation, and integrations. This makes it possible to automate workflows that are usually too complex or too manual for traditional automation tools.How the Chat Editor Works
Translate intent into an execution plan
You start by explaining your goal in natural language.Twin analyzes your request, determines the required steps, identifies the systems involved, and proposes a structured plan. Before anything runs, you can review and adjust this plan to make sure it matches your expectations.
Build the agent
Once the plan is approved, Twin constructs the agent behind the scenes.This includes:
- Defining the execution logic
- Setting up navigation and decision points
- Connecting outputs to your tools
- Handling retries and edge cases
Clarify when needed
If part of the request is ambiguous, the chat editor will ask targeted follow-up questions.This helps avoid incorrect assumptions and ensures the agent behaves exactly as intended.Clarifications can happen:
- During initial setup
- While refining an agent
- When extending it with new behavior
Test and deploy
After building the agent, Twin can run test executions using real data to validate behavior end-to-end.If something doesn’t work as expected, you can always follow up in the chat:
- Inspect what happened
- Adjust instructions
- Re-run without rebuilding from scratch
What You Can Do in the Chat Editor
The chat editor is the control center for your agents.Create agents from scratch
Turn a description like “log into a portal, download files, and store them” into a working agent.
Modify existing agents
Add steps, change logic, adjust outputs, or adapt to UI changes — all through conversation.
Troubleshoot and refine
If an agent fails or behaves unexpectedly, refine instructions and improve reliability.
Why This Approach Is Different
Built for real-world workflows
Built for real-world workflows
Traditional automation tools work best when everything has a clean API.The chat editor is designed for the opposite case: workflows that happen inside web interfaces, dashboards, and portals.
Conversation instead of configuration
Conversation instead of configuration
There are no blocks to wire, no forms to fill, and no rigid action catalogs.You describe the task the way you would explain it to a teammate, and Twin handles the execution logic.
Flexible by design
Flexible by design
Because agents are built dynamically, they can:
- Handle branching logic
- Adapt to different inputs
- Evolve as the underlying process changes
Get Started
Open the Chat Editor
Start building your first agent now