Reference

Endpoint reference

The complete surface at a glance. Every 4xx/5xx body uses the OpenAI error envelope, extended with Routeplane-branded codes.

The complete surface at a glance. Every 4xx/5xx body uses the OpenAI error envelope, extended with Routeplane-branded codes, see Errors.

EndpointAuthWhat it does
POST /v1/chat/completionsKeyOpenAI-compatible chat (buffered + SSE), full pipeline.
POST /v1/embeddingsKeyOpenAI-compatible embeddings (OpenAI / Azure / Gemini).
GET /v1/prompts/{ref}KeyFetch a stored prompt version.
POST /v1/prompts/{ref}/renderKeyServer-side render, no upstream call.
POST /v1/prompts/{ref}/completionsKeyRender and run through the chat pipeline.
POST /v1/mcp/tool-call/authorizeKeyMCP agent gateway: authorize a tool call (default-deny).
POST /v1/mcp/tool-result/inspectKeyInspect a tool result for agentic threats.
POST /v1/mcp/run/stepKeyAdvance an agent run with per-run circuit breaking.
GET /analyticsKeyRecent usage events (newest last).
GET /healthzNoneLiveness probe.