We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e18dc5 commit 1f4ba5bCopy full SHA for 1f4ba5b
1 file changed
install/index.mdx
@@ -9,10 +9,11 @@ Ref runs as a **streamable HTTP server** that implements the Model Context Proto
9
10
### Authentication
11
12
-Ref's API accepts authentication in two ways:
+Ref's API accepts authentication in three ways:
13
14
1. **As a header**: `x-ref-api-key: YOUR_API_KEY`
15
2. **As a query parameter**: `?apiKey=YOUR_API_KEY`
16
+3. **OAuth**: Include neither header or query param and your MCP client will initiate OAuth sign-in.
17
18
The streamable HTTP endpoint is available at `https://api.ref.tools/mcp`.
19
0 commit comments