What Brane Controls
Brane governs any action an agent can take, not just tool calls:- Tool calls
- Model calls
- Memory reads and writes
- Retrieval and vector queries
- Database queries
- External API calls
- MCP tool calls
- File reads and writes
- Secret access
- Sandbox execution
- Agent handoffs
What Brane Does Not Replace
Brane is a runtime control layer. It does not replace IAM, network security, secrets management, database permissions, or application authorization. It sits alongside them as the layer that governs agent-specific action patterns.Package
The current package isbrane-core: the local, framework-independent Python runtime. Integrations for LangGraph, CrewAI, OpenAI Agents SDK, MCP, and cloud services such as remote policy evaluation, audit, approvals, and dashboard are in progress.
See Current Status for a full breakdown of what is implemented today and what is planned.