FS
Fine Structure
/agency_create_claim_link
Agency: Create Claim Link
Agency mode only. Create a client claim link for an existing app owned by the agent. The client must log in with the invited email before ownership transfers.
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_claim_link for me.
Input
| Field | Type | Description |
|---|---|---|
| app_id* | string | Existing app ID owned by the agent |
| client_email* | string | Client email allowed to claim ownership |
| client_full_name | string | Optional client display name default "" |
| note | string | Optional internal note default "" |
| keep_agent_collaborator | boolean | Invite agent as editor after claim 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_claim_link","input":{"app_id":"...","client_email":"...","client_full_name":"","note":"","keep_agent_collaborator":true,"claim_expires_in_days":14}}'cli
npx cracked-ai run -p mcp-ai-finestructure-fine-structure -e /agency_create_claim_link -i '{"app_id":"...","client_email":"...","client_full_name":"","note":"","keep_agent_collaborator":true,"claim_expires_in_days":14}'mcp
run_tool({ provider: "mcp-ai-finestructure-fine-structure", endpoint: "/agency_create_claim_link", input: {"app_id":"...","client_email":"...","client_full_name":"","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.