What is the Admin API?
TheAdmin API lets you manage your Corti API Console programmatically. It is built for administrators who want to automate account operations.
Use Cases
The following functionality is currently supported by theAdmin API:
| Feature | Functionality | Scope |
|---|---|---|
| Authentication | Authenticate user and get access token | All projects |
| Manage Customers | Create, update, list, and delete customer accounts within your project | Projects with Embedded Assistant |
| Manage Users | Create, update, list, and delete users associated with customer accounts | Projects with Embedded Assistant |
Quickstart
1
Prepare your Corti API Console account
- Sign up or log in at console.corti.app
- Ensure your account has a password set
2
Authenticate and get an access token
Call Example response:
/auth/token with your Console email and password to obtain a JWT access token.
See API Reference: Authenticate user and get access token3
Call an endpoint with the token
Include the token in the Authorization header for subsequent requests:
Top Pages
Authenticate
Obtain an access token
Create customer
Create a new customer in a project
Create user
Create a new user within a customer
Please contact us for support or more information