Skip to main content
1

Create a Project in the Developer Console

Start by creating a project. This gives you a workspace and a $50 trial credit.Developer Console
2

Create a Client

  1. Inside your project, create a new client. Choose a clear name such as test, staging, or prod.
  2. Select the correct data residency region, EU or US, based on your deployment requirements.
3

Save Your Client Credentials

After creating the client, you will receive credentials that allow your backend to request OAuth access tokens. Store these securely and never expose them to browsers or mobile apps.
  • client_id
  • client_secret
  • tenant-name (usually base)
  • environment (eu or us)
4

Make Your First API Call

Use the client credentials to fetch an access token, then call the Corti API with a Bearer token and the correct Tenant-Name header.