Fine Structure
FS
Fine Structure
/create_app

Create App

Create a new application from a natural language prompt. The AI generates a complete web app with pages, components, styling, and data models. Returns a job_id

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 /create_app for me.

Input

FieldTypeDescription
name*stringName for the app (1-100 chars)
prompt*stringDetailed description of the app to build
descriptionstringOptional short description default ""

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

Try it

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