Skip to main content

Environments

Hosts by contract

ContractSandbox hostProduction host
OAuth2 / Tokenhttps://identityhomolog.acesso.iohttps://identity.acesso.io
Web & SDKhttps://api.idcloud.uat.unico.apphttps://api.idcloud.unico.app
APIhttps://api.id.uat.unico.apphttps://api.id.unico.app
Magic Link (Mexico)https://sandbox.trully.aihttps://api.trully.ai

When to use sandbox

  • Development and integration tests before production go-live.
  • Validating new flows or capabilities your tenant is being enabled for.
  • Reproducing customer-facing issues without affecting real data.
Credentials are environment-specific

Sandbox and production use different credentials (Client ID, private key, API key). Mixing credentials between environments is one of the most common causes of 401 errors. See Authentication > Common errors.

Behavior differences

The two environments share the same API contract — same endpoints, same payloads. They differ in:

AspectSandboxProduction
CredentialsSandbox-onlyProduction-only
Real biometric dataNo (test data only)Yes
Webhook deliveryReal (to your sandbox endpoint)Real
Rate limitsLowerSee Rate limits
PersistencePeriodically resetPermanent

If you use Magic Link (Mexico), allow the following origins on your webhook server's CORS:

  • Sandbox: https://verification.uat.unico.app
  • Production: https://verification.unico.app

Hosts to allowlist for go-live

If your (or your client's) network requires an explicit firewall/proxy allowlist before going to production, request the following hosts:

  • cadastro.unico.app
  • id.unico.io
  • retry.unico.io
  • ultimatum.unico.io
  • backend-sdk.prod.private.unico.run

If your firewall supports domain-level (wildcard) rules and you prefer fewer entries, you can allow these domains instead of the individual hosts above:

  • *.unico.app
  • *.unico.io
  • *.unico.run

Beyond Unico's own domains, the following third-party hosts are essential to the product's operation (feature-flag evaluation, error tracking, and performance monitoring) and must also be allowlisted:

  • app.launchdarkly.com
  • clientstream.launchdarkly.com
  • events.launchdarkly.com
  • o939397.ingest.sentry.io
  • js-agent.newrelic.com
  • bam.nr-data.net

If your firewall supports domain-level (wildcard) rules, you can allow these domains instead:

  • *.launchdarkly.com
  • *.sentry.io
  • *.newrelic.com
  • *.nr-data.net