Relaystation
R
Relaystation
/append_to_baton

append to baton

Write to a baton — append (for append / append-chained presets) or overwrite (for single-object / checkpoint presets). FREE (consumes the prepaid writes budget;

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

Input

FieldTypeDescription
id*stringBaton id, or a write-capable token id (tok_…).
content*string
contentTypestring
contentEncodingstring (utf-8 | base64 | binary)
overwriteboolean
version_idintegerOptimistic-lock guard for overwrite.

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":"/append_to_baton","input":{"id":"...","content":"..."}}'
cli
npx cracked-ai run -p mcp-ai-relaystation-relaystation -e /append_to_baton -i '{"id":"...","content":"..."}'
mcp
run_tool({ provider: "mcp-ai-relaystation-relaystation", endpoint: "/append_to_baton", input: {"id":"...","content":"..."} })

Try it

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