Exponent Cloud provides isolated cloud development environments where you can work with Exponent agents on your GitHub repositories. Each chat session runs in its own dedicated devbox, giving you a full development environment without any local setup.
Work on any repository without cloning it locally or setting up dependencies. Exponent Cloud handles the entire environment setup, from installing dependencies and making sure your source code is always up to date to configuring build tools.
Exponent Cloud is currently available through direct contact with our team.
Reach out to us to discuss access and setup for
your organization.
Once you have access, creating a new cloud environment is as simple as starting a new chat and specifying the GitHub repository you want to work with. Exponent will:
Spin up a fresh devbox environment
Clone your repository and set up the development environment
Connect an agent that can immediately start working on your codebase
Each Exponent Cloud session operates in a dedicated devbox that replicates your real development environment. The devcontainer configuration ensures consistency between local development and cloud environments, while the cloud-based VS Code instance provides familiar tooling.Since each chat creates a new devbox, you can run multiple agents in parallel without any interference. Coordination between different workstreams happens through Git, just like traditional development workflows.