| Plan-aware signup | Selected plan context, recommended Growth fallback, business details, account type, Google signup, email signup, and hidden selected-plan fields. | Pricing plan links carry selected-plan context, signup validates known plan slugs, and auth actions preserve plan context through account creation. |
|---|
| Source-aware signup | Selected connector context, first-source guidance, Google signup, email signup, and hidden selected-source fields when the buyer starts from an integration page. | Integration and category routes build source-aware signup URLs, and signup validates the source against the public integration catalog. |
|---|
| Returning login | Google login, email login, password recovery, and a direct return path to dashboards, reports, integrations, and client workspaces. | Login actions authenticate the user, establish a session, and return the user to the protected workspace instead of re-running purchase education. |
|---|
| Invitation acceptance | Invite-specific email, role, account, client workspace, token, password setup, and the route for accepting scoped client access. | Invitation runtime checks account, client, invitation id, role, and token before creating or attaching the invited user session. |
|---|
| First workspace route | The next useful workspace destination: billing when plan intent exists, integrations when source intent exists, or the dashboard when no specific intent was selected. | Signup success logic translates selected plan or source intent into the first workspace view so the buyer's previous decision remains operational. |
|---|