Agent Computer
Rebyte is an agent computer platform. The core primitive is the Agent Computer — a persistent cloud computer with its own file system, terminal, remote browser, and installed skills. You can create as many agent computers as you want, purely on demand. AI agents run as a harness on top of the computer, but the computer itself is the product.
Architecture
Section titled “Architecture”
Your task goes directly to an Agent Computer. The computer spawns an agent harness (Claude Code, Gemini CLI, Codex, or OpenCode) which calls a language model to do the work. The computer’s state — files, git, installed tools, browser sessions — persists independently of which agent or model runs on it.
Key properties
Section titled “Key properties”| Property | Detail |
|---|---|
| On-demand | Create as many agent computers as you want with sub-second provisioning. No queues, no capacity planning. |
| Isolation | Dedicated computer per workspace. No shared namespaces. |
| Persistence | Computers are paused, never deleted. Files, git state, tools persist across tasks. |
| Agent harness | Claude Code, Gemini CLI, Codex, OpenCode. Swappable per task — the computer doesn’t care which agent runs on it. |
| BYOK | Bring your own API keys for AI providers, or use Rebyte credits. |
| Browser | Full remote Chrome instance. Viewable and interactive in real-time. Not headless. |
| Network | Full internet access by default. Lockable via Agent Shield domain allowlists. |
| API | REST API with task CRUD, follow-ups, SSE streaming, webhooks. See API reference. |
| Skills | Extensible via team-private skills (versioned, access-controlled) or public skills from GitHub. |