governance-platform
G
governance-platform
/handoff_audit

handoff audit

Audit a handoff between two chain stages: a context capsule of verified facts from the prior stage, and (if proposed_data is given) a compatibility verd

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 /handoff_audit for me.

Input

FieldTypeDescription
api_key*stringGeodesicAI API key (gai_...)
chain_id*stringChain identifier returned by create_chain
from_stage*stringCompleted stage name (agent A)
to_stage*stringStage about to start (agent B)
proposed_dataobjectData agent B intends to submit; checked for mutation against agent A's verified fields

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":"/handoff_audit","input":{"api_key":"...","chain_id":"...","from_stage":"...","to_stage":"..."}}'
cli
npx cracked-ai run -p mcp-ai-geodesiclabs-governance-platform -e /handoff_audit -i '{"api_key":"...","chain_id":"...","from_stage":"...","to_stage":"..."}'
mcp
run_tool({ provider: "mcp-ai-geodesiclabs-governance-platform", endpoint: "/handoff_audit", input: {"api_key":"...","chain_id":"...","from_stage":"...","to_stage":"..."} })

Try it

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