Applications
// The applications index
/applications is your home page after sign-in. It lists every application you own or collaborate on as a card, plus a Create New Applicationbutton. Each card links to that application's dashboard.
- OWNApplications you created are marked as Owner. You have every permission and can delete or transfer the app.
- COLLABApplications you were invited to are marked as Collaborator. Your access is controlled by the per-app permissions the owner granted you.
// Pending invitations
The same page surfaces invitations sent to you that you have not accepted yet. Each invite shows the application name, the owner, and Accept / Decline buttons. Accepting moves the application into your list with the permissions the owner attached to the invite.
// Creating an application
Use the Create New Application button to open the create dialog. The only required field is a unique application name; the name becomes the URL segment under /applications/[applicationName] and is also used in audit logs and the marketplace.
// Application route
/applications/[applicationName] is a router-only stub that immediately redirects to /applications/[applicationName]/dashboard. Every other screen for an application lives below that segment — Dashboard, Licenses, Users, Variables, Libraries, Security, Discover, Team, Logs, App Settings.