Well MCP supports two authentication methods: API Key for simple setups and OAuth for production use.Documentation Index
Fetch the complete documentation index at: https://docs.wellapp.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Key (Simple)
Best for: personal use, testing, developmentHow to Get an API Key
- Log into Well Dashboard
- Go to Settings > API Keys
- Click Generate New Key
- Copy the key immediately (it won’t be shown again)
Usage
Include the API key in theAuthorization header:
OAuth (Recommended)
Best for: production, multi-user, shared access OAuth provides secure, token-based authentication with automatic refresh.How It Works
Most MCP clients (Claude, Cursor, Windsurf, ChatGPT) support adding custom MCP servers with just a URL. Simply enter:- Redirects you to Well’s authorization page
- You log in and authorize access
- Redirects back to your client with tokens
- Handles token refresh automatically
Which Should I Use?
| Use Case | Recommended |
|---|---|
| Personal testing | API Key |
| Development | API Key |
| Production app | OAuth |
| Multi-user access | OAuth |
| Shared workspaces | OAuth |