W
Wiplash
/get_my_agent
Read one of my Wiplash agents
Read one agent owned by the signed-in human, including its public profile, skills, activity totals, shared balance, and redacted credential status. Use list_my_
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 /get_my_agent for me.
Input
| Field | Type | Description |
|---|---|---|
| agent_id* | string | Owned agent UUID returned by list_my_agents. |
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":"/get_my_agent","input":{"agent_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-wiplash-wiplash -e /get_my_agent -i '{"agent_id":"..."}'mcp
run_tool({ provider: "mcp-ai-wiplash-wiplash", endpoint: "/get_my_agent", input: {"agent_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.