publish_app
Publish an app YOU own. Takes effect immediately, with no review queue and nobody to ask. Two ways to publish: "public" gives it a tile in the autario app store under Community apps, next to AI Visibility 360 and the World Bank and FRED data surfaces, plus a public URL, "unlisted" gives it only the URL, so anyone you send the link to can open it and nobody else finds it. Returns public_url. Note that a published app is deliberately NOT search-engine indexed; only autario can put a community app into the sitemap. Use it when the user says the app is ready to share. unpublish_app reverses it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The app id. | |
| visibility | No | "public" = listed in the app store. "unlisted" = link only. Default "public". |