Account · Subscription & API keys

/billing/subscriptions

Your plan is tiered by the monthly credit allowance it includes, and higher plans raise your quotas and unlock additional capabilities across the platform's modules. The Subscription tab is also where your API keys live — the kai_* credentials that authenticate the external partner APIs for price, mention and job tracking. This guide covers both: what they are, why they matter, exactly how to use them, and what they change elsewhere.

Where it is

Open your Profile menu at the top-right of any page and go to the Subscription tab to see your current plan. Change your plan at /billing/subscriptions. Your API keys are managed in the same Subscription tab.

Subscription tab
The Subscription tab — your current plan, and where your API keys live.

What's on the screen

Plan tiers

Plans are tiered by the monthly credit allowance they include. Higher plans raise your quotas and unlock additional capabilities across the platform's modules. If you're hitting limits or want more advanced features, this is where to move up.

TierMonthly credit allowance
Entry100 credits / month
Pro1,000 credits / month
Enterprise5,000 credits / month
Subscription plans page
Subscription plans at /billing/subscriptions.

How to change your plan — step by step

  1. Open the Subscription tab to see your current plan.
  2. Go to /billing/subscriptions and pick the plan you want.
  3. Use Manage Subscription, Cancel Subscription, or Subscribe to Enterprise as needed.
  4. Confirm to apply the change.

What it affects: your monthly credit allowance, your quotas, and which advanced capabilities are available across the platform's modules.

API Keys

What it is — credentials, managed in the Subscription tab, that authenticate the external partner APIs for price tracking, mention tracking and job tracking. Why it matters — they let other projects call those services on your behalf. Keys are prefixed kai_ and are shown masked (e.g. kai_••••gBJd) once created.

For each key you'll see:

How to generate & test an API key — step by step

  1. Click Generate Key to create a new kai_* key.
  2. Note the Created and Last used details listed against each key.
  3. Use Test to verify the key works.
  4. Review the Changes Log for the history of key activity and changes.

Worked example — wiring up an external project. Open the Subscription tab → click Generate Key to mint a fresh kai_* key → click Test to confirm it works → check the Changes Log to see the key recorded → paste the key into your other project so it can call the price, mention and job tracking APIs against your account. Back here, the key shows masked (kai_••••gBJd) with its Created date and a Last used timestamp that updates as your project makes calls.

What it affects: a valid key authorises external calls to the price, mention and job tracking APIs against your account.

What it affects