Agent Versions

Every publish is now a version. Automation experts can tweak and tune their agents without worrying about breaking things. Need to roll back? One click. Want to see what changed? Version history shows you.
This makes agent development feel like real software development. Iterate safely. Ship with confidence.
Agent Versioning automatically tracks every change to your agents:
- Automatic versioning — Every edit creates a new version
- Version isolation — Test new versions without affecting production
- One-click promotion — Promote to production when ready
- Instant rollback — Revert to previous versions in seconds
Each version is a separate agent ID. The “active” version is simply the one currently designated for production use.

Web Embed for Agents
You can now add a Copilot deployment directly to your agent. Go to agent settings, add a deployment, set it to Copilot, and configure the look and feel. Then copy the HTML code and paste it wherever you want your Copilot to appear.
No more juggling separate Copilot configs. Everything lives in one place.
Examples:
- A marketing-site copilot for product questions
- A support copilot for logged-in customers
- An internal copilot for sales or success teams

Improvements
- Faster Copilot performance
Copilots now load significantly faster, especially during high traffic, thanks to smarter caching and reduced unnecessary requests. - Fully isolated preview environments
Preview deployments are now completely separated from production, making it safer to test changes without any risk to live data. - Improved performance for large tables
Large datasets load more quickly, with content now fetched on demand as you interact with it. - More flexible environment variable management
You can now more easily retrieve and manage environment variables by filtering for specific names or environments. - Stronger security protections
Enhanced safeguards around roles, permissions, and resource ownership help prevent unauthorized access. - Faster and more efficient secret access
Reduced latency when accessing secure configuration data.