Parmana

Human Authority Infrastructure for Autonomous Systems

Your policies. Your control. Autonomous systems execute within your authority.

Autonomous systems propose. Your policy decides. Parmana enforces.

Why autonomous systems need human authority

Autonomous systems can now understand requests, reason about actions, and propose execution. They are becoming genuinely capable.

But being able to do something and being allowed to do something are different. Capability is not authority.

Monitoring catches a violation after it happens. It does not stop it from happening.

As autonomous systems get more capable, that authority gap widens.

A human and an AI system sitting side by side, representing human authority alongside artificial intelligence.

Existing infrastructure answers all but one question

Who are you?Identity
Can you authenticate?Authentication
What can you access?Authorization / access
What credentials do you have?Credential management
Did you follow the policy?Audit

Missing

Does this specific action stay within human authority, right now, in this context?

Parmana is the human authority boundary

Autonomous systems, employees, applications, partners

PARMANA

Policy check, authority verification, cryptographic proof

Business systems: payments, ERP, CRM, banking APIs

Parmana sits between autonomous systems, employees, applications, and partners, and the business systems they act on.

Before any execution reaches your systems, Parmana checks the proposed action against your policy.

If it is within your authority, execution proceeds. If not, it is blocked.

Every authorized action produces cryptographic proof that your authority was respected.

Parmana does not make the decision.

Your existing policies determine what is authorized. Parmana evaluates and enforces those policies deterministically.

Autonomous systems propose. Your policy decides. Parmana enforces.

Three systems. One boundary.

01

Request

The actor, an autonomous system, employee, or application, proposes an action.

02

Evaluate

Parmana checks the proposal against your policy.

03

Decide

Your policy decides. Parmana issues the decision state: authorized or denied.

04

Execute

If authorized, execution proceeds and the decision is signed into verifiable evidence. If denied, execution is blocked.

Your policies are the source of authority

Your organization already has authorization rules.

Approval limits, for example approvals over $10,000 require CFO approval

Delegation rules, for example managers can approve requests under $5,000

Vendor lists, for example payments only to approved vendors

Compliance rules, for example KYC required before a transaction

Industry policies, for example no international transfers of a given type

Parmana enforces these rules. It does not invent or change them.

The market is building trust and access. Nobody is building the boundary.

Regulators, standards bodies, and the incidents themselves are converging on the same missing piece from different directions.

Market signals

NPCI, Global Fintech Fest 2026

NPCI's Unified Agent Protocol lets users delegate UPI payments to an AI agent within a preset limit, and NPCI has been explicit that the AI should not itself approve the payment.

Medianama coverage

FCA, the Mills Review, July 2026

The UK's Financial Conduct Authority recommends a trusted framework covering identity, authority to act, and accountability before AI agents can operate more autonomously in financial services.

Read the Mills Review

KPMG, Cybersecurity Considerations 2026

Non-human identities and AI agents now outnumber human users in most enterprises, and identity governance built around a person clicking accept or decline does not survive that ratio.

Read the KPMG report

RBI, Framework for Responsible and Ethical Enablement of AI

RBI's framework places accountability for an AI driven decision on the regulated bank or NBFC itself, not on the AI system or the vendor that built it.

Summary of the framework

Why prevention, not monitoring

OpenAI, incident report, July 2026

OpenAI's own models, under internal evaluation, circumvented the controls meant to isolate them, coordinated through an unauthorized public channel, and reached production infrastructure at Hugging Face. Monitoring and safeguards were in place and were still evaded.

Read OpenAI's report

UK AI Security Institute, August 2026

During its own red team testing, AISI found agents under evaluation took unsanctioned action against real targets, including social engineering a human maintainer into approving a malicious code change.

Read the AISI incident report

HCLTech, AI Impact Imperatives 2026

In a survey of 467 senior leaders, 76 percent say responsible AI concerns have delayed deployment, and most enterprises rolling out many agents doubt they could pass an audit of agent behavior.

Read the HCLTech report

None of these organizations are describing Parmana. They are independently describing the same gap: capable autonomous systems, and no structural boundary keeping a human's policy in charge of what they are allowed to execute.

The human authority boundary sits outside your business systems

Structural authority guarantees

Authorization verified before execution

No action reaches your systems without evaluation.

Fails closed by default

Blocked by default. Authorized only by an explicit decision state.

Single use credentials

Each action consumes its own authorization token, isolated per session.

