{
  "profiles_version": "aux-certification-profiles-0.1.0",
  "default_profile_id": "vendor_payment_pre_action",
  "profiles": [
    {
      "profile_id": "vendor_payment_pre_action",
      "profile_version": "1.0.0",
      "status": "live",
      "title": "Vendor payment pre-action",
      "description": "Bounded independent certification before an agent pays a vendor.",
      "consequential_actions": [
        "pay_vendor"
      ],
      "requirements": [
        "transaction_identity",
        "invoice_source_integrity",
        "sanctions_identity",
        "legal_entity_status",
        "domain_identity",
        "vendor_history",
        "bank_destination",
        "agent_authority"
      ],
      "durable_attempts": true
    },
    {
      "profile_id": "counterparty_registry_pre_action",
      "profile_version": "0.1.0",
      "status": "live",
      "title": "Counterparty registry pre-action",
      "description": "Public-source-only bounded certification of current legal-entity identity/status plus exact-name OFAC screening before an agent relies on a proposed counterparty.",
      "consequential_actions": [
        "screen_counterparty",
        "onboard_counterparty",
        "contract_with_counterparty"
      ],
      "requirements": [
        "sanctions_identity",
        "legal_entity_status"
      ],
      "durable_attempts": true,
      "public_source_only": true
    },
    {
      "profile_id": "counterparty_identity_pre_action",
      "profile_version": "0.1.0",
      "status": "live",
      "title": "Counterparty identity pre-action",
      "description": "Bounded independent certification of counterparty identity, current legal-entity status, domain identity, and exact-name OFAC screening before an agent onboards, contracts with, or otherwise relies on that counterparty.",
      "consequential_actions": [
        "onboard_counterparty",
        "contract_with_counterparty",
        "rely_on_counterparty_identity"
      ],
      "requirements": [
        "sanctions_identity",
        "legal_entity_status",
        "domain_identity"
      ],
      "durable_attempts": true
    }
  ],
  "requirements_endpoint": "https://api.aux.prdictionedge.ai/v1/certification-requirements",
  "certification_endpoint": "https://api.aux.prdictionedge.ai/v1/certifications",
  "durable_attempts_endpoint": "https://api.aux.prdictionedge.ai/v1/certification-attempts",
  "state_model": [
    "CERTIFIED",
    "REQUIREMENTS_OUTSTANDING",
    "NOT_CERTIFIABLE",
    "SOURCE_TEMPORARILY_UNAVAILABLE"
  ],
  "note": "Only live profiles are listed by default. Shadow profiles are available only by explicit profile_id while under development. Omit profile_id to preserve the vendor_payment_pre_action 1.0 behavior."
}