Skip to main content
An App is the application that owns your Sailboxes. Every Sailbox.create call needs an app, usually resolved by name with App.find().

App.find

Finds an app by name, optionally creating it if it does not exist. Returns the App. Raises a not-found error if the app does not exist and mint_if_missing is False, and a permission error on auth failures.

App.list

Returns every app the current org owns, newest first. Apps with no Sailboxes yet are included. The response is not paginated.

Attributes