Skip to content

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.

Agent Computer architecture — persistent file system, terminal, remote browser, installed skills, and agent harness inside an Agent Shield boundary

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.

PropertyDetail
On-demandCreate as many agent computers as you want with sub-second provisioning. No queues, no capacity planning.
IsolationDedicated computer per workspace. No shared namespaces.
PersistenceComputers are paused, never deleted. Files, git state, tools persist across tasks.
Agent harnessClaude Code, Gemini CLI, Codex, OpenCode. Swappable per task — the computer doesn’t care which agent runs on it.
BYOKBring your own API keys for AI providers, or use Rebyte credits.
BrowserFull remote Chrome instance. Viewable and interactive in real-time. Not headless.
NetworkFull internet access by default. Lockable via Agent Shield domain allowlists.
APIREST API with task CRUD, follow-ups, SSE streaming, webhooks. See API reference.
SkillsExtensible via team-private skills (versioned, access-controlled) or public skills from GitHub.