Platform

Master validator, registry, proxy, runtime, and weights.

PlatformPlatform

Platform API reference

Admin, registry, public proxy, Docker broker, GPU agent, and fallback weight endpoints.

#platform/api-reference
platformapiadminproxybroker

Admin and registry

The admin app exposes public registry data and protected control-plane endpoints.

EndpointAuthPurpose
GET /v1/registryNoneValidator-facing registry metadata.
POST /v1/admin/challengesAdmin tokenCreate a challenge and return the clear challenge token once.
GET/PATCH /v1/admin/challenges/{slug}Admin tokenRead or update challenge metadata.
POST /v1/admin/challenges/{slug}/activate|deactivateAdmin tokenChange challenge status.
POST /v1/admin/challenges/{slug}/pull|restartAdmin tokenOperate challenge runtime.
GET /v1/weights/latestWeights tokenReturn signed fallback weights.

Public proxy

The proxy serves active challenge public routes at `/challenges/{slug}` and blocks `/internal/*`, `/health`, and `/version` from public traffic.