{
  "name": "HumanMirror Enterprise Guard",
  "version": "1.1.0",
  "description": "Self-service B2B governance middleware for organizations operating fleets of agents, bots and community-management automation.",
  "homepage": "https://humanmirror.fr/enterprise-guard/",
  "endpoint": "https://humanmirror.fr/api/v1/enterprise-guard/preflight/",
  "authentication": {
    "type": "api_key",
    "header": "Authorization",
    "format": "Bearer hm_guard_*"
  },
  "capabilities": [
    "agent-state-continuity",
    "brand-policy-validation",
    "aggregate-reputation-risk",
    "governance-decision",
    "signed-governance-receipt",
    "billing-portal-self-service"
  ],
  "plans": [
    {
      "id": "core",
      "price_eur_monthly": 1500,
      "monthly_quota": 500000,
      "agent_limit": 25
    },
    {
      "id": "scale",
      "price_eur_monthly": 3000,
      "monthly_quota": 2000000,
      "agent_limit": 100
    },
    {
      "id": "sovereign",
      "price_eur_monthly": 5000,
      "monthly_quota": 5000000,
      "agent_limit": 500
    }
  ],
  "billing": {
    "provider": "Stripe Billing",
    "checkout": "https://humanmirror.fr/api/v1/enterprise-guard/checkout/",
    "payment_methods": "Stripe Dynamic Payment Methods",
    "bank_transfer": "https://humanmirror.fr/api/v1/enterprise-guard/bank-transfer/",
    "bank_transfer_claim": "https://humanmirror.fr/api/v1/enterprise-guard/bank-transfer-claim/",
    "bank_transfer_network": "SEPA EUR",
    "provision_on": "invoice.paid",
    "portal": "https://humanmirror.fr/api/v1/enterprise-guard/portal/",
    "interval": "month"
  },
  "privacy": {
    "perception_signals": "aggregate cohort only",
    "individual_targeting": false,
    "sensitive_trait_inference": false
  },
  "global_enterprise": {
    "version": "2026-09-04-v1",
    "manifest": "https://humanmirror.fr/.well-known/global-enterprise.json",
    "profile_endpoint": "https://humanmirror.fr/api/v1/global-enterprise/profile/",
    "billing_capabilities": "https://humanmirror.fr/api/v1/global-enterprise/billing-capabilities/",
    "headers": [
      "X-Industry-Profile",
      "X-Jurisdiction",
      "X-Billing-Currency"
    ],
    "built_in_profiles": [
      "finance",
      "pharma",
      "retail",
      "logistics",
      "tech",
      "entertainment"
    ],
    "custom_profiles": true,
    "compatibility": "additive_no_header_no_behavior_change",
    "compliance_assurance": "policy_guardrails_not_legal_certification"
  }
}
