---
title: tb open
meta:
  description: Open a Tinybird workspace in your browser.
---

# tb open

Opens a workspace in Tinybird Cloud. You can get your current workspace by running `tb workspace current`. Global options apply to this command. See [Global options](/forward/dev-reference/commands/global-options).

For example:

```shell
# Opens the current workspace
tb open

# Opens a specific workspace in the cloud environment
tb --cloud open --workspace someworkspace
```

The following options are available:

{% table %}
  * Option
  * Description
  ---
  * --workspace
  * Sets the workspace you want to open. If unset, your current workspace is used.
{% /table %}

## Environment support

{% table %}
  * Environment
  * Supported
  * Description
  ---
  * `--local`
  * ✓ Yes (default)
  * Opens Tinybird UI for Tinybird Local.
  ---
  * `--cloud`
  * ✓ Yes
  * Opens Tinybird UI for Tinybird Cloud.
  ---
  * `--branch=BRANCH_NAME`
  * ✓ Yes
  * Opens Tinybird UI for a branch.
{% /table %}
