Skip to content

Warp URI Scheme

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

Warps URI scheme enables you to programmatically open new windows, tabs, or launch configurations 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>

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

Warp + Raycast Extension Demo made using URIs