Base URL
API tokens
- Open Account → API in the app.
- Choose the scopes your integration needs (read-only scopes are preselected).
- Create a token and copy the secret — it is shown once.
OAuth (MCP clients)
Hosted MCP clients (Claude, ChatGPT, Cursor, and others) use OAuth instead of manual tokens. Discovery metadata is published at:https://api.mentionpath.ai/.well-known/oauth-authorization-serverhttps://api.mentionpath.ai/.well-known/oauth-protected-resource
https://api.mentionpath.ai/mcp (Streamable HTTP, POST only). See the MCP tab for client setup.
Idempotency
Include anIdempotency-Key header on write requests (POST, PATCH, DELETE) to safely retry without duplicating work:
Errors
| HTTP status | Meaning |
|---|---|
401 | Missing or invalid token |
403 | Token lacks the required scope or domain access |
404 | Resource not found |
202 | Write accepted but requires human approval |
429 | Rate limited |