VHGENGINE
V
VHGENGINE
/update_creator_profile

update creator profile

Append a full immutable profile version with compare-and-swap. Admin scope. expected_version prevents lost updates. Returns version+1, or unchanged:tru

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

Input

FieldTypeDescription
profile_id*stringAccount-owned creator profile id returned by create/list profiles.
expected_version*integerPositive immutable profile version.
display_name*stringAccount-local profile label, 1-100 characters.
subject_relationship*string (self | authorized_representative | organization_representative)self, authorized representative, or organization representative.
authority_attested*booleanI confirm that I am this creator or am authorized by them to store these declarations and
creatorstringOptional: who is speaking, free text ('wedding videographer, 40k followers, I talk to came
audiencestringOptional: who watches ('engaged couples budgeting'). Aims every hook at a real audience in
stancestringOptional: what the creator is for or against, selling, or building, so hooks carry a real
first_person_factsarrayOptional: facts TRUE of this creator that hooks may assert first-person ('I have filmed 20
secondary_usestringFull replacement decisions; omit for all denied. Each secondary-use decision is independen
idempotency_keystringCaller-chosen replay key (any string, unique per intended effect). A repeat call with the
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":"/update_creator_profile","input":{"profile_id":"...","expected_version":1,"display_name":"...","subject_relationship":"self","authority_attested":true}}'
cli
npx cracked-ai run -p mcp-app-railway-up-engine-production-3bdc-vhgengine -e /update_creator_profile -i '{"profile_id":"...","expected_version":1,"display_name":"...","subject_relationship":"self","authority_attested":true}'
mcp
run_tool({ provider: "mcp-app-railway-up-engine-production-3bdc-vhgengine", endpoint: "/update_creator_profile", input: {"profile_id":"...","expected_version":1,"display_name":"...","subject_relationship":"self","authority_attested":true} })

Try it

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