Connecting to the Audditur MCP Gateway requires two credentials issued from your workspace dashboard. Both are passed to the gateway client as environment variables:Documentation Index
Fetch the complete documentation index at: https://docs.audditur.com/llms.txt
Use this file to discover all available pages before exploring further.
| Variable | Purpose |
|---|---|
PUBLIC_KEY | Identifies the workspace the client is connecting on behalf of. Safe to include in shared configuration. |
SECRET_KEY | Authorizes the client to act on the workspace. Treat it like a password. |
Obtaining credentials
Both keys are generated from the Developer Settings panel inside your Audditur workspace at audditur.com. Each key pair is scoped to the workspace that issued it and inherits its permissions.Never expose
SECRET_KEY in client-side code, browser bundles, mobile apps, screenshots, or public repositories. Store it in environment variables or a secrets manager, and rotate it immediately from the dashboard if it leaks..png?fit=max&auto=format&n=L1YuKV3h53IFs5Qs&q=85&s=67f2588fc9547193398e6a4783ac88eb)
