> For the complete documentation index, see [llms.txt](https://dev-docs.tasknet.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev-docs.tasknet.co/getting-started/private-vs-public.md).

# Private Vs Public

When interacting with the API, you’ll notice that many endpoints require a mode to be specified in the path. Where `mode` can either be **`public`** or **`private`**

* **Private Mode**: The browser session is hosted and secured by us.
* **Public Mode**: The browser session is hosted by any external **provider**, which means it might not have the same level of security as private hosting. **Public mode should only be used for non-sensitive tasks**, where user data, cookies, or logins are not involved. Tasks like general browsing or simple automation that doesn't require secure handling of information are suitable for public sessions.
