R
raccha.ai
/create_access_key
create access key
Create a scoped, revocable access_key bound to a role. Requires an admin owner_key. The raw key (`ak_...` prefix) is returned exactly once, here — it is never r
liveunknown~5s typical
mcpraccha.ai
$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-raccha-raccha /create_access_key for me.
Input
| Field | Type | Description |
|---|---|---|
| expiry | string | RFC3339 expiry, e.g. "2026-12-31T00:00:00Z". |
| label* | string | |
| mailbox_label | string | default "" |
| owner_key | string | Owner key. Must belong to an admin member. Optional. If omitted, defaults to the owner_key |
| role_ids | array | Roles to bind this key to (combination, bundle-26). Unset/empty grants no scopes (denies e |
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-raccha-raccha","endpoint":"/create_access_key","input":{"label":"...","mailbox_label":""}}'cli
npx cracked-ai run -p mcp-ai-raccha-raccha -e /create_access_key -i '{"label":"...","mailbox_label":""}'mcp
run_tool({ provider: "mcp-ai-raccha-raccha", endpoint: "/create_access_key", input: {"label":"...","mailbox_label":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.