Lightweight JSON endpoints for internal tooling.
| Endpoint | Method | Status |
|---|---|---|
/v1/health | GET | operational |
/v1/items | GET | operational |
/v1/items/:id | GET | operational |
/v1/metrics | GET | operational |
All requests require a bearer token in the Authorization header.
Tokens are issued per environment and rotated every 90 days.
120 requests per minute per token. Exceeding the limit returns
429 with a Retry-After header.