AnyFrame – Sandboxes for Your AI Agents
AnyFrame has launched an official Python SDK that allows users to create and manage AI agent sandboxes. The SDK enables users to authenticate, build agents, and connect to various services seamlessly. It supports both synchronous and asynchronous operations for enhanced flexibility in development.
- ▪The AnyFrame SDK allows users to point an agent at a repository and get a sandbox running Claude Code.
- ▪Users can create API keys for authentication and manage their agents through a web interface or programmatically.
- ▪The SDK supports user-level connectors for integrating with various services like Linear and Sentry.
Opening excerpt (first ~120 words) tap to expand
anyframe The official Python SDK for the AnyFrame control plane - point an agent at a repo, get a sandbox running Claude Code inside. ┌──────────────────────────────┐ │ Agent (repo, system prompt)│ │ ├── Skills │ │ ├── MCPs │ │ └── Connector toggles │ ┌──────────┐ anyframe SDK └─────────────┬────────────────┘ │ you │ ───────────────────▶ │ build │ (python) │ ▼ └──────────┘ ┌──────────────────────────────────────────┐ │ Session (sandbox · chat · serve) │ └──────────────────────────────────────────┘ User-level Connectors plug MCP servers (Linear, Sentry, …) in once and toggle them per-agent. Skills + MCPs ride with the agent into every session it boots. Demo AnyFrame.mp4 Install uv add anyframe Get an API key The SDK authenticates with a personal API token (prefix afm_).
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.