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
| Field | Type | Description |
|---|---|---|
| client_email* | string | Client email allowed to claim ownership |
| client_full_name | string | Optional client display name default "" |
| name* | string | Name for the app (1-100 chars) |
| prompt* | string | Detailed description of the app to build |
| description | string | Optional short app description default "" |
| note | string | Optional internal client/project note default "" |
| keep_agent_collaborator | boolean | After claim, invite the agent back as an editor collaborator default true |
| claim_expires_in_days | integer | Claim 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.