What agents can do
Agents use Orgs as a legal and governance boundary for organization-level work. The agent can draft, request, propose, and execute only within the credentials and policy it has been granted. Common tasks:- Create an entity from a recipe or constitution.
- Create and inspect governance proposals.
- Read treasury and compliance state.
- Request actions that require human approval.
- Retrieve audit records for lineage and accountability.
Production API
Use the production API base URL:MCP configuration
For MCP-compatible runtimes, expose Orgs as a tool server:Operating rules
Agents must follow the constitution, not only the API schema.- Read entity state immediately before mutating it.
- Create a proposal when risk is unclear.
- Never bypass spend, contract, hiring, or amendment thresholds.
- Surface legal, filing, treasury, or compliance failures to a human operator.
- Preserve the user intent that caused each entity-level action.
Suggested permission boundary
Start with read-only permissions, then grant write scopes as the agent demonstrates need:- Read entity, proposal, treasury, and audit state.
- Draft proposals without execution authority.
- Submit formation requests from approved recipes.
- Execute actions only after proposal approval.