Named agents
Every AI agent is registered with a governed identity. It is assigned to a team or department and bound to a named person who is on record for every decision the agent makes.
Every agent has a governed identity. Every action is checked before it runs. Every decision leaves a record that cannot be changed. These three things work together, in your own environment.
owner: r.okafor · policy: support-policy-v2 · team: customer support
Every AI agent is registered with a governed identity. It is assigned to a team or department and bound to a named person who is on record for every decision the agent makes.
Every agent action is checked against your rules before it runs. CLAIIM returns ALLOW or DENY with a reason. Nothing touches a system without that check.
Every ALLOW and DENY is written to your audit log before the action completes. The record lives in your environment, is append-only, and cannot be edited or deleted.
The same agent. One path has a governance layer. One does not.
Every action goes through this sequence before it reaches any system.
When an agent wants to take an action, it sends a request to CLAIIM before touching any system. The request includes the agent identity, the intended action, and the scope it is operating in.
CLAIIM confirms the agent is registered, that it belongs to the team or department it claims, and that it is operating inside its assigned boundary.
The action is evaluated against the active policy set for this agent. CLAIIM checks whether it is allowed, blocked, or held for a person to approve.
CLAIIM returns a decision before the agent touches anything. An ALLOW lets the action proceed. A DENY stops it. The reason is always included.
The decision, agent identity, responsible person, rule version, and timestamp are written to Chron immediately. The record exists before the action runs.
Which agent sent the request and what it claimed to be doing.
The named person in your team who is on record for this agent.
ALLOW or DENY, with the reason returned to the agent.
The exact rule version in effect at the time. If rules change later, the record shows what applied.
CLAIIM deploys in your own environment. Every component stays inside your infrastructure. No agent data, decisions, or audit records leave your environment.
Receives action requests from your agents and returns ALLOW or DENY before anything runs. Deployed in your own infrastructure. No request leaves your network.
Holds the rules for each agent and scope. Every change creates a new version. Policies are versioned so silent edits are not possible.
The append-only audit log. Every gate decision is written here. Records stay in your own database under your control.
Holds registered agents, their team and department assignments, and the responsible person bound to each agent.
Agents are assigned to a team or department. They cannot act outside that boundary unless a separate policy allows it. Finance agents stay in finance. Engineering agents stay in engineering.
Each agent is sponsored by someone in your team. Their name travels with every gate decision. Accountability is always traceable to a real person.
Rules are set at the team or department level and apply only to agents in that scope. A change to finance policies does not affect engineering agents.
Adding an agent, changing its boundary, or expanding its permissions requires a second person to approve before the change takes effect. Both approvals are on record.
Ready to govern your first agent?
Preview is free and runs in your own environment.