Learn how to set up your own Browser Use Cloud SDK
# Install the generator pipx install openapi-python-client --include-deps # Generate the client openapi-python-client generate --url http://api.browser-use.com/openapi.json
# Install the generator npm install -D openapi-typescript # Generate the types npx openapi-typescript http://api.browser-use.com/openapi.json -o browser-use-api.ts
Was this page helpful?