Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions docs/awf-config-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,14 @@ pending warning per subsequent request):

### 10.6 Introspection

When the API proxy `/reflect` endpoint is queried, the response MUST
include the current effective-token state:
The API proxy exposes a `GET /reflect` endpoint on every provider port
(10000–10004). Each port returns the same aggregate reflection payload, whose
`endpoints` array lists all provider adapters. Only the management port
(10000, OpenAI) serves `/metrics` and the aggregate `/health`; non-management
ports still serve provider-local `/health` responses.

When the `/reflect` endpoint is queried, the response MUST include the
current effective-token state:

```json
{
Expand Down Expand Up @@ -685,8 +691,8 @@ The API proxy MUST enforce the max-runs limit as follows:

### 11.3 Introspection

When the API proxy `/reflect` endpoint is queried, the response MUST include
the current max-runs state:
The `/reflect` endpoint (available on all provider ports 10000–10004; see
§10.6) MUST include the current max-runs state:

```json
{
Expand Down
Loading