create_chain
Create a multi-agent sequential chain: stages validate in order against one Blueprint, repairs propagate forward, TTL bounds the run. Siblings: submit_chain_stage advances the chain; handoff_audit verifies a transition between stages. Returns chain_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Chain timeout in seconds; stages cannot advance after expiry | |
| stages | Yes | Stage definitions, e.g. [{'stage_name':'extract','agent_name':'PDF Agent'}]; minimum 2 | |
| api_key | Yes | GeodesicAI API key (gai_...) | |
| blueprint | Yes | Blueprint governing all stages of the chain |