Runtime Authority Control
Runtime Authority Infrastructure

AI already acts on its own.Decide what it's allowed to do.

AI and automated systems can now take real actions on their own: move money, change records, trigger workflows, call other systems. RAC decides whether each action is allowed to happen, the instant before it happens.

Most enterprises have no control layer in the path to verify that a machine-initiated action was authorized before it executes, and before downstream state changes. Runtime Authority Control is that layer.

ALLOWCONSTRAINBLOCKone verdict for every machine-initiated action.
The RAC Cost Horror Story

The Weekend: A RAC Cost Horror Story

50 seconds. What one unattended agent does to a budget between Friday night and Monday morning.

The post-mortem · Friday, 18:47

You went home. Your agent kept working.

One autonomous agent, left running over the weekend to reconcile vendor payments. No human in the loop. Here is the timeline your detection tool reconstructed, on Monday.

18:47
FRI
The last human logs off.
The agent continues its payment-reconciliation run, fully autonomous. Nothing is watching what it decides to do next.
18:52
A config misparse.
A batch of 3 invoices is silently rescheduled as 300. The run continues without a flag.
19:15
It delegates, and hands off the keys.
The agent spins up a sub-agent to execute the batch and passes it live credentials. No approval is ever requested.
23:40
The batch clears.
The operating account drains from $125,000 to $3,120. The transfers are irreversible.
09:02
MON
Detection finally fires.
"Anomalous outflow." An alert. A report. A post-mortem. The money left the building three days ago.
Payments in the run
3 300
Account balance
$125K $3.1K
Time until anyone knew
62 hrs
The governance question

Guardrails suggest.
RAC decides.

Detection watches. Authorization acts. The difference is whether the damage is a report, or something that never happened.

Detection · post-hoc
Finds out after it ran.
  • ×Runs after the action has executed
  • ×Produces alerts and reports, not outcomes
  • ×By the time it fires, the damage is done
RAC · runtime
Decides before it runs.
  • Runs before the action executes
  • Returns a verdict: ALLOW / CONSTRAIN / BLOCK
  • The damage never happens in the first place
Enforcement, not forensics.
Rewind · the same Friday, with RAC in the path

This time, the payment never leaves.

Every action the agent attempts is routed through one authorization checkpoint. Two of them never make it past the boundary.

requestevaluate policydecide✓ enforced in time
18:52BLOCK
300 payments vs. a ceiling of 5.
The rescheduled batch exceeds the per-run payment policy by 60x. Blocked at the source before a single transfer is queued.
19:15BLOCK
Credential handoff to an unregistered sub-agent.
Delegation to an unauthorized identity violates policy at the protocol boundary. The keys never change hands.
Balance: $125,000.
Unchanged. Every verdict logged: immutable, time-stamped, replayable.
Every action. One verdict. Zero exceptions.

Three outcomes. Nothing in between.

ALLOW
Pass straight through.

Compliant operations execute with no added latency. Authority is granted, not assumed.

CONSTRAIN
Reshape to stay in bounds.

Risky operations are trimmed to policy limits: capped, scoped, or held for approval, then allowed to proceed.

BLOCK
Stopped at the source.

Outright violations are refused before they run. Nothing executes, nothing to clean up.

The human stays in control

Autonomy with a hand on the switch.

RAC sits between your AI and everything it can touch, so agents move fast, and policy still decides what they're allowed to do.

agent.request rac.runtime
Move funds to external accountBLOCK
Reschedule 300 paymentsCONSTRAIN
Read vendor ledgerALLOW
Immutable · time-stamped · replayable

Every decision, on the record.

Replay resultsincident window · 2026.07.03 to 07.04
18:52Reschedule payment batch (300)BLOCK
19:15Delegate credentials to sub-agentBLOCK
20:03Read vendor ledgerALLOW
21:30Issue single vendor payment ($1,240)CONSTRAIN
22:11Update reconciliation statusALLOW

Stop detecting.Start authorizing.

Put a runtime authorization checkpoint in front of every AI-initiated action, before the next Friday night.

Runtime Authority · Live

This is what RAC does, on every machine-initiated action.

Each row is an action a system tried to take on its own. RAC evaluates the authority behind it in context and returns one outcome, before anything downstream changes.

