{
  "schema_version": "humanmirror-developer-platform/1",
  "name": "HumanMirror Developer Platform",
  "audience": [
    "AI developers",
    "agent framework authors",
    "bot fleets",
    "autonomous agents"
  ],
  "business_model": {
    "subscriptions": [
      {
        "id": "starter",
        "price_eur_monthly": 29,
        "monthly_quota": 50000,
        "api_key_model": "single_primary_key_today; delegated keys roadmap"
      },
      {
        "id": "pro_legacy",
        "price_eur_monthly": 49,
        "monthly_quota": 100000,
        "compatibility": true
      },
      {
        "id": "developer",
        "price_eur_monthly": 79,
        "monthly_quota": 250000,
        "api_key_model": "single_primary_key_today; delegated keys roadmap"
      },
      {
        "id": "studio",
        "price_eur_monthly": 199,
        "monthly_quota": 1000000,
        "api_key_model": "single_primary_key_today; delegated keys roadmap"
      },
      {
        "id": "fleet",
        "price_eur_monthly": 499,
        "monthly_quota": 5000000,
        "api_key_model": "single_primary_key_today; delegated keys roadmap"
      },
      {
        "id": "enterprise_core",
        "price_eur_monthly": 1500
      },
      {
        "id": "enterprise_scale",
        "price_eur_monthly": 3000
      },
      {
        "id": "enterprise_sovereign",
        "price_eur_monthly": 5000
      }
    ],
    "machine_pay_per_use": {
      "protocol": "x402",
      "network": "eip155:8453",
      "asset": "USDC",
      "price_range_usdc": [
        "0.001",
        "0.010",
        "0.050"
      ],
      "role": "parallel_pay_per_use_and_overage"
    }
  },
  "checkout": "https://humanmirror.fr/api/v1/saas/checkout/",
  "sdk": {
    "node": {
      "package": "@humanmirror/sdk",
      "source_path": "packages/humanmirror-sdk-js/"
    },
    "python": {
      "package": "humanmirror",
      "source_path": "packages/humanmirror-sdk-python/"
    }
  },
  "universal_transport": "https://humanmirror.fr/.well-known/universal-transport.json",
  "one_mcp": "https://humanmirror.fr/api/one/mcp/",
  "nexus_trial": "https://humanmirror.fr/api/nexus/trial/",
  "x402_catalog": "https://humanmirror.fr/x402/catalog.json",
  "execute": "https://humanmirror.fr/api/v1/saas/execute/",
  "subscription_operations": [
    "payload_normalizer",
    "sanitize_shield",
    "consensus_verify",
    "pangi_route",
    "context_compress"
  ]
}
