{
  "schema": "https://www.mahastrategies.com/schemas/agent-offers/v0.2",
  "version": "0.2.0",
  "updatedAt": "2026-07-20T00:00:00.000Z",
  "provider": {
    "name": "Maha Strategies LLC",
    "url": "https://www.mahastrategies.com",
    "contactUrl": "https://www.mahastrategies.com/contact"
  },
  "transactionPolicy": {
    "mode": "mixed_inquiry_and_human_confirmed_checkout",
    "humanConfirmationRequired": true,
    "autonomousPaymentSupported": false,
    "bindingCommitment": "Research engagements require written confirmation by Maha Strategies. A self-service MPS purchase is binding only when the purchaser authorizes payment in Stripe Checkout; this manifest cannot authorize a charge."
  },
  "credentialPolicy": {
    "mode": "approved_client_credentials",
    "issuance": "Credentials are issued only after a human approval by Maha Strategies.",
    "scope": ["client identity", "allowed offers", "allowed capabilities", "request rate", "expiry", "revocation"],
    "storage": "Clients must store issued credentials in a secret manager. Maha Strategies never publishes a shared public token."
  },
  "bookMachineAccessPolicy": {
    "termsUrl": "https://www.mahastrategies.com/books/mcp-access",
    "publicWebEdition": "Every book remains free to read on its public web page.",
    "paidEntitlement": "The entitlement adds a heading-addressable structured content API for local MCP use; it does not restrict the free web edition.",
    "pricing": "The current price is displayed in Stripe Checkout before payment is authorized.",
    "reversalPolicy": "Partial refunds preserve access. Access is revoked only after cumulative refunds reach the original payment or a Stripe dispute is closed as lost."
  },
  "provenance": {
    "standard": "MPS/0.1",
    "specification": "https://www.mahastrategies.com/mps",
    "registry": "https://mps.mahastrategies.com/v1/records"
  },
  "capabilities": [
    {
      "id": "mps_audit",
      "status": "self_service_or_approved_client",
      "endpoint": "https://www.mahastrategies.com/api/mps-audits",
      "method": "POST",
      "inputSchema": "https://www.mahastrategies.com/mps-audit-schema.json",
      "authorization": "Bearer client credential with explicit mps_audit capability; credentials are expiring, revocable, and rate-limited.",
      "recordPolicy": "Source text is not retained in the audit ledger. The stored record contains the input hash, claim-level result, status, model identifier, and event history.",
      "assurance": "Automated MPS/0.1 assessment only. VERIFIED claims still require human confirmation against primary sources."
    }
  ],
  "offers": [
    {
      "id": "mps-prepaid-audit-access",
      "name": "MPS Prepaid Audit API Access",
      "status": "available_for_self_service_purchase",
      "serviceUrl": "https://www.mahastrategies.com/mps/audit-access",
      "capability": "mps_audit",
      "price": {
        "currency": "USD",
        "type": "stripe_checkout_disclosed",
        "disclosure": "The current fixed-pack price and payment methods are displayed by Stripe Checkout before payment is authorized."
      },
      "delivery": {
        "type": "automated_after_signed_payment_confirmation",
        "credentialScope": "MPS audit API only",
        "credentialExpiry": "One year after checkout preparation unless the credential is revoked sooner."
      },
      "prepaidCredits": {
        "unit": "mps_audit_invocation",
        "consumption": "One credit is reserved before each successful MPS API audit runs.",
        "failedAuditPolicy": "If an audit fails after a credit is reserved, the credit is automatically returned to the append-only ledger.",
        "insufficientBalance": {
          "httpStatus": 402,
          "code": "payment_required",
          "action": "Buy another prepaid pack through the purchase URL or checkout endpoint in the response."
        }
      },
      "purchase": {
        "mode": "human_confirmed_stripe_checkout",
        "purchaseUrl": "https://www.mahastrategies.com/mps/audit-access",
        "checkoutEndpoint": "https://www.mahastrategies.com/api/mps-credits/checkout",
        "method": "POST",
        "authorization": "A human purchaser must review and authorize the Stripe-hosted payment. This manifest does not authorize an autonomous charge."
      },
      "credentialPolicy": {
        "issuance": "A new credential is generated for each self-service checkout and becomes active only after Stripe signed webhook confirmation.",
        "storage": "The plaintext credential is disclosed once in the purchasing browser. Store it in a secret manager before closing the page.",
        "recovery": "Plaintext credentials cannot be recovered. Support can revoke and replace a credential, but cannot reveal the original secret.",
        "access": "Credentials are scoped, rate-limited, expiring, revocable, and cannot access internal services."
      },
      "api": {
        "openApi": "https://www.mahastrategies.com/api/docs/openapi",
        "auditEndpoint": "https://www.mahastrategies.com/api/mps-audits",
        "balanceEndpoint": "https://www.mahastrategies.com/api/mps-credits",
        "authorization": "Bearer client credential with explicit mps_audit capability."
      }
    },
    {
      "id": "rapid-intelligence-brief",
      "name": "Rapid Intelligence Brief",
      "status": "available_for_inquiry",
      "serviceUrl": "https://www.mahastrategies.com/rapid-intelligence-brief",
      "price": {
        "currency": "USD",
        "type": "starting_at",
        "amount": 500
      },
      "delivery": {
        "targetBusinessDays": 5,
        "beginsAfter": "A human confirms fit, scope, sources, deliverable, price, and timing."
      },
      "requiredInputs": [
        "One defined market, technology, or policy question.",
        "The decision the brief should inform.",
        "Any deadline, known constraints, and relevant context."
      ],
      "deliverables": [
        "A 2–3 page decision-ready memo.",
        "Key evidence and links to public or authorized sources used.",
        "Explicit assumptions, material uncertainty, and decision implications."
      ],
      "exclusions": [
        "Primary interviews, confidential diligence, legal advice, investment advice, and engineering sign-off.",
        "Open-ended research programs and ongoing monitoring.",
        "A fully provenance-tagged evidence record."
      ],
      "request": {
        "mode": "authenticated_json",
        "url": "https://www.mahastrategies.com/api/agent-inquiries",
        "method": "POST",
        "inputSchema": "https://www.mahastrategies.com/agent-inquiry-schema.json",
        "authorization": "Bearer client credential issued by Maha Strategies after approval; credentials are scoped, expiring, and revocable.",
        "fallbackUrl": "https://www.mahastrategies.com/contact",
        "inquiryType": "rapid_intelligence",
        "responseTargetBusinessDays": 2
      }
    },
    {
      "id": "verified-research-brief",
      "name": "Verified Research Brief",
      "status": "available_for_inquiry",
      "serviceUrl": "https://www.mahastrategies.com/consulting",
      "price": {
        "currency": "USD",
        "type": "fixed",
        "amount": 2500
      },
      "delivery": {
        "targetBusinessDays": 10,
        "beginsAfter": "A human confirms and narrows the scoped question."
      },
      "requiredInputs": [
        "One decision-critical question or assertion to assess.",
        "The intended decision-maker and decision context.",
        "Known constraints, required sources, and timing."
      ],
      "deliverables": [
        "A 10–15 page research synthesis for decision-makers.",
        "An evidence layer with MPS claim-status tags and linked citations.",
        "One revision round."
      ],
      "request": {
        "mode": "authenticated_json",
        "url": "https://www.mahastrategies.com/api/agent-inquiries",
        "method": "POST",
        "inputSchema": "https://www.mahastrategies.com/agent-inquiry-schema.json",
        "authorization": "Bearer client credential issued by Maha Strategies after approval; credentials are scoped, expiring, and revocable.",
        "fallbackUrl": "https://www.mahastrategies.com/contact",
        "inquiryType": "verified_research",
        "responseTargetBusinessDays": 2
      }
    },
    {
      "id": "mps-preflight",
      "name": "MPS Preflight",
      "status": "available_for_self_service_purchase",
      "serviceUrl": "https://www.mahastrategies.com/mps/preflight",
      "price": { "currency": "USD", "type": "fixed", "amount": 49 },
      "delivery": { "type": "automated_after_signed_payment_confirmation", "report": "Private claim map, verification backlog, and machine-readable record." },
      "input": { "maximumCharacters": 12000, "acceptedContent": "A nonfiction document extract." },
      "purchase": {
        "mode": "human_confirmed_stripe_checkout",
        "purchaseUrl": "https://www.mahastrategies.com/mps/preflight",
        "checkoutEndpoint": "https://www.mahastrategies.com/api/mps-preflight/checkout",
        "method": "POST",
        "authorization": "A human purchaser must review and authorize payment in Stripe Checkout. This manifest does not authorize an autonomous charge."
      },
      "boundaries": ["Automated triage, not a public MPS certification or source-by-source human verification.", "No legal, investment, or other regulated professional advice.", "The source document is not saved in the ledger; the durable record retains an input hash and claim excerpts."]
    },
    {
      "id": "book-the-imagined-life",
      "name": "The Imagined Life",
      "status": "open_web_edition_with_authenticated_machine_access",
      "serviceUrl": "https://www.mahastrategies.com/books/the-imagined-life",
      "access": { "publicWebEdition": "Free to read on the public web page.", "entitlementEndpoint": "https://www.mahastrategies.com/api/books/the-imagined-life/entitlement", "contentEndpoint": "https://www.mahastrategies.com/api/books/the-imagined-life/content" },
      "purchase": { "mode": "authenticated_stripe_checkout_when_enabled", "checkoutEndpoint": "https://www.mahastrategies.com/api/books/checkout", "authorization": "A valid client credential and human approval are required before checkout." }
    },
    {
      "id": "book-the-orbital-mind",
      "name": "The Orbital Mind",
      "status": "open_web_edition_with_authenticated_machine_access",
      "serviceUrl": "https://www.mahastrategies.com/books/the-orbital-mind",
      "access": { "publicWebEdition": "Free to read on the public web page.", "entitlementEndpoint": "https://www.mahastrategies.com/api/books/the-orbital-mind/entitlement", "contentEndpoint": "https://www.mahastrategies.com/api/books/the-orbital-mind/content" },
      "purchase": { "mode": "authenticated_stripe_checkout_when_enabled", "checkoutEndpoint": "https://www.mahastrategies.com/api/books/checkout", "authorization": "A valid client credential and human approval are required before checkout." }
    },
    {
      "id": "book-the-synthetic-self",
      "name": "The Synthetic Self",
      "status": "open_web_edition_with_authenticated_machine_access",
      "serviceUrl": "https://www.mahastrategies.com/books/the-synthetic-self",
      "access": { "publicWebEdition": "Free to read on the public web page.", "entitlementEndpoint": "https://www.mahastrategies.com/api/books/the-synthetic-self/entitlement", "contentEndpoint": "https://www.mahastrategies.com/api/books/the-synthetic-self/content" },
      "purchase": { "mode": "authenticated_stripe_checkout_when_enabled", "checkoutEndpoint": "https://www.mahastrategies.com/api/books/checkout", "authorization": "A valid client credential and human approval are required before checkout." }
    },
    {
      "id": "book-the-unfinished-species",
      "name": "The Unfinished Species",
      "status": "open_web_edition_with_authenticated_machine_access",
      "serviceUrl": "https://www.mahastrategies.com/books/the-unfinished-species",
      "access": { "publicWebEdition": "Free to read on the public web page.", "entitlementEndpoint": "https://www.mahastrategies.com/api/books/the-unfinished-species/entitlement", "contentEndpoint": "https://www.mahastrategies.com/api/books/the-unfinished-species/content" },
      "purchase": { "mode": "authenticated_stripe_checkout_when_enabled", "checkoutEndpoint": "https://www.mahastrategies.com/api/books/checkout", "authorization": "A valid client credential and human approval are required before checkout." }
    },
    {
      "id": "maha-os-mobile-app",
      "name": "Maha OS",
      "status": "available_through_app_stores",
      "serviceUrl": "https://www.mahastrategies.com/software",
      "description": "A local-first mobile application for focus and metabolic awareness, designed to minimize non-essential off-device telemetry.",
      "acquisition": {
        "mode": "external_app_store",
        "iosUrl": "https://apps.apple.com/us/app/maha-os/id6778333838",
        "androidUrl": "https://play.google.com/store/apps/details?id=com.maha.os",
        "authorization": "App-store terms and payment controls apply. Maha Strategies does not expose an autonomous purchase endpoint for the app."
      }
    }
  ]
}
