Skip to main content
The cloud workspace where agents run.

What’s included

An environment is an isolated cloud workspace that includes:
  • Your repo — cloned and ready
  • Docker — run any containers
  • Your dependencies — installed
  • Secrets — injected securely
  • Network access — API calls, external services
Agents work in real environments. They can run your test suite, start your dev server, connect to databases, hit external APIs. This isn’t a sandboxed toy — it’s your actual stack. Think of an environment as a ready‑to‑go dev machine for the agent, with the same tools and dependencies your team uses.