Skip to main content

Getting Started

Access Tokens

Access tokens in GlamAR are secure credentials that authenticate your SDK sessions, API calls, and console integrations. Each token is scoped by an environment that gives you isolated control for development.

Tokens ensure that only authorized environments can access your assets and configurations, and keeps your integrations both flexible and secure.

Note: GlamAR is built on Pixelbin infrastructure, which powers authentication, model delivery, and asset management. PixelBin is developed and operated by Fynd; a trusted provider of enterprise-grade commerce infrastructure.

Creating An Access Token

1. Create a PixelBin account.

To create a new account, go to https://console.pixelbin.io/choose-org and click Sign up. Click Login if you already have an account.

Image 1

2. Open Settings → Tokens

From the sidebar, navigate to Settings | Tokens.

Image 2

3. Click Create Token.

Image 3

4. Name your token and click Create

Enter a name for your token and click Create.

Image 4

5. View your tokens

Once you create a token, a list of all created tokens will appear in the Tokens page.

6. Copy the access key

Select your desired token that you want to use. Then copy your access key; it’s required when initializing the SDK or making authenticated API calls.

You can copy the token directly and use it for development.

Security Best Practices

  • Store tokens securely, Never commit them to source code or public repositories
  • Use environment variables for deployment pipelines and SDK configurations.
  • Rotate tokens periodically to maintain compliance and limit exposure.
  • Revoke unused tokens in the console to remove stale credentials.