Request sandbox access
- Reach out to
devrel@humanity.appwith your organization name, redirect URIs, and required presets. - We provision a developer tenant, client ID, and optional shared test token for Appendix D flows.
- Record the following secrets securely:
clientId(required in every OAuth request)redirectUri(must match what you registered)scopes/ preset keys you plan to request
The welcome packet you receive after onboarding includes a ready-to-fill
.env template plus example redirect URIs. Use those values locally and in CI—nothing from this repository is required.Install and configure the SDK
Where to go next
- Review OAuth Scopes to understand the scope-based authorization model.
- Review Environments & tooling for base URLs, feature flags, and health probes.
- Browse the SDK guide for advanced helpers like consent polling and status feeds.
- Try the Query Engine for declarative credential queries.
- Explore the full API reference to see schemas, examples, and autogenerated snippets.