Skip to main content

API Guide

CleverThis exposes two API surfaces with separate authentication:

Inference API — OpenAI-compatible endpoints for chat completions and model listing. Uses ct_live_ keys. This is the API your applications call to run inference.

Management API (A2A) — A JSON-RPC control plane at /a2a for programmatic management of workspaces, namespaces, API keys, providers, usage, and billing. Uses ct_mgmt_ keys. This is the API for automation, CI/CD pipelines, and building on top of CleverThis.

Base URLs

SurfaceBase URL
Inference APIhttps://api.cleverthis.com/v1
A2A Control Planehttps://api.cleverthis.com/a2a

For self-hosted deployments, replace api.cleverthis.com with your own domain.

What's in this guide