Clared Logo clared.ai

Give agents more authority. Keep their blast radius bounded.

Clared is a stateful execution boundary between AI agents and the systems they act on. It stages mutations, returns required corrections to the agent, and releases effects only when the run is valid.

Step 01
Intercept mutations
Every modeled action
Step 02
Stage effects
Provider calls held
Step 03
Guide missing work
Obligations in the tool result
Step 04
Validate and settle
Release only when valid
The Deployment Blocker

The agent can do the work. You still cannot safely let it.

Most controls approve one request at a time. The real risk accumulates across the entire run.

Blocker 01

Useful access becomes broad access

Once credentials reach the model runtime, one wrong branch can affect any reachable customer, account, or production resource.

Blocker 02

Safe calls can form an unsafe run

Each call looks valid in isolation; the sequence breaches budgets, skips state transitions, or acts on stale business state.

Blocker 03

Real systems do not roll back together

A payment, a database write, and a message settle differently. A late failure leaves earlier effects committed, forcing manual repair.

A Concrete Failure · Target-Architecture Walkthrough

Refund order #1042 and notify the customer.

A refund without its matching ledger entry would leave the books wrong. No single call looks unsafe; the sequence does.

1
Stage the $450 refund
Provider call not released; no funds have moved.
2
A ledger obligation opens
The matching ledger entry for inv_1042 must exist before anything in this run settles.
3
The agent corrects mid-run
It posts the ledger entry while still executing - no killed run, no human in the loop.
4
Quiesce, revalidate, settle
Obligations closed; eligibility re-checked against current state. Both effects settle in declared order - receipt signed.
Clared Outcome
Corrected mid-run. Settled only when valid.

Settlement stays blocked while an obligation is open. Obligations are authenticated run state, never prompt text, delivered through the ordinary tool-result channel.

SETTLED · refund + ledger entry, in order · signed receipt
Unresolved but repairable obligation → REPLAN_REQUIRED · signed suspension, bounded terminal repair.
Hard, ambiguous, or externally invalidated state → ABORTED / RECOVERY_REQUIRED · never agent-steered.

The correction flow above is the designed v0alpha2 behavior, not yet implemented. Shipped today: v0alpha1 stages effects and signs terminal evidence against simulated settlement. Live provider execution is the next milestone.

The Actual Edge

More than another per-call permission gateway.

Allowlists and per-call approvals exist. The hard part is keeping one authority, state, and evidence boundary while the agent changes course across systems.

01 / Complete Mediation

Credentials terminate at the boundary

The agent calls a broad tool surface without ever holding provider credentials. Every modeled mutation passes the same revocable boundary.

02 / Stateful Authority

The run - not the call - is the unit of control

Delegation, budgets, approvals, and prior effects carry across the session. Individually valid calls cannot escape the run-level boundary.

03 / Effect Semantics

Control continues after authorization

Adapter contracts connect each decision to staging, settlement, compensation, and recovery. Signed evidence records who delegated, what ran, and how it ended.

The Control Loop

One bounded session around the entire agent run.

The model chooses its route. Clared keeps every mutating path inside the rules established for that run.

Layer 01 AIP Envelope

Delegate bounded authority

A trusted harness opens a session: principal, tools, resource scope, typed budgets, expiry. The agent receives a revocable capability, not credentials. Child agents inherit only leased sub-budgets.

principal · resources · budgets · ttl
Layer 02 Cedar + Trusted Facts

Govern and steer the trajectory

Policy evaluates authenticated facts, not model claims. A staged effect can open an obligation that reaches the agent through the ordinary tool result, steering the run to a valid finish. Replan and stop stay reserved for runs that cannot comply.

GUIDE · QUIESCE · SETTLE
Layer 03 Adapter Semantics

Settle with explicit outcomes

At quiescence, Clared fences new actions, revalidates the final state, prepares settlement, and releases approved effects. Uncertainty becomes an explicit degraded state, never false atomicity.

SETTLED · PARTIALLY_SETTLED · RECONCILED · ABORTED · RECOVERY_REQUIRED
Execution Follows Reality

One authority model. Different settlement semantics.

A database, a payment API, and a messaging service cannot be controlled the same way. Each adapter declares, per operation, what can be staged, reversed, or only acknowledged as uncertain.

Adapter Mode 01
Pinned transactions

Native transactions on a pinned connection: BEGIN opens lazily, physical leases stay bounded, and the commit releases only at settlement. Roll back on abort.

PostgreSQL · MySQL
Adapter Mode 02
Reservations and drafts

Provider-native holds and drafts return verified data without releasing the final effect.

Auth holds · Draft objects
Adapter Mode 03
Idempotent or compensating effects

Deterministic request keys per session; declared compensators where the provider supports one. Escalate instead of guessing when uncertain.

Retry · Compensate · Reconcile
Adapter Mode 04
Irreversible checkpoints

Defer sinks when possible. At any point of no return, require an explicit checkpoint and persist the recovery boundary.

Defer · Approve · Checkpoint

No universal distributed rollback. The guarantee is narrower: apply the strongest declared semantics each provider exposes, and never describe uncertainty as success.

Open Reference Implementation

Inspect the boundary today.

The public repository is an experimental in-memory reference implementation: delegation, capabilities, Cedar policy, budgets, lifecycle, simulated settlement, signed evidence.

fault-injection-demo.sh
$
$
$
 
Unsafe baseline: inconsistent state
Clared failure path: ABORTED · 0 effects escaped
Clared success path: SETTLED · signed evidence
Design Partners & Collaborators

Building bounded execution alongside practitioners.

We collaborate closely with high-conviction engineering teams to test bounded authority, validate real-world blast radiuses, and safely unlock autonomous agent operations.

Bles Logo Design Partner

Builds AI automation, API integrations, and custom software systems. Creators of Teleclaudius, a private autonomous business operator.

Governance: Bounded Authority Read Case Study
Cohort Slot 02

Financial & Ledger Automation

High-Stakes Workflows

Multi-system reconciliation, dispute handling, or transactional pipelines where single-call approval models fail to contain run-level risk.

Status: Intake Open Request Review
Cohort Slot 03

Multi-Tenant Agent Infrastructure

Production Agent Runtimes

Production agent platforms needing delegated session scoping, runtime budget isolation, and verifiable settlement receipts.

Status: Intake Open Request Review
Design Partner Program · 3 Initial Teams

What valuable agent workflow are you not willing to turn on?

We are looking for consequential workflows that stay read-only, manually approved, or blocked by security review. Together we map the authority boundary and the smallest safe staging proof.

Direct founder email: liran@clared.ai · No sales handoff