Export-first

Contrats machine

Appelez l’API Green, poussez le JSON vers votre ERP/BIM via middleware. Pas de plugin natif Autodesk/SAP dans cette version.

  • export_json

    Export WELHR → ERP / GRC

    POST legal-risk puis pousser le JSON vers votre GRC (ServiceNow, SAP GRC…).

    /api/green/eau/legal-risk

    {
      "text": "Data center AI, Michigan, cooling towers, water contract review",
      "region": "Michigan",
      "asset_hint": "data_center"
    }
  • export_json

    Export playbook continuité

    Scénarios CAPEX/OPEX pour dossier board / ERP projet.

    /api/green/eau/continuity-playbook

    {
      "text": "AI campus 100MW cooling, community hearings",
      "region": "Michigan",
      "mw_it": 100,
      "cooling": "tower",
      "project_label": "Meridian North"
    }
  • export_json

    Resilience brief → dashboard BI

    Score + 3 priorités pour Power BI / Looker / Notion.

    /api/green/eau/resilience-brief

    {
      "text": "Hyperscale cooling Arizona stress",
      "region": "Arizona",
      "asset_hint": "data_center"
    }
  • export_json

    Supplier ESG screen

    Hygiène de claim fournisseur avant onboarding ERP achats.

    /api/green/eau/supplier-screen

    {
      "supplier_name": "CoolTech Cooling SARL",
      "claim_text": "100% green cooling, CSRD ready, GO certificates",
      "evidence_urls": []
    }
  • webhook

    Webhook inbound (placeholder)

    POST JSON depuis BIM/ERP vers votre middleware → appels AUROS. Pas de connecteur Autodesk/SAP natif day-one.

    /api/green/eau/resilience

    {
      "event": "project.updated",
      "project_id": "erp-123",
      "region": "Michigan",
      "mw_it": 80
    }
  • openapi

    Green OpenAPI

    Spécification machine pour générateurs de clients.

    /api/green/openapi

Intégrations export / webhook — pas de plugins BIM Autodesk ou modules SAP certifiés. Friction réduite via JSON + OpenAPI ; connecteurs natifs = chantier enterprise.