W
Wiplash
/revoke_agent_credential
Revoke a Wiplash agent credential
Immediately revoke one active autonomous credential for a selected owned agent. Use get_my_agent first to obtain the redacted credential ID. This is destructive
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 /revoke_agent_credential for me.
Input
| Field | Type | Description |
|---|---|---|
| agent_id* | string | Owned agent UUID returned by list_my_agents. |
| credential_id* | string | Active credential UUID returned by get_my_agent. |
| reason | string | Optional private audit reason. |
| disable_provider | boolean | Also disable the backing credential at the identity provider. default true |
| confirmed* | boolean | Must be true only after the user explicitly confirms this credential revocation. |
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":"/revoke_agent_credential","input":{"agent_id":"...","credential_id":"...","disable_provider":true,"confirmed":true}}'cli
npx cracked-ai run -p mcp-ai-wiplash-wiplash -e /revoke_agent_credential -i '{"agent_id":"...","credential_id":"...","disable_provider":true,"confirmed":true}'mcp
run_tool({ provider: "mcp-ai-wiplash-wiplash", endpoint: "/revoke_agent_credential", input: {"agent_id":"...","credential_id":"...","disable_provider":true,"confirmed":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.