Action-level policy
Control operations, not only tool access. Allow read, deny delete, and conditionally permit transfers.
Define exactly which tools, resources, actions, and conditions an agent may use. Evaluate the whole context before any grant is issued.

agent: finops-agent
allow: transfers.create
when:
amount: "≤ 25000 USD"
recipient: allowlisted
time: business_hours
otherwise: require_approvalControl operations, not only tool access. Allow read, deny delete, and conditionally permit transfers.
Evaluate user, agent, tenant, session, amount, time, geography, and resource together.
Keep one policy model across frameworks, tools, models, and deployment environments.
Return the policy path, matched conditions, and reason with every allow or deny decision.
Call Permra before a tool invocation, resource operation, or consequential action. Keep your existing identity, model, orchestration, and application stack.
Start with one agent, one consequential action, and one clear policy.