SnagRelayDocs
Account & Billing

API Keys & MCP Tokens

Two different credentials, used for two different things.

SnagRelay uses two distinct kinds of credentials — mixing them up is a common source of confusion.

Project API key

  • One per Project, generated automatically when the Project is created
  • Used by capture clients (the web widget, the WordPress plugin, the React Native SDK) to submit reports and fetch widget config
  • Found on the Install Code tab
  • Safe to embed client-side — it only allows submitting reports to that one Project

MCP token

  • A personal access token, generated from a Project's AI Agent Setup screen
  • Used by the AI Agent (MCP) — Cursor, VS Code Copilot, or the VS Code / Cursor extension — to read report context and mark reports resolved
  • Requires the Agency plan
  • Treat this one as a secret — revoke and regenerate it from AI Agent Setup if it's ever exposed
API keyMCP token
ScopeOne ProjectYour account's MCP-enabled Projects
Used byWidget / SDKsAI coding assistants
SensitivityPublic-safeKeep private
Where to find itInstall Code tabAI Agent Setup

On this page