Skip to main content

What the project API key is for

Each workspace can have its own project key. Aiola uses that key for:
  • Feedback
  • App Logs
  • future project-level integrations that identify a specific app
This key is different from your account login and from provider credentials like GitHub or Stripe.

Where to manage it

Open Project Settings → API Key to:
  • generate a key
  • reveal the newly created raw key once
  • copy it
  • regenerate it
  • revoke it

Important behavior

After generation, Aiola only shows the raw key once. After that, the UI keeps a hint, not the full value. If you regenerate the key:
  • the old key is revoked
  • your app setup must be updated to the new key
If you revoke the key:
  • integrations using that key stop working until you generate a new one

When you need it

You will usually need a project key before setting up:
  • feedback submission
  • app logs capture
  • any server-side proxy route that sends project-scoped data to Aiola
Keep the raw key server-side whenever possible. Feedback code should proxy through your own API route instead of exposing the key in the browser.