Skip to main content

Get your API key

1

Register

Go to kymaapi.com and create an account with email + password, or sign in with Google.
2

Copy your key

Your API key starts with ky- and is shown after registration. You can also find it in the Dashboard.
3

Use it

Pass your key as a Bearer token in the Authorization header.

Using your API key

Include your key in every API request:
With the OpenAI SDK:

Environment variables

Never hardcode your API key. Use environment variables instead.
Then in your code:

Managing keys

  • Create keys: Dashboard → Create Key
  • Multiple keys: Create separate keys for dev/staging/production
  • Delete keys: Remove compromised keys instantly from Dashboard
  • View usage: Track requests per key in Dashboard