Quickstart
Install the Runta SDK, write a policy file, and wrap your first agent with sandbox isolation in under ten minutes.
Prerequisites
You need Python 3.9 or later and a Runta API key. If you do not yet have an account, request access on the Runta website.
Step 1: Install the SDK
Install the runta-sdk package from PyPI. It has no compiled dependencies and runs on Linux, macOS, and Windows.
Step 2: Set your API key
Set the RUNTA_API_KEY environment variable. The SDK reads it automatically at startup.
Step 3: Write a policy file
Create a runta.yaml file in your project root. This minimal policy caps memory, CPU seconds, and declares an egress allowlist.
Step 4: Wrap your agent
Import runta and wrap your agent invocation in a sandbox() context manager. Your existing agent code runs unchanged inside the sandbox.
Next steps
- Full API reference - complete SDK method signatures and REST endpoints
- Product overview - learn about egress allowlisting, quotas, and audit log export
- Security posture - how Runta isolates and protects your infrastructure
Running into an issue?
The Runta team responds to support tickets and GitHub issues. For technical issues, we typically turn around a first reply the same day.