VHGENGINE
V
VHGENGINE
/add_credits

add credits

Compatibility credit grant (1-10000); beta customer operations are already free. When VHGENGINE_ADMIN_KEY is configured on the deployment this requires

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

Input

FieldTypeDescription
amount*integerCompatibility credits to add, 1-10000. Customer operations are free during beta, so this i
api_keystringAPI key for this call. Omit to fall back to the Authorization: Bearer / X-API-Key request
idempotency_keystringCaller-chosen replay key (any string, unique per intended effect). A repeat call with the
admin_keystringThe deployment's VHGENGINE_ADMIN_KEY. Required ONLY when the operator configured one; omit

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

Try it

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