# HTTP API

CloudBrowser allows users to programmatically open browser instances via an HTTP API. This service is designed to offer browsers with stealth mode options, support for custom proxies, and the ability to keep browsing sessions open based on the client’s needs.

Please note that to send calls to this api production.cloudbrowser.ai it is necessary to [use your api token](/docs/cloud-service/using-your-token.md) in each call.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cloudbrowser.gitbook.io/docs/get-started/browser-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
