Jun 29, 2026 • 1 min read
Copy agents and databases to start faster
We added copying for agents and databases, a quality of life improvement that makes it much easier to build from work you have already done.
Start your next agent from one that already works
Many teams build agents in patterns. One agent watches a finance process, another watches the same process for a different team. One agent prepares a monthly report, another needs almost the same logic with a different data source or schedule.
You can now start from an existing agent instead of recreating the setup by hand.
That makes it faster to create variations, roll out a proven workflow to another part of the business, or experiment with a new version while keeping the original agent intact. The boring setup work is already done, so you can focus on the few things that need to be different.
Reuse database structure and data
Databases often become the working memory behind an agent. They hold cleaned records, snapshots, intermediate analysis, operating rules, or the structure for a recurring report.
You can now copy a database before making changes, or use an existing database as the base for a new workflow.
That is useful when you want a backup before trying a bigger change, when you want to test a different structure, or when a new customer or team needs the same kind of database with a few adjustments. You keep the structure and data you already trust, then work from there.