docs(world-id): add Sandbox environment guide#141
Open
noamtfh wants to merge 4 commits into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
4 tasks
Takaros999
reviewed
Jul 18, 2026
Comment on lines
+45
to
+51
| ## 2. Point your integration at Sandbox | ||
|
|
||
| 1. **Update IDKit** to a version with Sandbox support. | ||
| 2. **Select Sandbox** as the destination for your verification requests, instead of | ||
| Production. | ||
| 3. Run a request from your surface — the handoff will open the sandbox World ID app and | ||
| return a proof to your session over the bridge. |
Contributor
There was a problem hiding this comment.
nit. we could say:
- Update IDKit to the latest version
- Set
environment: sandboxin your IDKit configuration
nothing else is required
noamtfh
marked this pull request as ready for review
July 20, 2026 16:59
Introduce a new Sandbox section covering the dedicated, production-like testing environment: what it is and how to install the sandbox World ID app and point an integration at it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…tion only Per the Android team, Google Play testing track is not being used for Sandbox distribution right now. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Address review feedback: replace the vague "update IDKit / select Sandbox" steps with the concrete config change (environment: sandbox) and drop the extra step describing IDKit's normal runtime behavior. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
noamtfh
force-pushed
the
docs/sandbox-environment
branch
from
July 20, 2026 17:45
616ca4c to
c86318e
Compare
murph
reviewed
Jul 20, 2026
|
|
||
| ## 2. Point your integration at Sandbox | ||
|
|
||
| 1. **Update IDKit** to the latest version. |
murph
reviewed
Jul 20, 2026
Comment on lines
+10
to
+12
| Sandbox is a dedicated, production-like environment for building and testing your | ||
| World ID integration. It runs alongside Production as its own environment, with its | ||
| own backend and its own builds of the World ID app for iOS and Android. |
Contributor
There was a problem hiding this comment.
I think it's important to mention somehow that Sandbox is "stable" or "reliable" and that it runs the same, well-tested and validated builds as Prod.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What is Sandbox?andHow to get access, covering the new production-like testing environment (own backend, own iOS/Android World ID builds, resettable accounts, valid IDKit destination).Sandboxgroup indocs.json, between IDKit and Credentials.Why draft
Sandbox is still mid-rollout (Milestone 1 eng work targeted for 2026-07-21, Reddit e2e handoff targeted for 2026-07-31, and the live e2e round-trip test is currently blocked). Opening as a draft so it's reviewable now without implying the environment is ready for external developers to use today. Please confirm Milestone 1 status before marking ready for review / merging.
Content notes
testflight.apple.com/join/VZEurhHe) is confirmed settled — used as the primary install path.Test plan
npx cspell world-id/sandbox/*.mdxpassesdocs.jsonvalidated as well-formed JSON🤖 Generated with Claude Code