Beta module namespace
adoption
Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.
Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.
5 operations
| Method | Path | Required permission | Authentication | Summary |
|---|---|---|---|---|
| get | /v1/m/adoption/developers | adoption:developer:read | Bearer token | Returns the per-developer ROI breakdown from the admin Analytics lens. |
| get | /v1/m/adoption/discrepancy | adoption:metrics:read | Bearer token | Returns the official-vs-observed daily comparison over the requested window. |
| get | /v1/m/adoption/summary | adoption:metrics:read | Bearer token | Returns BOTH non-additive lenses over the window — the per-developer admin Analytics lens and the per-session OTLP telemetry lens — plus distinct developer/ team counts and the Claude-API-only boundary. |
| get | /v1/m/adoption/teams | adoption:metrics:read | Bearer token | Returns the per-team breakdown from the OTLP telemetry lens (the only lens that carries team labels). |
| get | /v1/m/adoption/trend | adoption:metrics:read | Bearer token | Returns a per-day series for ONE lens (default analytics). |