Skip to content

Commit 183b005

Browse files
committed
docs: use Xquik API-key header
1 parent 898d2ad commit 183b005

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To bypass authentication, or to emit custom headers on all requests to your remo
7272
},
7373
```
7474

75-
For a Streamable HTTP server that uses a bearer API key, set the token in `env` and force HTTP transport:
75+
For Xquik's Streamable HTTP server, set the API key in `env` and force HTTP transport:
7676

7777
```json
7878
{
@@ -85,10 +85,10 @@ For a Streamable HTTP server that uses a bearer API key, set the token in `env`
8585
"--transport",
8686
"http-only",
8787
"--header",
88-
"Authorization:${XQUIK_AUTH_HEADER}"
88+
"x-api-key:${XQUIK_API_KEY}"
8989
],
9090
"env": {
91-
"XQUIK_AUTH_HEADER": "Bearer <xquik-api-key>"
91+
"XQUIK_API_KEY": "<xquik-api-key>"
9292
}
9393
}
9494
}

0 commit comments

Comments
 (0)