simulate_remediation
Counterfactual remediation simulator. Given a certificate's verdict + fourFactorScoring + agents and a list of remediation IDs from the FK-METHOD-2026-003 catalog, return the apportioned shares each remediation would have produced (in isolation) and the composite shares if they all stack. Every remediation cites a specific statute or standard. GET /api/v2/remediation/catalog for the list of IDs. Cost: 1 credit (same price as verify_certificate). Pure deterministic; same inputs produce a byte-identical result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agents | Yes | Agent registry (id + type) so the simulator can map remediation targetType to specific party ids. | |
| verdict | Yes | The verdict block from the CausalCertificate. | |
| remediations | Yes | List of remediation IDs from the catalog (e.g. vendor_adversarial_eval_suite, deployer_human_in_loop). Each may optionally pin appliedToParty to a specific agent id. | |
| fourFactorScoring | Yes | The fourFactorScoring block from the CausalCertificate. |