Skip to content

Terminal > More Features

Warp URI Scheme

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Warp's URI scheme enables you to programmatically open new windows, tabs, launch configurations, or tab configs with ease.

There are several ways to use the URI scheme:

  • Open new window warp://action/new_window?path=<path_to_folder>
  • Open new tab warp://action/new_tab?path=<path_to_folder>
  • Open Launch Configuration warp://launch/<launch_configuration_path>
  • Open Tab Config warp://tab_config/<name> — opens the saved Tab Config as a new tab in the active window. Append ?new_window=true to open it in a new window instead. <name> is matched case-insensitively against the file stem of the .toml, so both warp://tab_config/my_tab and warp://tab_config/my_tab.toml resolve to my_tab.toml.

Example of Warp URIs in use in Warp + Raycast Extension.

Warp + Raycast Extension Demo made using URIs