Documentation
Point your GitHub or GitLab client at SandboxAPIs and your read code just works — against a deep, real-looking org (olympus-labs), not an empty test account. Read-only and API-identical (REST + GraphQL); adoption is a one-line base-URL swap — no path prefixes, no custom routes.
How it works
- Exact mirror. Provider hosts serve provider paths exactly — same JSON, headers, status codes. Your existing client library works unchanged.
- Read-only. Writes return the provider's error shape with a friendly "this universe is read-only" message.
- Coherent. Every reference resolves — a PR's author is a fetchable user, its commits exist with matching SHAs, on GitHub and GitLab alike.
- Deterministic. Pinned snapshots regenerate byte-identically, so CI never flakes on the data.
Start here
- GitHub quickstart / GitLab quickstart
- Versioning & pinning — deterministic CI
- MCP setup — the agent front door
- Tour of the universe — who lives in olympus-labs