Versioning & pinning

Pinned, reproducible universes for CI. A snapshot regenerates byte-identically on every request, so pinned tests never drift.

Live vs. snapshot

Pinning is a hostname swap

Point your client's base URL at a snapshot host instead of the live host — nothing else changes.

shell
# github
export BASE_URL=https://gh-2026-03.snap.sandboxapis.dev

# gitlab
export BASE_URL=https://gl-v4.snap.sandboxapis.dev

Available snapshots

PinProviderBase URL
gh-2026-03githubhttps://gh-2026-03.snap.sandboxapis.dev
gl-v4gitlabhttps://gl-v4.snap.sandboxapis.dev

Discover pins programmatically at GET https://api.sandboxapis.dev/v1/snapshots, or via the MCP get_snapshot tool.