Skip to main content
Agent Versioning provides complete version control for your agents, including configuration, prompts, tools, and code. Track changes, compare versions, and rollback instantly when needed.

Overview

Version History

Complete history of all agent changes with timestamps and authors

Instant Rollback

Revert to any previous version with one click

Compare Versions

Side-by-side diff of configuration changes between versions

Audit Trail

Full audit log of who changed what and when

What Gets Versioned

Every aspect of your agent is tracked:
ComponentTracked Changes
System PromptContent, parameters, model settings
ToolsAdded, removed, or reconfigured tools
ConfigurationModel selection, temperature, tokens
Knowledge BaseDocument additions and removals
ConnectionsOAuth and API key changes

Version Management

Creating Versions

Versions are created automatically when you:
  • Save changes in the Workbench
  • Deploy via CLI or SDK
  • Import an agent configuration
# Deploy creates a new version
xpander deploy --message "Added GitHub integration"

Viewing Version History

Access version history in the Workbench under Agent Settings > Versions:
v12 (current) - 2 hours ago - "Updated system prompt for clarity"
v11 - 1 day ago - "Added Slack connector"
v10 - 3 days ago - "Increased max tokens to 4096"
v9 - 1 week ago - "Initial production deployment"