> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myrouter.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Errors

> Shared error shape.

Public and internal APIs use a shared error envelope:

* `error.code`
* `error.message`
* `error.type`
* `request_id`

Runtime API errors are emitted by the platform gateway. Product APIs should preserve request ids and map product-owned commercial/session failures into the shared envelope.
