> Native gateway REST endpoints and OpenAI compatibility

# HTTP REST API

The Dewee Gateway exposes REST endpoints under `/v1/`.

## Endpoints Summary

* `POST /v1/chat/completions` — OpenAI-compatible chat completion.
* `GET /v1/agents` — List accessible agents for the authenticated caller.
* `POST /v1/agents` — Create a new agent in the tenant workspace.
* `GET /v1/traces/follow` — Stateless polling endpoint for trace updates.
* `GET /v1/usage/summary` — Aggregate token and request analytics.
* `GET /health` — Public health and readiness probe (returns protocol v3).

## Interactive API Console

Test live requests using the [Dewee Interactive API Console](https://dewee.sh/api-docs).

