Developer platform — preview. The REST API, webhooks, and SDKs are in active development and not yet generally available. Endpoints and API keys may change, and the client SDKs are not yet published. We'll announce general availability when it's ready.
DEVELOPER HUB

Build with Cortex API

Integrate 44 AI employees into your applications with our REST API.

Your API Keys

Keep your API keys secure. Never share them in client-side code.

Quick Start

curl -X POST https://api.liquidcortex.com/v1/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"employee": "atlas", "message": "Schedule a meeting"}'