Skip to main content
This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the developer documentation.

base44 visibility

Set the app’s visibility on the Base44 server.

Syntax

Arguments

ArgumentDescriptionRequired
<level>Visibility level: public, private, or workspaceYes

Examples

What It Does

  • Calls the Base44 API directly to update the app’s visibility — takes effect immediately, no deploy or push needed
  • Requires the project to be linked (an app ID must be resolvable)

Notes

  • If visibility is set in base44/config.jsonc, npx base44 deploy also applies it as part of the deployment summary
  • Must be authenticated and run from a linked Base44 project directory (or with --app-id)
CommandDescription
base44 deployDeploys all resources, including visibility if configured in base44/config.jsonc