VHGENGINE
V
VHGENGINE
/signup

signup

Redeem a private-beta code and create an account. No API key needed. Standard codes are single-use with ten product requests. Owner codes are reusable

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 /signup for me.

Input

FieldTypeDescription
beta_access_code*stringPrivate-beta invite code: exactly eight ASCII digits.
idempotency_key*stringRequired replay key for beta signup. Reuse it only for exact retries.
namestringDisplay name for the account, 1-100 chars. Purely a label (it is never checked for uniquen default "agent"
emailstringOPTIONAL contact address. Never required, never verified, and never used to authenticate;

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

Try it

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