Documentation 29
Versioning · deterministic CI
Pin it once. The data never drifts.
Pinned, reproducible universes for CI. A snapshot regenerates byte-identically on every request, so pinned tests never drift.
01 / Two modes
Live vs. snapshot.
- Live — the
gh./slack./sentry./circleci./zendesk./gl./bb./ado./jira./linear./anthropic./cursor./devin./openai./chatgpt./graph./pd./sf./hubspot./buildkite./statuspage.hosts serve a continuously-fresh universe (newest activity within a day). Great for exploration. - Snapshot — a pinned
*.snap.host serves a reproducible universe that regenerates byte-identically on every request. Great for CI.
02 / Pinning
It's a hostname swap.
Point your client's base URL at a snapshot host instead of the live host — nothing else changes.
# One pin, one base URL. Every other pin is the same swap.
export GITHUB_BASE_URL=https://gh-2026-03-g11.snap.sandboxapis.dev
# The whole list, machine-readable:
curl -s https://api.sandboxapis.dev/v1/snapshotsPins come in generations. A generation is a whole frozen universe, not a feature flag: generation 2 (the -g2 hosts below) serves repository files; generation 1 predates them. The two hold different data — different issue keys, different commit SHAs — so pick one and stay on it. The table below groups every pin by provider, and the generation filter answers the question people actually arrive with: give me every host on one generation.
03 / Available pins
Snapshots you can use today.
GitHub1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| gh-2026-03-g10 | 10 | 2026-03-10 | yes | https://gh-2026-03-g10.snap.sandboxapis.dev |
GitLab1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| gl-v4-g10 | 10 | v4 | yes | https://gl-v4-g10.snap.sandboxapis.dev |
Bitbucket1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| bb-v2-g10 | 10 | 2.0 | yes | https://bb-v2-g10.snap.sandboxapis.dev |
Azure DevOps1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| ado-7-1-g10 | 10 | 7.1 | yes | https://ado-7-1-g10.snap.sandboxapis.dev |
Jira1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| jira-v3-g10 | 10 | v3 | yes | https://jira-v3-g10.snap.sandboxapis.dev |
Linear1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| linear-2026-08-g10 | 10 | unversioned | yes | https://linear-2026-08-g10.snap.sandboxapis.dev |
Anthropic1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| anthropic-2023-06-g10 | 10 | 2023-06-01 | yes | https://anthropic-2023-06-g10.snap.sandboxapis.dev |
Cursor1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| cursor-2026-08-g10 | 10 | unversioned | yes | https://cursor-2026-08-g10.snap.sandboxapis.dev |
Devin1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| devin-v3-g10 | 10 | v3 | yes | https://devin-v3-g10.snap.sandboxapis.dev |
OpenAI1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| openai-2020-10-g10 | 10 | 2020-10-01 | yes | https://openai-2020-10-g10.snap.sandboxapis.dev |
Codex Analytics1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| chatgpt-v1-g10 | 10 | v1 | yes | https://chatgpt-v1-g10.snap.sandboxapis.dev |
Slack1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| slack-2026-08-g10 | 10 | unversioned | yes | https://slack-2026-08-g10.snap.sandboxapis.dev |
Microsoft Teams1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| teams-v1-g10 | 10 | v1.0 | yes | https://teams-v1-g10.snap.sandboxapis.dev |
CircleCI1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| circleci-v2-g10 | 10 | v2 | yes | https://circleci-v2-g10.snap.sandboxapis.dev |
Buildkite1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| buildkite-v2-g10 | 10 | v2 | yes | https://buildkite-v2-g10.snap.sandboxapis.dev |
Sentry1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| sentry-v0-g10 | 10 | v0 | yes | https://sentry-v0-g10.snap.sandboxapis.dev |
PagerDuty1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| pd-v2-g10 | 10 | 2 | yes | https://pd-v2-g10.snap.sandboxapis.dev |
Statuspage1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| statuspage-v1-g10 | 10 | v1 | yes | https://statuspage-v1-g10.snap.sandboxapis.dev |
Zendesk1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| zendesk-v2-g10 | 10 | v2 | yes | https://zendesk-v2-g10.snap.sandboxapis.dev |
Salesforce1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| sf-v67-g10 | 10 | 67.0 | yes | https://sf-v67-g10.snap.sandboxapis.dev |
HubSpot1 pin
| Pin | Gen | API version | Files | Base URL |
|---|---|---|---|---|
| hubspot-v3-g10 | 10 | v3 | yes | https://hubspot-v3-g10.snap.sandboxapis.dev |
Discover pins programmatically at GET https://api.sandboxapis.dev/v1/snapshots, or via the MCP get_snapshot tool.