governance-platform
G
governance-platform
/counterfactual

counterfactual

Run the same data under two rule sets and compare which future states remain valid - what-if analysis for rule changes.

liveverifiedunknown~5s typical
mcpprobedgovernance-platform
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-geodesiclabs-governance-platform /counterfactual for me.

Input

FieldTypeDescription
api_key*stringGeodesicAI API key (gai_...)
structured_data*objectThe document's extracted fields as key/value pairs. Keys are open by design - your Bluepri
blueprintstringBlueprint name (workflow_name) to use default "default"
rules_barrayAlternative derivation rules (rule set B)
constraints_barrayAlternative constraints (rule set B)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-geodesiclabs-governance-platform","endpoint":"/counterfactual","input":{"api_key":"...","structured_data":{},"blueprint":"default"}}'
cli
npx cracked-ai run -p mcp-ai-geodesiclabs-governance-platform -e /counterfactual -i '{"api_key":"...","structured_data":{},"blueprint":"default"}'
mcp
run_tool({ provider: "mcp-ai-geodesiclabs-governance-platform", endpoint: "/counterfactual", input: {"api_key":"...","structured_data":{},"blueprint":"default"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.