PlatformPlatform
Platform API reference
Admin, registry, public proxy, Docker broker, GPU agent, and fallback weight endpoints.
platformapiadminproxybroker
Admin and registry
The admin app exposes public registry data and protected control-plane endpoints.
| Endpoint | Auth | Purpose |
|---|---|---|
| GET /v1/registry | None | Validator-facing registry metadata. |
| POST /v1/admin/challenges | Admin token | Create a challenge and return the clear challenge token once. |
| GET/PATCH /v1/admin/challenges/{slug} | Admin token | Read or update challenge metadata. |
| POST /v1/admin/challenges/{slug}/activate|deactivate | Admin token | Change challenge status. |
| POST /v1/admin/challenges/{slug}/pull|restart | Admin token | Operate challenge runtime. |
| GET /v1/weights/latest | Weights token | Return signed fallback weights. |
Public proxy
The proxy serves active challenge public routes at `/challenges/{slug}` and blocks `/internal/*`, `/health`, and `/version` from public traffic.