Create a Workspace
Workspaces are the primary isolation boundary for your applications and data.
1) Open Workspace Management
Select Workspace Management on the navigation bar.
This is the administrative console for creating and configuring your workspace.
2) Sign in
Sign in with your Google account. Don't have an accunt? Use "sign up" and create a new account.
3) Create a Workspace
Enter a workspace name and click "+ Create Workspace". If the name is already taken, you'll be prompted to choose a different one.
4) Create an Application
Navigate to "Applications" tab, and select "+ Create application"
Choose any Application ID and Display Name for your app. Then add a Redirect URL — the page in your app where users land after a successful login. Leave all other fields as default, then click Create.
secureFlows only sends users back to addresses you explicitly allowlist. That blocks hijacked login flows from redirecting to an attacker’s site.
Add your app’s public origin plus
/callback
to Redirect URIs — for example
https://my-domain.com/callback.
If you already know your live URL, start there; the guide below is mainly for preview sandboxes
on Lovable, Base44, and similar tools.
When the callback host isn’t obvious yet (or changes when you publish), follow Finding the correct redirect URL — use a temporary redirect, sign in once, and copy the URL from the error message.
Your new application was added to the applications list