---
title: "Open Drive"
method: POST
path: "/v1/teams/{team_id}/browser/drive/open"
tags: ["agent runtime"]
---

# Open Drive

`POST /v1/teams/{team_id}/browser/drive/open`

Open the business's cloud browser at ``url`` for this run and lease it.

## Path parameters

- `team_id` string, uuid, required

## Headers

- `authorization` string, nullable
- `x-darwin-token` string, nullable
- `x-darwin-run-id` string, nullable

## Request body

- DriveOpen
  - `url` string, required
  - `restart` boolean

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

> 32 revisions in range; 1 not diffed.

- **2026-09-12** `c1ddc6c809d9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stormy/apis/stormy-control-plane/changes/v1/teams/:team_id/browser/drive/open/post.md)

---

[API](https://skmtc.dev/stormy/apis/stormy-control-plane.md) · [All operations](https://skmtc.dev/stormy/apis/stormy-control-plane/llms.txt) · [OpenAPI document](https://skmtc.dev/stormy/apis/stormy-control-plane/revisions/b09e3c4ee2af?raw)
