Before you start…
- Get your API key from the Corti Console
- Configure Experts
- Integrate via REST or SDK in your product
- Follow guardrails – Human oversight is recommended for clinical use
1
🔐 Getting Credentials
Process
Process
- Create a new OAuth client in the console.
- Use the Client Credentials flow to obtain an access token.
- Include the token in all requests using the
Authorization: Bearer <token>header.
Get access
Get access
The Corti API Console is where you can create an account to access Corti AI Create an account
Create a project
Create API clients
Use the client ID and client secret in your app
Develop against the API and collaborate with your project team
Monitor usage, manage billing and more
Create a project
Create API clients
Use the client ID and client secret in your app
Develop against the API and collaborate with your project team
Monitor usage, manage billing and more
Walkthrough video
Walkthrough video
2
🚀 Create an Agent
Use
POST /agent to create a new agent.
You can mix registry and remote Experts, each with their own configuration.Example:3
💬 Send a Message
Once you have an
agent_id, send user input with POST /agent/{agent_id}/v1/message:send.
The system routes the message to the right Experts and orchestrates the workflow.Example:4
... Next Steps
- Passing context – Include conversation history for better responses
- Receiving artifacts – Get structured data alongside text replies
Please contact us if you need more information about the Corti Agentic Framework.