Decision stream · rac.runtime
ALLOW 0CONSTRAIN 0BLOCK 0
copilot
Update CRM opportunity stage · deal #88213
ALLOW
workflow-2
Send invoice · vendor onboarding
ALLOW
agent-04
Issue refund · $180 → customer ledger
ALLOW
orch-sync
Delete production records · customers table
BLOCK
copilot
Generate report · Q2 governance summary
ALLOW
workflow-5
Create support ticket · priority routing
ALLOW
rpa-bot
Approve purchase order · $12,500
CONSTRAIN
copilot
Schedule meeting · calendar write
ALLOW
agent-07
Update knowledge base · docs index
ALLOW
workflow-1
Tag lead · marketing automation
ALLOW
agent-11
Transfer funds · $90,000 → external account
BLOCK
copilot
Draft email · customer reply
ALLOW
rpa-bot
Sync inventory · warehouse feed
ALLOW
agent-02
Export dataset · PII fields requested
CONSTRAIN
workflow-3
Post status update · incident channel
ALLOW
agent-09
Provision read access · analytics dashboard
CONSTRAIN
copilot
Update CRM opportunity stage · deal #88213
ALLOW
workflow-2
Send invoice · vendor onboarding
ALLOW
agent-04
Issue refund · $180 → customer ledger
ALLOW
orch-sync
Delete production records · customers table
BLOCK
copilot
Generate report · Q2 governance summary
ALLOW
workflow-5
Create support ticket · priority routing
ALLOW
rpa-bot
Approve purchase order · $12,500
CONSTRAIN
copilot
Schedule meeting · calendar write
ALLOW
agent-07
Update knowledge base · docs index
ALLOW
workflow-1
Tag lead · marketing automation
ALLOW
agent-11
Transfer funds · $90,000 → external account
BLOCK
copilot
Draft email · customer reply
ALLOW
rpa-bot
Sync inventory · warehouse feed
ALLOW
agent-02
Export dataset · PII fields requested
CONSTRAIN
workflow-3
Post status update · incident channel
ALLOW
agent-09
Provision read access · analytics dashboard
CONSTRAIN

Illustrative decision flow. Action types, targets, and policy outcomes shown are representative of governed enterprise execution.

What RAC Is

A runtime authority control plane for machine-initiated execution.

RAC operates between software-originated intent and enterprise execution, validating whether an action is authorized before downstream systems process it. It is built for environments where automation, orchestration, copilots, agents, workflows, or AI-enabled systems can initiate operational action.

RAC Is
  • A runtime control layer in the enforcement path, not outside it
  • A machine-initiated action authorization system
  • A deterministic enforcement control plane
  • A source of decision-grade governance artifacts
RAC Is Not
  • Not IAM: identity and access is not execution authority
  • Not model governance: models are not the execution surface
  • Not observability: seeing is not governing
  • Not a dashboard that reports what already happened

RAC governs execution authority itself, at the point where execution authority must actually be decided.

The Gap

The gap is not visibility.
The gap is runtime authority.

Most enterprises already have the pieces: identity management, workflow controls, audit trails, observability, policy frameworks. These systems are well-built for the problems they were designed to solve. What they cannot provide is runtime authority control.

What existing systems tell you
  • Who has access
  • What rules and policies exist
  • What happened after the fact
  • Whether credentials were technically valid
  • What the model or system produced
What they cannot tell you

×Whether a machine-initiated action should be allowed to execute right now, under these conditions, against this target, with this level of authority, before the action occurs.

“Policy without runtime enforcement is not authority. It is aspiration.”

The Ecosystem

The RAC Ecosystem

Four coordinated layers for governing machine-initiated action: diagnosis, decision, transformation, and verification.

TORIXA
Diagnose

Measure exposure to ungoverned machine action.

Seven-question diagnostic that quantifies an organization's runtime authority gap. The first step before remediation.

Runtime Authority Control
DecideCurrent

Runtime authority control plane.

Determines whether a machine-initiated action is authorized to execute, at runtime, in context, before downstream state changes. The control plane.

RIMAGINC
Transform

Governed creative execution.

Brand-governed content transformation under runtime authority. Provenance enforcement, not style approximation.

CORTHEM
Verify

Governance verification infrastructure.

Continuously preserves decision-linked evidence and produces proof that machine action remained within policy, across time, on demand, for regulators and auditors.

TORIXA diagnoses. Runtime Authority Control™ decides. RIMAGINC transforms. CORTHEM verifies. One coordinated architecture for runtime governance.

CORTHEM is additive to RAC, never a dependency. RAC stands on its own as the runtime authority control plane.

Hartstone Institute Ecosystem

Runtime Authority Control originates from the Hartstone Institute, the research, category creation, and venture development umbrella founded by Emily Hartstone.

Private Development · Enterprise Briefings Available

Govern executionbefore systems act.

Enterprise briefings for security leaders, compliance teams, and operators running environments where machine-initiated execution is already a reality. Tell us where you are, and we'll bring the briefing to the right level.

Founding Member

Commercial commitment. Direct access to the RAC team. Priority onboarding. Input into roadmap. Pricing: inquire.

Become a Founding MemberApply on the secure form
Early Access Member

Free exploration tier for operators validating runtime authority in their environment. Console access. Community support.

Join Early AccessApply on the secure form

Submissions go directly to Runtime Authority Control. We respond to qualified enterprise inquiries within two business days.

Already exploring the console? Sign in · Want a reference walkthrough? See the reference demo