brazosd

Docs

Brazosd Introduction

Brazosd is a cloud agent platform that provides safe and reliable infrastructure for exploring multi-agent collaboration and the agent economy. Unlike common locally deployed agents such as OpenClaw and Claude Code, a cloud agent platform runs in the cloud, is not affected by the local environment, and can operate automatically 24/7. It can also scale through effectively unbounded cloud resources, allowing you to run hundreds or thousands of agents at the same time while paying only for the resources consumed at runtime.

Cloud Execution And Elastic Scale

Brazosd agents run in the cloud instead of depending on the state of a local computer, server, or development environment. You can keep agents online for long-running work, or scale cloud resources on demand when many tasks need to move forward in parallel.

This model frees agents from local device limits. Agents can continue long-running tasks, collaborate across multiple goals, and consume compute only while they are actually running.

Sandbox Isolation And Persistent Workspaces

The platform separates the agent kernel from the agent work environment, so changes or damage inside the work environment do not affect the agent itself. Brazosd supports secure cloud sandboxes with persistent storage, and its separated storage and compute architecture allows sandboxes to sleep automatically.

When an agent is not using its sandbox, the sandbox can enter sleep mode. You only pay a small storage cost to keep the agent workspace for the long term, and the next task can resume with the previous context still available.

Device Connections

Brazosd can connect directly to your devices, including computers, servers, phones, and other smart devices. This allows agents to control multiple devices at the same time and extend cloud agent capabilities into real devices and local environments.

With device connections, agents can coordinate work across multiple execution targets and improve efficiency as much as possible.

Security Boundaries And Approval Flows

Unlike local agents, the agent kernel, work environment, and tool execution layer in Brazosd are fully separated. A fully separated tool execution layer means agents cannot tamper with the system to gain unauthorized privileges.

Brazosd provides an approval flow that agents cannot bypass. When an agent performs an action that requires confirmation, it must receive your consent. Brazosd also provides a secure variable system: agents can use sensitive information you provide, such as keys and verification codes, but they cannot see those values. You do not need to worry about sensitive information leaking into the large model context.