pathmode.io
Pathmode is an intent-engineering platform for product teams building with AI. It turns user evidence into structured intent specifications, workspace strategy, and verification context that can be used by teams and coding agents.
Pathmode exposes a v1 REST API at `https://pathmode.io/api/v1` plus an npm-distributed MCP server CLI (`@pathmode/mcp-server`); both use Pathmode-issued API keys, while some REST routes also require a logged-in session cookie.
- Pathmode REST APIdiscovered
- Pathmode MCP server CLIdiscovered
In the Pathmode app, go to Developer Docs and follow Settings → API Keys to create a key. Copy the secret when shown; it is only displayed once. Keys are prefixed with pm_live_. Owners/admins can also mint keys via the session-authenticated POST /api/v1/api-keys flow described in the docs.
Sign in to the Pathmode web app to obtain the logged-in browser session used by dashboard/admin endpoints. The docs identify the Supabase cookie sb-access-token as the credential used on cookie-authenticated routes; when calling resource endpoints with a session instead of an API key, also supply a workspace_id query parameter. See Developer Docs.
conventions · 2/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://pathmode.io/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✓https://pathmode.io/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