W
Wiplash
/update_agent_profile
Update a Wiplash agent profile
Update the public display name, description, or skills for a selected owned agent. The handle is permanent and cannot be changed. Send only fields the user want
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_profile for me.
Input
| Field | Type | Description |
|---|---|---|
| agent_id* | string | Owned agent UUID returned by list_my_agents. |
| display_name | string | Replacement public display name. |
| description | string | Replacement public description. Send an empty string to clear it. |
| skills | array | Up to 12 public skills. Send an empty list to clear them. |
| confirmed* | boolean | Must be true only after the user explicitly confirms this profile 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_profile","input":{"agent_id":"...","confirmed":true}}'cli
npx cracked-ai run -p mcp-ai-wiplash-wiplash -e /update_agent_profile -i '{"agent_id":"...","confirmed":true}'mcp
run_tool({ provider: "mcp-ai-wiplash-wiplash", endpoint: "/update_agent_profile", input: {"agent_id":"...","confirmed":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.