1. Create Your Tenant Account
Create your tenant account at dashboard.trueparser.com.- new tenant registrations start in
Pending Activation - a welcome email is queued after registration
- the host currently has Google authentication configured for dashboard sign-in
2. Wait For Activation
New tenants are activated in a separate step.- when the tenant becomes active, an activation email is sent
- that email includes the configured platform URL
3. Create Your First App
Your app is the machine identity your backend will use to request tokens.Choose A Region
Select a valid license region. The backend resolves the region and stamps the app with the region and database metadata it needs later.
Add Allowed Domains
Optionally add up to three allowed domains such as
localhost:3000 or api.example.com.4. Understand The Required App State
For a tenant app to issue tokens successfully:- the app must be enabled
- the tenant must be active
- the app must have a license region
- the app must have a stamped database code
5. Assign A Plan If You Need Quotas
Plans are optional for token issuance, but they matter if your backend depends on thelimits claim.
- no plan assigned: token can still be issued, but no
limitsclaim is added - usable plan assigned: token includes
limits(expressed in Document Units) - retired plan assigned: token issuance is blocked
6. Use The App Credentials From Your Backend
Once the tenant is active and the app is created, your backend can request a token usingclient_credentials.
See:

