Documentation
Overview
Control the isolated cloud environment used for Agent tool execution.The Runtime API is the infrastructure layer beneath managed Agent execution. It provides direct control over an isolated cloud environment without adding Agent instructions, Conversation state, or a Responses protocol.
Runtime capabilities
- lifecycle control;
- command execution;
- filesystem access;
- secret injection;
- network egress policy;
- checkpoints;
- resource controls.
Agent API boundary
Most applications should start with the Agent API. An Agent can use Runtime capabilities through configured tools while Rebyte manages the environment lifecycle.
Use the Runtime API only when your application needs to own the infrastructure operations directly.