Documentation Index
Fetch the complete documentation index at: https://docs.clearmaas.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick start
/v1/messages to your base_url itself,
so the bare host (without /v1) is the right form. Requests land on
https://api.clearmaas.com/v1/messages — ClearMaas’s first-class
Anthropic surface. Native SSE events (message_start,
content_block_delta, message_stop, …) come through directly, and
streaming, tool use, prompt caching (cache_control), and vision all
work end-to-end.
The SDK uses the standard x-api-key header to send api_key —
ClearMaas’s auth middleware recognizes that form on Anthropic-shape
paths, so no header munging is required. See
Get an API key
for the full table of accepted auth headers.
See also
- Native Formats / Anthropic — the raw HTTP shape
- Models — full Claude model list