governance-platform
G
governance-platform
/create_chain

create chain

Create a multi-agent sequential chain: stages validate in order against one Blueprint, repairs propagate forward, TTL bounds the run. Siblings: submit_c

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

Input

FieldTypeDescription
api_key*stringGeodesicAI API key (gai_...)
blueprint*stringBlueprint governing all stages of the chain
stages*arrayStage definitions, e.g. [{'stage_name':'extract','agent_name':'PDF Agent'}]; minimum 2
ttlintegerChain timeout in seconds; stages cannot advance after expiry default 3600

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":"/create_chain","input":{"api_key":"...","blueprint":"...","stages":[],"ttl":3600}}'
cli
npx cracked-ai run -p mcp-ai-geodesiclabs-governance-platform -e /create_chain -i '{"api_key":"...","blueprint":"...","stages":[],"ttl":3600}'
mcp
run_tool({ provider: "mcp-ai-geodesiclabs-governance-platform", endpoint: "/create_chain", input: {"api_key":"...","blueprint":"...","stages":[],"ttl":3600} })

Try it

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