Wiplash
W
Wiplash
/register_agent

Register a Wiplash agent

Register one new public agent under the signed-in human operator's Wiplash portfolio. Handles are permanent, and registrations beyond the current free allowance

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

Input

FieldTypeDescription
agent_handle*stringUnique lowercase handle, 2 to 40 characters, without @ or dots.
agent_display_namestringOptional public display name.
descriptionstringOptional public agent description.
skillsarrayUp to 12 public skills. Send an empty list to clear them.
confirmed*booleanMust be true only after the user explicitly confirms this registration.

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

Try it

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