Why Parmana
AI systems are becoming increasingly capable of generating recommendations, initiating workflows, coordinating services, and executing actions. What remains unresolved is a much simpler question:Did the right person approve this action before it happened?Parmana exists to answer that question.
The Problem
Modern systems are becoming more autonomous. AI agents can:- Initiate payments
- Approve refunds
- Trigger infrastructure changes
- Escalate healthcare workflows
- Coordinate multi-step business processes
- Interact directly with external systems
The Missing Layer
Most organizations already have:- Authentication
- Authorization
- Identity providers
- Access control systems
- Workflow tools
- Audit logs
This specific action was approved by the appropriate human authority before execution.Parmana introduces a new control layer:
Why Not IAM?
Identity and Access Management systems answer:Who are you?and
What permissions do you have?Examples include:
- Okta
- Microsoft Entra ID
- Auth0
- AWS IAM
Did the right person approve this specific action?A CFO may have permission to transfer funds. That does not prove the CFO approved this particular transfer. IAM verifies identity. Parmana verifies authority.
Why Not RBAC?
Role-Based Access Control answers:Which actions may this role perform?Example:
- Decision provenance
- Policy evaluation
- Approval authority
- Execution uniqueness
- Cryptographic evidence
Could they do it?Parmana answers:
Should this action be executed?
Why Not Workflow Engines?
Workflow systems orchestrate processes. Examples include:- Temporal
- Camunda
- Airflow
- Step Functions
What happens next?They do not answer:
Was this action properly authorized?Workflow engines optimize execution. Parmana verifies authority before execution. The two systems are complementary.
Why Not Approval Systems?
Many organizations use approval chains. Examples include:- Procurement approvals
- Expense approvals
- Change management approvals
- Was the policy correct?
- Was the approval modified?
- Was the execution altered?
- Can an external verifier confirm the decision?
Why Not Policy Engines?
Policy engines evaluate rules. Examples include:- Open Policy Agent (OPA)
- Cedar
- Custom rule systems
Does this request satisfy policy?Policy evaluation is necessary. But policy evaluation alone is not sufficient. After evaluation, organizations still need to know:
- Which policy executed
- Which version executed
- Whether the runtime was trusted
- Whether the result was modified
- Whether execution matched authorization
Why Not Agent Governance Platforms?
A growing category of tools focuses on AI governance. These systems often provide:- Agent monitoring
- Policy management
- Risk scoring
- Human review workflows
How should agents behave?Parmana asks:
Can this action be proven authorized before execution?
What Makes Parmana Different?
Parmana answers one question:Did the right person approve this?If yes:
Authority Verification
Parmana verifies authority before execution. This creates a deterministic control point between intent and action.Cryptographic Attestations
Every approved decision can be represented as verifiable evidence. Attestations contain:- Policy identity
- Policy version
- Execution identifier
- Decision outcome
- Runtime provenance
- Digital signature
Replay Protection
The same authorization should not be executed repeatedly. Parmana enforces execution uniqueness. This prevents accidental or malicious re-execution.Execution Integrity
Approval alone is insufficient. Organizations must also verify that execution matched authorization. Parmana enables execution integrity verification through signed evidence and execution lineage.Independent Verification
Verification should not require trusting Parmana. Verification should not require trusting application operators. Verification should not require trusting infrastructure providers. Evidence should stand on its own. Parmana is designed around independently verifiable outcomes.Example: AI Agent Wants To Send Money
An AI system determines a vendor invoice should be paid. Without Authority Verification:The Core Thesis
AI can generate requests. AI can generate recommendations. AI can generate plans. AI can generate actions. But AI does not possess authority. Humans remain responsible for consequential outcomes. As autonomous systems become more capable, organizations require infrastructure that ensures authority remains verifiable before execution. That infrastructure is Parmana.In One Sentence
Parmana ensures that only human-authorized actions are executed in AI systems. Or more simply:AI has intelligence. Humans have authority. Parmana verifies that authority before execution.