Projects
Locate your project's API key to connect the ProdExam SDK.
You can also do this with AI. Try it with Testflow MCP
Go to your Dashboard
Find your project card
Click the kebab menu (⋮) in the top-right of the card
Choose Copy API Key from the dropdown
The API key is now copied to your clipboard
Click on your project to open it
Look for the SDK Setup section
Your full API key is displayed with a copy button
Click the copy button to copy it to your clipboard
Your API key is a UUID — 36 characters of hex digits separated by dashes:
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.
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.
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?"© 2026 ProdExam. All rights reserved.