ProdExam

/

Help Center

Projects

How to Find Your API Key

Locate your project's API key to connect the ProdExam SDK.

You can also do this with AI. Try it with Testflow MCP


From the Dashboard

  1. Go to your Dashboard

  2. Find your project card

  3. Click the kebab menu (⋮) in the top-right of the card

  4. Choose Copy API Key from the dropdown

  5. The API key is now copied to your clipboard

From the Project Detail Page

  1. Click on your project to open it

  2. Look for the SDK Setup section

  3. Your full API key is displayed with a copy button

  4. Click the copy button to copy it to your clipboard


API Key Format

Your API key is a UUID — 36 characters of hex digits separated by dashes:

xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

It's safe to embed in client-side code (the SDK includes it in the script tag), but treat it like any other shared identifier — anyone with the key can post test data to your project.

Security Best Practices

Use environment variables

Store your API key in environment variables (e.g., NEXT_PUBLIC_PRODEXAM_API_KEY) instead of hardcoding it.

Don't share your API key

Keep your API key within your organization. Anyone with the key can send data to your project.

One key per project

Each project has its own unique API key. Use the correct key for each application.

Do it with Testflow MCP

MCP

You can also view your API key using ProdExam's MCP integration with AI assistants like Claude, ChatGPT, or Cursor.

Example prompt:

"What's the API key for my Mobile App project?"

Related Articles

How to set up the SDK

How to create a project

© 2026 ProdExam. All rights reserved.

Privacy PolicyTerms of Service