From 8615ae94403cc4e1ef3f5fd921ffa7bc816e68ad Mon Sep 17 00:00:00 2001 From: Alexander Yue Date: Tue, 4 Aug 2026 11:31:27 -0700 Subject: [PATCH] docs: advertise the hosted v4 API in the README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5728326e8a..3ce52af493 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,14 @@ The unbounded power of the browser working seamlessly with your code. The agent ## Hosted -Want to skip the setup? Use BrowserCode in [Browser Use Cloud](https://cloud.browser-use.com/v4?utm_campaign=browsercode-use-in-cloud&utm_source=github). +Run the agent on [Browser Use Cloud](https://cloud.browser-use.com/v4?utm_campaign=browsercode-use-in-cloud&utm_source=github): + +```sh +curl -X POST https://api.browser-use.com/api/v4/runs \ + -H "X-Browser-Use-API-Key: $BROWSER_USE_API_KEY" \ + -H "Content-Type: application/json" \ + -d '{"task": "Your task"}' +``` ## One-Line Install