mode.com
Mode is a collaborative analytics platform for building queries, reports, dashboards, and managing workspace data access. It also offers enterprise usage-data access through its Discovery API and Discovery Database features.
Mode exposes two documented developer HTTP APIs on app.mode.com: a REST API authenticated with Basic auth using a Mode API token, and a read-only Discovery API under /batch authenticated with a generated Bearer signature-token bundle (with signature-token management itself using the regular API token).
- Mode REST APIdiscovered
- Mode Discovery APIdiscovered
In a paid Mode workspace, an admin can create a Workspace API token from Workspace Settings → Privacy & Security → API. Click the gear icon, choose Create new API token, give it a display name, and save the shown token and one-time secret. Mode documents this in API Reference help and API authentication. Use the token as the Basic auth username and the secret as the Basic auth password.
First create a regular Mode API token, then call the Discovery API signature-token creation endpoint described in Signature Tokens using that API token via Basic auth. The response returns three values: token, access_key, and access_secret. Concatenate them as token:access_key:access_secret, Base64-encode the result, and send it as Authorization: Bearer <base64(...)> on Discovery API requests, as shown in Discovery API introduction.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing