DEVELOPER HUB

Build with Cortex API

Integrate 45 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"}'