# Parmana Systems ## Docs - [Bring Your Own Infrastructure](https://docs.manthan.systems/architecture/byoi.md): Why Parmana is an SDK you control, not a service you depend on - [Canonical Serialization](https://docs.manthan.systems/architecture/canonical-serialization.md): How deterministic byte representation makes signatures and fingerprints portable - [Deterministic Governance](https://docs.manthan.systems/architecture/deterministic-governance.md): Why governance must be deterministic to be trustworthy - [Execution Authority](https://docs.manthan.systems/architecture/execution-authority.md): How Parmana enforces that decisions are made by the right system - [Fail-Closed Governance](https://docs.manthan.systems/architecture/fail-closed-governance.md): Why governance must deny by default when guarantees cannot be established - [Governance vs Orchestration](https://docs.manthan.systems/architecture/governance-vs-orchestration.md): Why coordinating execution is not the same as governing it - [Governed Signals](https://docs.manthan.systems/architecture/governed-signals.md): How input signals are validated, normalized, and bound to decisions - [Immutable Governance Lineage](https://docs.manthan.systems/architecture/immutable-lineage.md): How Parmana maintains a tamper-evident, permanently reconstructable governance history - [Portable Verification](https://docs.manthan.systems/architecture/portable-verification.md): How any party can verify any decision without accessing your infrastructure - [Runtime Provenance](https://docs.manthan.systems/architecture/runtime-provenance.md): How Parmana binds every decision to the exact runtime version that produced it - [Trust Portability](https://docs.manthan.systems/architecture/trust-portability.md): Any independent party can cryptographically verify every governance decision from the attestation alone. - [Attestations](https://docs.manthan.systems/concepts/attestations.md): What an attestation is and how to use it - [How It Works](https://docs.manthan.systems/concepts/how-it-works.md): The execution model and core concepts behind Parmana - [Policies](https://docs.manthan.systems/concepts/policies.md): What a policy is and how to write one - [Replay Protection](https://docs.manthan.systems/concepts/replay-protection.md): How Parmana prevents duplicate execution of governed decisions - [Custom Integrations (BYOI)](https://docs.manthan.systems/guides/custom-integrations.md): Bring your own keys, replay store, and infrastructure - [Express.js Integration](https://docs.manthan.systems/guides/express-integration.md): Add governance to an Express.js API - [Write Your First Policy](https://docs.manthan.systems/guides/first-policy.md): Create, compile, and sign a governance policy from scratch - [Policy Versioning](https://docs.manthan.systems/guides/policy-versioning.md): How to safely update governance policies without breaking audit history - [Production Checklist](https://docs.manthan.systems/guides/production-checklist.md): Everything you need before going to production with Parmana - [Parmana Systems](https://docs.manthan.systems/index.md): Deterministic, signed, independently verifiable governance for AI agents and automated decision systems - [@parmanasystems/audit-db](https://docs.manthan.systems/packages/audit-db.md): PostgreSQL-backed audit storage for governance decisions - [@parmanasystems/bundle](https://docs.manthan.systems/packages/bundle.md): Canonical JSON serialization, content hashing, and manifest generation - [@parmanasystems/core](https://docs.manthan.systems/packages/core.md): Main SDK package for governed decision execution - [@parmanasystems/crypto](https://docs.manthan.systems/packages/crypto.md): Ed25519 signing and verification primitives - [@parmanasystems/governance](https://docs.manthan.systems/packages/governance.md): Policy authoring, compilation, and bundle generation - [@parmanasystems/sdk-client](https://docs.manthan.systems/packages/sdk-client.md): Typed HTTP client for the Parmana governance server - [@parmanasystems/server](https://docs.manthan.systems/packages/server.md): Ready-to-deploy Express governance server - [@parmanasystems/verifier](https://docs.manthan.systems/packages/verifier.md): Standalone attestation verification without the full execution runtime - [@parmanasystems/verifier-cli](https://docs.manthan.systems/packages/verifier-cli.md): CLI for policy compilation, signing, and verification - [Quickstart](https://docs.manthan.systems/quickstart.md): Make your first governed decision in 5 minutes - [API Reference](https://docs.manthan.systems/reference/api-reference.md): Complete API documentation for @parmanasystems/core - [CLI Reference](https://docs.manthan.systems/reference/cli-reference.md): All parmana CLI commands - [Error Codes](https://docs.manthan.systems/reference/error-codes.md): Complete reference for all Parmana error codes - [Policy Schema Reference](https://docs.manthan.systems/reference/policy-schema.md): Complete reference for policy.json - [Signal Types](https://docs.manthan.systems/reference/signal-types.md): All supported signal types and their validation rules - [Technical Compliance Guide: How Parmana Supports Regulatory Requirements](https://docs.manthan.systems/whitepapers/compliance-technical.md): How deterministic attestation supports GDPR, SOC 2, financial regulation, and AI governance frameworks - [Why Governance Must Be Deterministic](https://docs.manthan.systems/whitepapers/determinism-essay.md): The mathematical and practical case for determinism in AI decision systems - [Governance as Infrastructure: The Case for Deterministic Decision Systems](https://docs.manthan.systems/whitepapers/governance-infrastructure.md): Why AI governance must be infrastructure-grade, not an afterthought - [Replay Protection: Ensuring Each Decision Executes Exactly Once](https://docs.manthan.systems/whitepapers/replay-protection-deep.md): The theory and implementation of replay-safe governance - [Technical Diligence: Parmana Systems Architecture](https://docs.manthan.systems/whitepapers/technical-diligence.md): For investors and technical evaluators - a complete view of the architecture, correctness properties, and competitive position ## OpenAPI Specs - [openapi](https://docs.manthan.systems/api-reference/openapi.json)