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
- Inside your project, create a new client. Choose a clear name such as
test,staging, orprod. - 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_idclient_secrettenant-name(usuallybase)environment(euorus)
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.