---
summary: Plain-language business guide explaining what SigID is, what business teams configure, and how to launch SigID for an app or workspace.
tags:
  - business
  - workspace
  - tenants
  - launch
categories:
  - For Business
---

# For Business

<!-- agent:page
You are an AI agent helping a workspace admin plan and run a SigID setup for a product, customer, workspace, or internal dashboard.
Ask the admin up front: which workspace or tenant this is for, whether it is development, staging, or production, which app users will sign in to, who owns the workspace, and whether enterprise customers need organizations or SSO.
Work the six-step flow on this page: create the workspace, add an application (redirect URLs, branding, scopes, allowed origins), choose sign-in methods (passkeys, magic links, passwords, MFA, SSO), invite and test users, add organizations and SSO if needed, then review security and launch readiness. Configuration happens in the Dashboard at dashboard.sigid.org.
Route deeper work using the "Choose The Right Page" table: Workspace Admin Quickstart for the first workspace and application, Launch Your Workspace for zero-to-launch, Organizations And SSO for enterprise customers, Security And Audit for roles and audit, Go Live for production readiness.
Success: developers hold the correct workspace and app values, and a test user can start from the real app, sign in with SigID, and return to the app.
Pitfalls: mixing values across environments, and adding SSO before basic app login works.
A human must personally approve billing, make DNS changes at the registrar, and operate customer identity-provider consoles; you prepare, configure, and verify everything else.
-->

Use this section if your team is setting up SigID for a product, customer,
workspace, or internal dashboard.

## What SigID Is

SigID is the sign-in and account-security service your business configures for
your apps. It sits between your app and your users: your app sends users to
SigID, SigID checks who they are, and SigID sends them back to your app.

For a business team, using SigID means deciding:

- which workspace or customer environment owns the setup
- which apps can send users to SigID
- which sign-in methods users can use
- who can access the workspace
- whether enterprise customers need organizations or SSO
- who can change settings, review audit events, and support users
- what must be ready before production launch

Developers still implement the app integration, but the business team chooses
the settings and gives developers the right workspace and app values.

## How Your Team Uses SigID

<ol class="sigid-path-steps sigid-path-steps--wide">
  <li><span>1</span><strong>Create the workspace</strong><small>Name the business container, assign an owner, and decide whether it is development, staging, or production.</small></li>
  <li><span>2</span><strong>Add an application</strong><small>Create the app users will recognize, including redirect URLs, branding, scopes, and allowed origins.</small></li>
  <li><span>3</span><strong>Choose sign-in methods</strong><small>Decide whether users use passkeys, magic links, passwords, MFA, SSO, or a combination.</small></li>
  <li><span>4</span><strong>Invite and test users</strong><small>Confirm the right people can sign in and that support knows what users will see.</small></li>
  <li><span>5</span><strong>Add organizations and SSO if needed</strong><small>Use organizations when customers or internal teams need domains, SSO, roles, or provisioning.</small></li>
  <li><span>6</span><strong>Review security and launch readiness</strong><small>Check roles, audit, billing, support, recovery, domains, secrets, and production settings.</small></li>
</ol>

## Choose The Right Page

| What you want to do | Read this |
|---|---|
| Prepare the first workspace and application | [Workspace Admin Quickstart](workspace-admin-quickstart.md) |
| Set up SigID from zero to launch | [Launch Your Workspace](launch-workspace.md) |
| Understand workspaces, tenants, apps, and environments | [Workspaces And Applications](tenants-applications.md) |
| Invite users and choose sign-in methods | [Users And Login Methods](users-login-methods.md) |
| Support customers or teams that need SSO | [Organizations And SSO](organizations-sso.md) |
| Review admin access, audit, and security operations | [Security And Audit](security-audit.md) |
| Check billing, support, and production readiness | [Go Live](billing-production.md) |

If you are writing code, use [For Developers](../developers/index.md).
