{
  "$schema": "https://ap2.dev/schemas/manifest/v1.json",
  "version": "1.0",
  "merchant": {
    "name": "turva.dev",
    "legal_name": "Erik Rekola",
    "business_id": "3600281-7",
    "country": "FI",
    "contact": "mailto:info@turva.dev",
    "url": "https://turva.dev/"
  },
  "payment_model": "quote_on_request",
  "supported_rails": [],
  "pricing": {
    "currency": "EUR",
    "vat_included": false,
    "items": [
      {
        "name": "Audit",
        "price": 6500,
        "unit": "fixed",
        "duration": "2-3 weeks"
      },
      {
        "name": "Advisory",
        "price": 3000,
        "unit": "month",
        "minimum_commitment_months": 3
      },
      {
        "name": "Implementation",
        "price": 1500,
        "unit": "day"
      }
    ]
  },
  "quote_endpoint": {
    "type": "human_contact",
    "channels": [
      {
        "type": "email",
        "value": "mailto:info@turva.dev"
      },
      {
        "type": "signal",
        "value": "@turva.19"
      },
      {
        "type": "linkedin",
        "value": "https://www.linkedin.com/in/erikrekola/"
      }
    ],
    "languages": [
      "en"
    ],
    "typical_response_time": "P1D"
  },
  "rationale": "Audit, advisory, and implementation work are scoped per engagement; prices are published; final price is confirmed in writing after scope is agreed. Machine-payable rails (USDC/x402, Stripe payment links, AP2 push payments) are not enabled. Engagement is async-only; no calls and no calendar links."
}