Gateway endpoints

What the Gateway exposes, for when you are integrating something yourself rather than using the Endpoint Suite.

Chat endpoints

Path Shape
POST /v1/messages Anthropic — Claude Code
POST /v1/chat/completions OpenAI — Cursor, Copilot
POST /azure/openai/deployments/{deployment}/chat/completions Azure OpenAI
POST /gemini/v1beta/models/{model} Gemini

They mirror the upstream providers' own shapes, which is what makes governing existing tools possible without modifying them.

Supporting endpoints

MCP endpoints

The public Observatory

GET /v1/slopsquat/observatory needs no authentication. It returns the anonymized feed of commonly hallucinated package names. Use it in your own supply-chain checks if it is useful.

Two ways to authenticate

A normal Authorization: Bearer or x-api-key header, or a device token embedded in the path. The Endpoint Suite uses the second form, because it can be written into a tool's base URL setting where there is nowhere to put a header.


Revision #6
Created 2026-08-02 10:19:30 UTC by Sentilai Docs
Updated 2026-08-14 12:37:47 UTC by Sentilai Docs