M
mcp
/create_api_key
Create a scoped API key (needs approval)
Mints a NEW least-privilege redu API key for a deployed app or automation to use (e.g. to add a backup feature). GUARDRAIL: the first call does NOT create anyth
liveunknown~5s typical
mcpmcp
$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-cloud-redu-mcp /create_api_key for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | A recognizable name for the key, e.g. 'supabase-backups'. |
| scopes* | array | LEAST-PRIVILEGE scopes the key may use, e.g. ['instance:read','backup:read','backup:create |
| expires_in_days | integer | Optional: auto-expire the key after N days. |
| confirm | boolean | Set true ONLY after the user has explicitly approved (see the confirmation the first call default false |
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-cloud-redu-mcp","endpoint":"/create_api_key","input":{"name":"...","scopes":[],"confirm":false}}'cli
npx cracked-ai run -p mcp-cloud-redu-mcp -e /create_api_key -i '{"name":"...","scopes":[],"confirm":false}'mcp
run_tool({ provider: "mcp-cloud-redu-mcp", endpoint: "/create_api_key", input: {"name":"...","scopes":[],"confirm":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.