Publish App
publish_appPublish 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 app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The app ID to publish | |
| access_mode | No | Live access policy. public_open = anyone can view. public_auth = public URL opens but app login is required. private = published snapshot remains owner/collaborator-only. keep = preserve current visibility/auth settings. infer = choose from existing settings and obvious app structure. | infer |
| make_public | No | Optional explicit override for whether published URLs are publicly reachable. Prefer access_mode when possible. | |
| auth_required | No | Optional explicit override for generated-app login requirement. Prefer access_mode when possible. |