App is the application that owns your Sailboxes. Every
Sailbox.create call needs an app, usually
resolved by name with App.find().
App.find
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.