Skip to main content
Version: 0.1.0

Authentication

API Key

All Guardian SDK communication is authenticated with an API key provided by the Surt team.

Getting Your API Key

  1. Contact the Surt team to get your organization credentials
  2. Log in to your Surt Dashboard
  3. Navigate to Settings → Developer
  4. Copy your API key

Package Access Tokens

The SDK itself is distributed as a private package. You'll also receive access tokens for package installation:

PlatformToken TypeWhere to Configure
React Nativenpm token.npmrc in project root
iOSGitHub token~/.netrc
AndroidGitHub tokengradle.properties

See the platform-specific installation guides for details:

Environments

EnvironmentBase URLUse
productionhttps://api.surt.comLive traffic
sandboxhttps://sandbox-api.surt.comTesting and development
warning

Keep your API key server-side or embedded securely in native apps. The SDK handles key transmission securely. Never expose it in web client code.