V
VHGENGINE
/create_creator_profile
create creator profile
Create an owned, versioned creator profile. Free; admin scope. At least one creator/audience/stance/fact is required. Returns the exact version,
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 /create_creator_profile for me.
Input
| Field | Type | Description |
|---|---|---|
| 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 | Each secondary-use decision is independent and denied by default. These decisions are reta |
| 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":"/create_creator_profile","input":{"display_name":"...","subject_relationship":"self","authority_attested":true}}'cli
npx cracked-ai run -p mcp-app-railway-up-engine-production-3bdc-vhgengine -e /create_creator_profile -i '{"display_name":"...","subject_relationship":"self","authority_attested":true}'mcp
run_tool({ provider: "mcp-app-railway-up-engine-production-3bdc-vhgengine", endpoint: "/create_creator_profile", input: {"display_name":"...","subject_relationship":"self","authority_attested":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.