Skip to content

Every action, accounted for.

Cadrena is building the authorization and evidence layer for AI agents: authorize before execution, preserve evidence after.

Building in public. We are validating the first production authorization slice.


What we're building

AI agents can read customer data, change production systems, move money, and call tools on a user's behalf. Existing identity systems grant broad access; they do not reliably decide whether one parameterized agent action should run right now.

Cadrena is an open-source control layer for that decision:

agent action → policy decision → approval when required → execution → evidence
  • Runtime authorization before an MCP tool call reaches the upstream system.
  • Parameter-aware policy for the actual action, resource, and execution context.
  • Bound approvals that cannot be replayed against a changed invocation.
  • Durable evidence for every decision and execution outcome.

Principles

  • Enforcement before observation. Stop unsafe actions before they happen.
  • Deterministic boundaries. Models may supply context; they do not grant authority.
  • Least privilege by default. Unverified or ambiguous context never widens access.
  • Approval integrity. Approval is bound to the exact action and policy state.
  • Evidence by construction. Every decision produces an explainable record.

Building in public

We are validating Cadrena component by component. Repositories will appear here as they are renamed, documented, and ready for external use.

If you are working on production agents, MCP infrastructure, authorization, or security tooling, follow Cadrena and check back as the system takes shape.

Popular repositories Loading

  1. dsl dsl Public

    Go

  2. policy-engine policy-engine Public

    Go

  3. .github .github Public

  4. mcp-gateway mcp-gateway Public

    Go

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…