Cloud Agent Capabilities

Cloud Agents have access to the same tools as local agents, with additional capabilities enabled by their persistent, network-connected environment.

What cloud agents can do

Limitations

Cloud agents run in ephemeral, isolated environments. There are some things they cannot do:

  • Access private networks — Cloud agents cannot reach resources on your VPN or internal network without a Vyre Network Gateway (Enterprise feature).
  • Access your local filesystem — Cloud agents only see the files in your repository, not your local disk.
  • Maintain state between runs — Each cloud agent run starts fresh from your repository. Any files created during a run must be committed to persist.
  • Run indefinitely — Cloud agent runs have a maximum duration (5 minutes for Starter, 60 minutes for Pro, configurable for Enterprise).

Cloud vs local agents

FeatureLocal AgentCloud Agent
Runs while laptop is off
Access to local filesRepository only
Access to local network
Parallel subagentsLimited
Scheduled runs
Automatic PR creationManual
Compute powerYour hardwareDedicated cloud

Use local agents for fast, interactive tasks where you're watching the output in real-time. Use cloud agents for long tasks, overnight runs, and automated workflows where you want fire-and-forget behavior.