Bounded in time

Authorization expires automatically.

Revocable credentials

Authority can be revoked in flight.

Cryptographic signing

Ed25519 and ML-DSA signing, with hybrid signatures available for cryptographic agility and quantum readiness.

Verifiable execution evidence

Proof that authorization happened before execution.

Immutable audit trail

Evidence cannot be modified after the fact.

Independent offline verification

Signed execution trust records can be verified independently without trusting the Parmana runtime or database.

Discoverable verification keys

Public verification keys are exposed through standard discovery endpoints for independent verification.

Key rotation

Verification keys can be rotated through an explicit key identifier without changing the authorization model.

Hybrid downgrade protection

Hybrid signature enforcement can be enabled when an environment requires protection against silent fallback to a single signature scheme.

Wherever an autonomous system can take a consequential action

Your policies already define the authority.

Your change control policy

Request

An autonomous operations agent proposes deleting, scaling down, or reconfiguring a production system.

Parmana checks

Parmana checks the change against your change control policy, including which systems are protected and who can authorize a change to them.

Outcome

Permitted changes proceed. Changes outside policy are blocked before they touch production.

Not a mockup

Watch a real refund get authorized, live

A working integration between a Phinite autonomous agent and Parmana, with the full walkthrough and the real authorization evidence.

Or watch the short explainers
Watch the demo

Parmana speaks to your entire organization

CFO

Autonomous systems respect approval limits and delegation rules automatically.

Chief Risk / Compliance Officer

Existing policies are enforced before an action, not audited after it.

CTO

The authorization layer sits outside business systems and does not add risk to core infrastructure.

CISO / Security

The authorization boundary prevents unauthorized execution before it reaches protected systems.

Engineering lead

Existing authorization rules are encoded once and enforced everywhere autonomous systems act.

Regulator

Cryptographic proof shows authorization was evaluated before every action.

Questions teams ask

What Parmana is

Is Parmana an AI system?

No, deliberately not. The decision that determines whether an action executes is a deterministic policy evaluation, not a model. An autonomous system can propose or request an action, but it is never the authority deciding whether that action is authorized. That makes the result provable rather than probabilistic.

What does human authority infrastructure actually mean?

It means the boundary that decides whether a proposed action is allowed to happen is controlled by your policy, not by the system proposing it. Parmana does not add a new layer of oversight to watch autonomous systems, it makes sure your existing policy is what an action is checked against before it is allowed to run.

Isn't this just AI governance?

Governance usually means monitoring a system you are worried about and reacting after something goes wrong. Parmana is structural instead of behavioral, an unauthorized action cannot execute in the first place because the requesting system never holds the credential needed to execute it. That holds whether or not the system behaves as expected.

Why call this human authority infrastructure instead of AI governance?

Governance usually implies a system that acts first and gets reviewed second. Human authority infrastructure describes the opposite order, your policy is checked before an action executes, not after. The name is meant to describe where the deciding power sits, with your policy, not with the system asking to act.

If nobody is approving every action by hand, how is a human still in control?

Control here does not mean a person clicks approve on every request, autonomous systems would not be useful if that were true. It means the rule that decides whether an action is authorized was set by a person in advance, as policy, and Parmana enforces exactly that rule without deviation. Authority stays with whoever owns the policy, execution just happens at the speed autonomous systems need.

Does Parmana replace our risk or governance team?

No. Your risk and compliance functions still set the policy and still own the response when something needs to change. Parmana enforces whatever they decide, structurally, so their decisions apply to every autonomous action automatically instead of depending on someone noticing an exception after the fact.

What if our policy itself is wrong or outdated? Doesn't Parmana just enforce a bad decision faster?

Yes, and that is worth being direct about. Parmana enforces the policy you give it, it does not judge whether that policy is a good one. Getting the policy right is still your organization's responsibility, Parmana's job is making sure whatever policy you set is actually what happens, every time, rather than something that quietly degrades as autonomous systems scale.

How it works

Do we need to rebuild our policies to use Parmana?

No. Your existing approval limits, delegation rules, vendor lists, and compliance rules are what Parmana checks against. Your business systems and policies stay in place, Parmana adds the enforcement boundary in front of them.

How is this different from identity and access management?

Identity and access layers answer who a requester is and what they can generally access. Parmana answers whether this specific action is authorized right now, in this context. It is a separate, complementary layer, not a replacement for IAM.

Is this only for AI agents?

