Quick Start
Get started with Oten Trust in just a few minutes.
In this guide, you will:
Create or sign in to your Oten Trust account
Generate an API key
Step 1: Create an account or sign in
Go to https://trust.oten.com
If you are new to Oten Trust:
Click Sign Up
Create your account
Verify your email if prompted
Sign in to access the dashboard
If you already have an account:
Go to
trust.oten.comClick Sign In
Enter your login credentials
After signing in, you should be able to access:
Your Oten Trust dashboard
API key management
Usage and request insights
Once you can access the dashboard at https://trust.oten.com, you are ready to create your first API key.
Step 2: Create an API key
After signing in to trust.oten.com:
Open the navigation menu
Go to API Keys & Usage
Click + Create New API Key
Enter a descriptive name for the key, such as:
Production BackendStagingLocal Testing
Confirm creation
Copy the secret key and store it somewhere secure
Your secret API key is shown only once. Be sure to copy and save it before leaving the page.
Recommended naming convention
Use names that clearly describe where the key will be used.
Examples
Production BackendStaging APIDeveloper Sandbox
Store your key securely
Do not expose API keys in frontend code or commit them to source control.
Recommended approach
store the key in an environment variable
use it only from your backend or secure server environment
rotate keys periodically as part of your security practice
Last updated