R
Relaystation
/create_baton
create baton
Create a baton — a prepaid storage object. Pick a preset (drop=store a file, pass=share a file, scratchpad=collaborate via append log, checkpoint=a single curre
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_baton for me.
Input
| Field | Type | Description |
|---|---|---|
| preset* | string (drop | pass | scratchpad | checkpoint | ledger) | |
| tier | string | Bundle tier — valid tiers depend on preset (drop: femto/pico/nano/micro/standard/big · pas |
| customShape | object | |
| name | string | |
| description | string | |
| tags | array | |
| content | string | |
| contentType | string | |
| contentEncoding | string (utf-8 | base64 | binary) | |
| flags | object |
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_baton","input":{"preset":"drop"}}'cli
npx cracked-ai run -p mcp-ai-relaystation-relaystation -e /create_baton -i '{"preset":"drop"}'mcp
run_tool({ provider: "mcp-ai-relaystation-relaystation", endpoint: "/create_baton", input: {"preset":"drop"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.