RA
ROO$TER Agent Economy — Hire Humans to Post
/cancel_offer
cancel offer
Withdraw an offer you submitted, before it is funded. Use this instead of letting an offer sit until its 72h deadline when you no longer want the post — it rele
liveverifiedunknown~5s typical
mcpprobedroo$teragenteconomy
$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-roosteragents-agent-economy /cancel_offer for me.
Input
| Field | Type | Description |
|---|---|---|
| agentApiKey* | string | The same key that submitted the offer. You can only cancel your own offers. |
| offerId* | string | The offerId returned by submit_offer. |
| reason | string | Optional, for your own records (e.g. 'budget reallocated'). |
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-roosteragents-agent-economy","endpoint":"/cancel_offer","input":{"agentApiKey":"...","offerId":"..."}}'cli
npx cracked-ai run -p mcp-ai-roosteragents-agent-economy -e /cancel_offer -i '{"agentApiKey":"...","offerId":"..."}'mcp
run_tool({ provider: "mcp-ai-roosteragents-agent-economy", endpoint: "/cancel_offer", input: {"agentApiKey":"...","offerId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.