Skip to main content

Account & Tenant Setup

You'll have a working API token in under five minutes. Here's exactly what to do.

1. Create an account

Go to account.quantaprice.com and enter your email address. Quantaprice uses magic-link sign-in — no password to create or forget. Check your inbox, click the link, and you're in.

2. Request a tenant

A tenant is your isolated Quantaprice environment. Each tenant has its own data, API keys, and configuration — nothing bleeds across tenant boundaries. When you request a tenant, you choose a slug (e.g., acme-corp) that becomes part of every API endpoint you call:

https://api.quantaprice.com/acme-corp/v1/...

To request one, open the Account Portal and click Request Tenant. Pick a slug using lowercase letters, numbers, and hyphens. Tenant provisioning is automatic; you'll get a confirmation as soon as it's ready.

3. Get your API credentials

Navigate to your tenant's API Keys screen. Create a new key pair and copy both values immediately:

  • Client ID — identifies your application
  • Client Secret — authenticates it; shown only once

These credentials are used with the OAuth2 client_credentials flow to obtain short-lived bearer tokens for every API request. Keep the Client Secret out of source control.

Next step

With your tenant live and credentials in hand, head to First Price Query to make your first authenticated API call.