Fine Structure
FS
Fine Structure
/agency_create_client_app

Agency: Create Client App

Agency mode only. Create a new app owned by the agent, start generation, and create a claim link for the client. Ownership transfers only when the invited clien

liveunknown~5s typical
mcpfinestructure
$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-ai-finestructure-fine-structure /agency_create_client_app for me.

Input

FieldTypeDescription
client_email*stringClient email allowed to claim ownership
client_full_namestringOptional client display name default ""
name*stringName for the app (1-100 chars)
prompt*stringDetailed description of the app to build
descriptionstringOptional short app description default ""
notestringOptional internal client/project note default ""
keep_agent_collaboratorbooleanAfter claim, invite the agent back as an editor collaborator default true
claim_expires_in_daysintegerClaim link lifetime, 1-90 days default 14

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-ai-finestructure-fine-structure","endpoint":"/agency_create_client_app","input":{"client_email":"...","client_full_name":"","name":"...","prompt":"...","description":"","note":"","keep_agent_collaborator":true,"claim_expires_in_days":14}}'
cli
npx cracked-ai run -p mcp-ai-finestructure-fine-structure -e /agency_create_client_app -i '{"client_email":"...","client_full_name":"","name":"...","prompt":"...","description":"","note":"","keep_agent_collaborator":true,"claim_expires_in_days":14}'
mcp
run_tool({ provider: "mcp-ai-finestructure-fine-structure", endpoint: "/agency_create_client_app", input: {"client_email":"...","client_full_name":"","name":"...","prompt":"...","description":"","note":"","keep_agent_collaborator":true,"claim_expires_in_days":14} })

Try it

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