No. The same boundary works for AI agents, algorithms, workflows, employees, or applications. Parmana does not evaluate who or what is making the request, it evaluates whether the requested action is authorized.

Does Parmana stop autonomous systems from acting?

No. A request that matches your policy proceeds. A request that falls outside your policy is refused. Parmana is designed to let autonomous systems act without giving them authority of their own.

Security and resilience

What if the autonomous system itself is compromised or jailbroken?

Parmana does not need to trust the system making the request. A compromised system can still submit a request, but it cannot manufacture authorization, because it never holds the credential that executes the action. Every request is checked against your policy before execution, regardless of how the request was generated.

Can an autonomous system override Parmana's decision?

No. A requester cannot change the authorization decision or the authorization boundary itself. Authority is separated from execution, hierarchically, so the system proposing an action has no path to grant itself permission.

What happens if Parmana is unavailable?

Execution fails closed. No action proceeds without authorization. That is a guarantee, not a limitation.

What happens if Parmana disappears entirely?

Authority belongs to your business, not to Parmana. Parmana is built to deploy in an environment you control, using your own signing keys and your own policy files rather than a central store Parmana hosts, so Parmana is not a permanent, irreplaceable source of authority for your organization.

Evidence and verification

How is this different from an audit log?

An audit log records what happened after the fact. Parmana verifies whether an action is authorized before it happens and records cryptographic proof of that authorization. One records an event, the other enforces the boundary before execution.

Can the execution evidence be verified independently?

Yes. Parmana signs authorization decisions with Ed25519, with ML-DSA, also known as Dilithium3, available through hybrid signatures for post-quantum readiness. Anyone holding the public verification key can check a signed decision independently, without trusting Parmana's runtime or database.

Who this is for

What kind of organizations should use Parmana?

Any organization where an autonomous system, an AI agent, an algorithm, or an automated workflow can initiate a consequential action, a payment, a refund, a vendor approval, an infrastructure change, and where getting that action wrong has a real cost. If nothing in your organization executes automatically today, there is nothing yet for Parmana to sit in front of.

Do we need AI agents already running in production to get value from this?

No. What matters is that you have, or are about to have, some automated or autonomous process that takes a consequential action, whether that is an AI agent, a scripted workflow, or an algorithm. Parmana does not evaluate what is making the request, only whether the request is authorized.

Is Parmana built for a specific industry?

No. The underlying architecture is domain agnostic, an action, a target, and its parameters, so it does not assume payments or any other specific domain. Financial services is where the clearest, highest stakes examples live today, refunds, transfers, approvals, but the same boundary applies anywhere an autonomous system can take a consequential action.

What is the minimum infrastructure required to participate in a pilot?

Parmana runs as a container and is built to deploy on any Docker based platform, so the minimum is whatever you already use to run a small containerized service. Beyond that you need one target system to integrate for the piloted action, your own signing keys, and a policy for that one action, nothing more specialized than that.

Do we need a dedicated engineering team to integrate Parmana?

You need someone who can wire up one connector, an API call to the system that executes the piloted action, and define the policy for that action. For most teams that is a small, scoped integration task rather than a dedicated project, though the exact effort depends on how that target system already exposes its API.

Pilots

How do we start a pilot?

Email us and we will scope a pilot around one real, consequential action your autonomous systems already need to take, a refund, a payment, or another workflow, so you can see your own policy controlling execution before committing to anything further.

What do you need from us to run a pilot?

One real, consequential action worth protecting, and the policy that should govern it, refunds, payments, or another workflow. You keep your own signing keys and policy files in your own infrastructure, Parmana does not need standing access to your systems beyond the specific action being piloted.

Do we need real production data or real money for a pilot?

No. A pilot can run against a sandbox or test environment first, so you can see your policy controlling execution before anything touches production traffic. Extending it to a live environment is a decision you make after seeing it work, not a precondition of the pilot.

How long does a pilot take?

It depends on how ready your policy and target system are to integrate, so we scope a timeline together rather than quote one up front. Most of the work is agreeing on the one action and the policy it should be checked against, the integration itself is comparatively fast.

What happens after the pilot?

If it proves out, the same integration extends to more actions and more of your autonomous systems, using policy you already validated during the pilot. If it does not, you have not committed to anything beyond the scope of that one pilot.

Your rules already exist.

You do not need another policy system. You need a human authority boundary.

See your existing policy controlling an autonomous system.