VHGENGINE
V
VHGENGINE
/create_key

create key

Mint a new named API key; the plaintext is returned ONCE. Requires admin scope. Delegate safely (WP-SCOPE): optional scopes (subset of read|spend|admin

liveverifiedunknown~5s typical
mcpprobedvhgengine
$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-app-railway-up-engine-production-3bdc-vhgengine /create_key for me.

Input

FieldTypeDescription
namestringLabel for the new key, 1-100 chars, shown by list_keys so you can tell delegated keys apar default "key"
scopesarrayPowers the new key gets: read (free reads), spend (charged generate/score/remix), admin (k
daily_credit_capstringCredits this key may spend per UTC day, 1-100000; further charges on it are refused once r
api_keystringAPI key for this call. Omit to fall back to the Authorization: Bearer / X-API-Key request

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-app-railway-up-engine-production-3bdc-vhgengine","endpoint":"/create_key","input":{"name":"key"}}'
cli
npx cracked-ai run -p mcp-app-railway-up-engine-production-3bdc-vhgengine -e /create_key -i '{"name":"key"}'
mcp
run_tool({ provider: "mcp-app-railway-up-engine-production-3bdc-vhgengine", endpoint: "/create_key", input: {"name":"key"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.