> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Update App Visibility

> Set an app to public, private, or privileged access.

Public apps are accessible to anyone with the URL. Private apps require authentication. Privileged apps require authentication for the owner or an allowed email address. For direct HTTP access, send an `X-Rigbox-Key` header with one of your `rb_*` API keys.

<ParamField body="visibility" type="string" required>
  One of `public`, `private`, or `privileged`
</ParamField>
