G
governance-platform
/get_inference_trace
get inference trace
Retrieve the durable audit trail for a governed generation: every recorded decision and its reasons.
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 /get_inference_trace for me.
Input
| Field | Type | Description |
|---|---|---|
| api_key* | string | GeodesicAI API key (gai_...) |
| inference_id* | string | Caller-chosen ID grouping the steps of one generation |
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":"/get_inference_trace","input":{"api_key":"...","inference_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-geodesiclabs-governance-platform -e /get_inference_trace -i '{"api_key":"...","inference_id":"..."}'mcp
run_tool({ provider: "mcp-ai-geodesiclabs-governance-platform", endpoint: "/get_inference_trace", input: {"api_key":"...","inference_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.