Your API key

Access is set up for you personally while we run pilots. No signup form; a short call, then your account is ready within a day.

Getting a key

  1. Book a call. Tell us what you want TGM to do.
  2. We set up your account and email you a sign-in link. No passwords; the link signs you in.
  3. On your first sign-in, the console shows your API key exactly once. Save it somewhere safe, like a password manager. We cannot show it again, because we do not store it.

Using the key

The SDK reads it from the environment:

export SEARCHCANDY_API_KEY=sc_live_...

Every request to the API is authenticated with it. No key, no access, including the health of your own graphs.

If you lose it

Sign in to the console and go to Settings, then Keys. Regenerate creates a new key and kills the old one at the same moment. Nothing else changes; your graphs and history stay as they are.

Treat the key like a password. Anyone holding it can read your documents and ask questions against them. Never commit it to a repository; the environment variable keeps it out of your code.

Next: Quickstart →