Ventry
application

App Settings

// Overview

/applications/[applicationName]/application bundles everything that touches the application itself, rather than its data: metadata, resource limits, boosts, runtime state and a danger zone for irreversible operations.

// App Information

AppInformation shows the application name, the owner, the creation date and the current state badge. It is the canonical source when you need to confirm exactly which application you are operating on.

// App Limit Panel

AppLimitPanel visualises your current resource usage against the limits applied by your current boost tier — API calls per minute, total storage, license cap, etc. Bars turn red as you approach the limit so you know when to apply more boosts.

// App State Panel

AppStatePanel toggles the application between Active and Frozen. While frozen, the SDK rejects all license validations — useful as an emergency switch if a build was leaked. Toggling state requires ManageApplication.

// Boost Level & History

AppBoostLevelshows which boosts are currently active on the application along with your account's remaining boost balance. BoostHistoryTable below lists who applied boosts to this app and when, paginated. See Boosts for the boost economy.

// Danger Zone

DangerZone is a red-styled card with three buttons:

  • RENRename application — changes the URL slug everywhere.
  • XFRTransfer ownership — same flow as the Team page; only the current owner can do this.
  • DELDelete application — permanent. All licenses, users, variables, logs and team membership are lost. A confirmation dialog asks for the exact application name to prevent accidents.

// Permissions

Most actions on this page require ManageApplication. Deleting and transferring ownership are owner-only.