Skip to Content
DocumentationGetting StartedStep 1: Create Your Organization

Step 1: Create Your Organization

⚡ 3 min read

Set up your Transcodes organization and project to get started.


Create Your Organization

Sign in to Dashboard

Go to Transcodes Console  and sign in or create an account.

Sign in to Transcodes Console

Create New Project

  1. Click “Create New Project”

  2. Enter project details:

    • Project Name *: A name to identify your project (required, max 100 characters)
    • Project Description: A brief description of your project (optional, max 200 characters)

Workspace Dashboard with Organization ID


Production Checklist

Before going live:

  1. Add your domain in the Transcodes Console 

  2. Use HTTPSWebAuthn requires secure contexts

  3. Set up CSP if needed:

    script-src https://cdn.transcodes.link connect-src https://api.transcodes.io frame-src https://auth.transcodes.io

    For detailed information about CSP, see What is CSP?.

The SDK only works on domains you’ve authorized in the dashboard.


TypeScript Support

Full TypeScript Support: We provide complete type definitions for the Transcodes SDK. Download the type definition file  and add it to your project for autocomplete and type checking—no npm package required.

How to use:

  1. Download the type definition file to your project:

    curl -o transcodes.d.ts https://cdn.transcodes.link/types/transcodes.d.ts
  2. The transcodes global will now have full IntelliSense support in your IDE.


What’s Next

Organization created! Next step: - Step 2: Create New Project - Set up your first project

Last updated on