Create your account
Go to tokonomics.ca/register and sign up for a free account. No credit card is required. Your free plan activates immediately and includes 100 tracked calls per month — enough to explore the dashboard and verify your integration before upgrading.
Get your API key
Once you’re logged in, open your dashboard and navigate to API Keys, then click Create key. Give the key a descriptive name (for example,
production-backend or dev-local) so you can identify it later.Your new key has the format mk_ followed by 48 hexadecimal characters:Make your first call
Send a request directly with curl to confirm your key is working and the proxy is routing correctly:You’ll receive the standard OpenAI response body unchanged. Check the response headers for metering metadata that Tokonomics adds on the way back:
A successful response confirms that your key is valid and that token usage has been recorded on your account.
| Header | Description |
|---|---|
X-Metering-Latency | Total round-trip time in milliseconds from proxy ingress to provider response |
Check your dashboard
Open tokonomics.ca and navigate to your dashboard. You’ll see the call you just made listed under Recent requests, along with the token count, USD cost, model, latency, and timestamp. Your cumulative spend and usage totals update in real time with every request.