Skip to Content
DocumentationAdmin Back-officeSigninStep 1: Create a project

Step 1: Create a project

⏱ 5 min

Console access

  1. Open app.transcodes.io  and sign in (Console operator account).
  2. Select or create an organization.
  3. Create project — title, description, and Domain URL.
Domain URL choiceWhen to use
Transcodes hosted (Transcodes Auth)Fastest start; auth UI lives on Transcodes
Your origin (https://app.example.com)Custom domain / self-hosted auth surface

The Domain URL drives WebAuthn RP ID and is edited later from the Project Setup node.


Authentication Kit Cluster

After the project opens on the ReactFlow canvas:

  1. Add or open the Authentication Kit Cluster (setup wizard on first use).
  2. Complete Basic config — branding colors, optional SDK Redirect Origins.
  3. Members — add at least one member in the wizard or RBAC → Users. Members must exist here before they can sign in via your app.
  4. Note your Project ID (Installation Guide panel or project header).

SDK Redirect Origins

Add origins in Configuration → Domains (or the setup wizard) only when your customer app loads the SDK and receives sign-in redirects back to your site.

Leave empty if you use MCP / transcodes-guard only or fully hosted auth with no SDK callback on your domain.

SettingPurpose
Domain URLPrimary auth / RP ID (Project Setup)
SDK Redirect OriginsAllowed callback origins for redirectToSignIn / handleSignInCallback

Mismatch between registered origins and your app’s callback URL causes redirect failures after MFA.

Next: Step 2: Load the SDK

Last updated on