diff --git a/README.md b/README.md index 90bf7b724..676838e50 100644 --- a/README.md +++ b/README.md @@ -295,12 +295,12 @@ npm run deploy | Endpoint | Description | |----------|-------------| -| `GET /cdp/json/version` | Browser version information | -| `GET /cdp/json/list` | List available browser targets | -| `GET /cdp/json/new` | Create a new browser target | -| `WS /cdp/devtools/browser/{id}` | WebSocket connection for CDP commands | +| `GET /cdp/json/version?secret=` | Browser version information | +| `GET /cdp/json/list?secret=` | List available browser targets | +| `GET /cdp/json/new?secret=` | Create a new browser target | +| `WS /cdp?secret=` | WebSocket connection for CDP commands | -All endpoints require the `CDP_SECRET` header for authentication. +All endpoints require the `CDP_SECRET` as a query parameter (`?secret=`) for authentication. ## Built-in Skills