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
| Field | Type | Description |
|---|---|---|
| beta_access_code* | string | Private-beta invite code: exactly eight ASCII digits. |
| idempotency_key* | string | Required replay key for beta signup. Reuse it only for exact retries. |
| name | string | Display name for the account, 1-100 chars. Purely a label (it is never checked for uniquen default "agent" |
| string | OPTIONAL 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.