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
| Field | Type | Description |
|---|---|---|
| profile_id* | string | Account-owned creator profile id returned by create/list profiles. |
| expected_version* | integer | Positive immutable profile version. |
| display_name* | string | Account-local profile label, 1-100 characters. |
| subject_relationship* | string (self | authorized_representative | organization_representative) | self, authorized representative, or organization representative. |
| authority_attested* | boolean | I confirm that I am this creator or am authorized by them to store these declarations and |
| creator | string | Optional: who is speaking, free text ('wedding videographer, 40k followers, I talk to came |
| audience | string | Optional: who watches ('engaged couples budgeting'). Aims every hook at a real audience in |
| stance | string | Optional: what the creator is for or against, selling, or building, so hooks carry a real |
| first_person_facts | array | Optional: facts TRUE of this creator that hooks may assert first-person ('I have filmed 20 |
| secondary_use | string | Full replacement decisions; omit for all denied. Each secondary-use decision is independen |
| idempotency_key | string | Caller-chosen replay key (any string, unique per intended effect). A repeat call with the |
| api_key | string | API 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.