Skip to main content

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.

Connecting to the Audditur MCP Gateway requires two credentials issued from your workspace dashboard. Both are passed to the gateway client as environment variables:
VariablePurpose
PUBLIC_KEYIdentifies the workspace the client is connecting on behalf of. Safe to include in shared configuration.
SECRET_KEYAuthorizes 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.

Using credentials with the gateway

The MCP client reads both values from its process environment. For a complete configuration example, see: For provisioning issues or enterprise quota requests, contact info@audditur.com.