Skip to main content

Put your AI agents
under control.

Phrony is the open-source runtime for governing AI agents in production. Define each agent in one file, set the rules it can never break, require a human for risky actions, and keep a full record of everything it does.

Govern your first agent in minutes

Run Phrony on your own machine, write one file, and watch it enforce your rules on a live agent — free and open source.

Why teams pick Phrony

Frameworks help you build an agent. Phrony is what keeps it safe once it touches real systems — with control, proof, and a way back that you own end to end.

  • One file per agent

    Policies, tool access, limits, and human checkpoints live in one versioned manifest — not scattered across application code. Your team reviews the agent file in git like any other config.

    • Change what the agent is allowed to do without redeploying the app that calls it.
    • Publish a new locked version when the rules change, then deploy when you are ready.
  • Instant rollbacks

    Every publish creates an immutable version with a content digest. Deploy promotes a version to active; rollback restores the previous deployment in one command.

    • Version history stays in the ledger — you always know what was live and when.
    • If a new deployment misbehaves, roll back before it affects more sessions.
  • Every action checked

    The runtime sits between the model and your systems. On every tool call it evaluates your policies, enforces limits, and pauses for human approval when required.

    • Nothing reaches production APIs unless the manifest allows it.
    • Every policy decision is written to the session trace for audit and replay.
  • Open spec and runtime

    The Agent Spec defines the manifest schema; the reference runtime is Apache-2.0 on GitHub. Run it locally, validate manifests, and deploy agents on your own infrastructure.

    • No vendor lock-in — conformant implementations can run the same agent files.
    • The same CLI you use locally governs agents in production.

Everything you need to get started

Start with the open-source runtime

It is free, it runs on your own machine, and it is the same runtime that governs agents in production.

Try the quick start

Stay connected