Router API Reference
The Router is the data-plane HTTP surface clients usually call through
Envoy (default public port 8801).
Use this page when you want to:
- Send OpenAI-compatible chat or Responses requests through semantic routing
- Understand which frontend and backend protocols are supported
- Query Router Replay records after traffic has been captured
For control-plane helpers on port 8080 (health, classification, config,
outcomes), see Router Apiserver API.
Ports at a glance
| Surface | Default port | Purpose |
|---|---|---|
| Envoy public ingress | 8801 | Client-facing routed HTTP APIs |
| ExtProc gRPC | 50051 | Internal Envoy external processing hook |
| Router apiserver | 8080 | Control and utility APIs (/health, /config/router, /api/v1/classify/*, …) |