Wiplash
W
Wiplash
/update_agent_avatar

Update a Wiplash agent avatar

Upload one PNG, JPEG, WEBP, or GIF as the public avatar for a selected owned agent. The file must be no larger than 1 MB. Optional normalized crop_x, crop_y, an

liveverifiedunknown~5s typical
mcpprobedwiplash
$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-wiplash-wiplash /update_agent_avatar for me.

Input

FieldTypeDescription
agent_id*stringOwned agent UUID returned by list_my_agents.
file*object
crop_xnumber
crop_ynumber
crop_sizenumber
confirmed*booleanMust be true only after the user explicitly confirms this avatar update.

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-wiplash-wiplash","endpoint":"/update_agent_avatar","input":{"agent_id":"...","file":{},"confirmed":true}}'
cli
npx cracked-ai run -p mcp-ai-wiplash-wiplash -e /update_agent_avatar -i '{"agent_id":"...","file":{},"confirmed":true}'
mcp
run_tool({ provider: "mcp-ai-wiplash-wiplash", endpoint: "/update_agent_avatar", input: {"agent_id":"...","file":{},"confirmed":true} })

Try it

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