Skip to content

Commit 1f4ba5b

Browse files
committed
docs: Add OAuth as a third authentication method for Ref's API
1 parent 6e18dc5 commit 1f4ba5b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ Ref runs as a **streamable HTTP server** that implements the Model Context Proto
99

1010
### Authentication
1111

12-
Ref's API accepts authentication in two ways:
12+
Ref's API accepts authentication in three ways:
1313

1414
1. **As a header**: `x-ref-api-key: YOUR_API_KEY`
1515
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.
1617

1718
The streamable HTTP endpoint is available at `https://api.ref.tools/mcp`.
1819

0 commit comments

Comments
 (0)