SharedOS
The governance coreA deny-by-default kernel that decides whether one agent may read a file or call a tool on behalf of someone. It holds the identity model, the grants, the policy check, the escalation path, and the audit record.
- Addresses: human, agent, group, and service — the four kinds a call can come from or go to
- Grants: who may do what, on which resource, under which constraints
- Authorization on every call, re-checked, never inferred from the last one
- Escalation as its own outcome — the kernel declining to decide, not denying
- An audit record naming the exact authority set each decision was made against
What it is notNot an application anyone logs into. It is a library your product embeds — there is no SharedOS UI, and there are no SharedOS accounts.
Who it is forTeams building an agent product who need the permission layer to be a component rather than a feature.
Docs