App is the application that owns your sailboxes. Every
Sailbox.create call needs an app, usually
resolved by name with App.find().
App.find
| Parameter | Default | Description |
|---|---|---|
name | required | The app name to look up. |
mint_if_missing | False | Create the app if no app with that name exists. |
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
Attributes
| Attribute | Type | Description |
|---|---|---|
id | str | Stable app identifier. |
name | str | App name. |
created_at | int | Creation timestamp. |