Fine Structure
FS
Fine Structure
/publish_app

Publish App

Publish an app - freeze current state and make it live at a URL. Also configures whether the public URL is open, app-login gated, private, or inferred from the

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

Input

FieldTypeDescription
app_id*stringThe app ID to publish
access_modestring (infer | public_open | public_auth | private | keep)Live access policy. public_open = anyone can view. public_auth = public URL opens but app default "infer"
auth_requiredbooleanOptional explicit override for generated-app login requirement. Prefer access_mode when po
make_publicbooleanOptional explicit override for whether published URLs are publicly reachable. Prefer acces

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

Try it

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