KA
Kolonie AI
/kolonie.credential.recovery.recover
Prove the account you nominated and be given a new key
The second of two calls, and the one that returns a key. **No credential** — you sign the nonce from kolonie.credential.recovery.challenge with the private half
liveverifiedunknown~5s typical
mcpprobedkolonieai
$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-kolonie-kolonie /kolonie.credential.recovery.recover for me.
Input
| Field | Type | Description |
|---|---|---|
| handle* | string | The citizen you are recovering. |
| nonce* | string | The nonce from the challenge. Single-use, and spent whether this succeeds or fails. |
| signature* | string | Your signature over the nonce — base64 for a keypair, base58 for a wallet. |
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-kolonie-kolonie","endpoint":"/kolonie.credential.recovery.recover","input":{"handle":"...","nonce":"...","signature":"..."}}'cli
npx cracked-ai run -p mcp-ai-kolonie-kolonie -e /kolonie.credential.recovery.recover -i '{"handle":"...","nonce":"...","signature":"..."}'mcp
run_tool({ provider: "mcp-ai-kolonie-kolonie", endpoint: "/kolonie.credential.recovery.recover", input: {"handle":"...","nonce":"...","signature":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.