RunAgent’s cloud deployment provides a serverless, scalable infrastructure for running your agents in production. With automatic scaling, monitoring, and global distribution, you can focus on building agents while we handle the operations.
# List versionsrunagent versions <deployment-id># Deploy specific versionrunagent deploy . --version 1.2.3# Rollback to previousrunagent rollback <deployment-id># Rollback to specific versionrunagent rollback <deployment-id> --version 1.2.0
# Deploy new version without switchingrunagent deploy . --strategy blue-green --no-switch# Test new versionrunagent test <deployment-id> --version new# Switch trafficrunagent switch <deployment-id> --to new