ScoutAtlas
Developers

A REST API for the canvas.

Scout Atlas exposes its core data and engines over a versioned REST API. Built for clubs with internal analytics teams and partners building on top of the network. Public docs land Q3 2026.

Status · pre-release. The API is wired into the platform and available to founding-member tiers in private beta. Public access opens on the Analyst tier in Q3 2026. Rate-limited at 10K calls/month.

Endpoints (Q3 2026)

MethodPathDescriptionTier
  • GET/v1/playersList players matching a brief filter set.Analyst
  • GET/v1/players/{id}Player detail with per-90 metrics, contract and Match score.Analyst
  • POST/v1/briefsCreate a saved brief and schedule its diff email.Analyst
  • GET/v1/briefs/{id}/candidatesRanked candidates for a brief, with explanations.Analyst
  • GET/v1/network/clubsList of verified clubs visible to your workspace.Director
  • POST/v1/deals/{id}/messagesPost a message to an encrypted Deal Room (E2EE).Director
  • GET/v1/shield/{playerId}Shield risk read · 30/60/90 day projection.Director
  • POST/v1/webhooksRegister a webhook endpoint for brief diff or Deal Room events.Analyst

Auth & rate limits

Bearer tokens, rotated per workspace.

  • Auth

    Workspace-scoped bearer tokens, generated from /app/settings/api by an admin. Token rotation, audit log, and per-key scope coming with public release.

  • Rate limits

    Analyst tier: 10K calls/month, burst 30 req/sec. Director tier: 100K calls/month, burst 100 req/sec. Hard limit on 5×× responses; soft 429 on burst.

  • Webhooks

    Brief diff, Deal Room message, Shield tier change. HMAC-signed payloads, retries with exponential backoff, dead-letter queue on 5 consecutive failures.

  • SDKs

    TypeScript SDK at GA. Python and Go SDKs Q4 2026. Reference cURL examples ship with every endpoint in the live docs.

Want early access?

Build on Scout Atlas before the docs land.

Founding-member clubs and partners can request a private API key during pilot. Email partners@scoutatlas.co with your use case — we ship it with onboarding.