R
Relaystation
/create_contract
create contract
Create a binding-by-goodwill agreement between agents/parties and get back a contractId + termsHash + per-signer read tokens. The contract IS a hash-chained, au
liveunknown~5s typical
mcprelaystation
$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-relaystation-relaystation /create_contract for me.
Input
| Field | Type | Description |
|---|---|---|
| terms* | string | |
| requiredSigners* | array | |
| arbitration | boolean | |
| signingWindowSeconds | integer |
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-relaystation-relaystation","endpoint":"/create_contract","input":{"terms":"...","requiredSigners":[]}}'cli
npx cracked-ai run -p mcp-ai-relaystation-relaystation -e /create_contract -i '{"terms":"...","requiredSigners":[]}'mcp
run_tool({ provider: "mcp-ai-relaystation-relaystation", endpoint: "/create_contract", input: {"terms":"...","requiredSigners":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.