---
title: "Resolve the caller's Cloud instance for the browser gateway"
method: GET
path: "/v1/cloud/gateway/resolve"
tags: ["Cloud"]
---

# Resolve the caller's Cloud instance for the browser gateway

`GET /v1/cloud/gateway/resolve`

Starts or wakes the caller's own OpenWork Cloud browser instance when needed and returns the collaborator token only to the trusted gateway.

## Response `200`

Cloud instance status returned successfully for the gateway.

- CloudGatewayInstanceResponse
  - `status` 'provisioning' | 'waking' | 'ready' | 'failed', required
  - `url` string, uri, nullable, required
  - `clientToken` string, nullable, required
  - `hostToken` string, nullable, required
  - `expiresAt` string, date-time, nullable, required
  - `providerSync` object
    - `status` 'degraded', required
    - `reason` 'unsupported'

## Other responses

- `401` — The caller must be signed in to open Cloud.
- `404` — Cloud is not available for this organization or gateway.

## Changes

- **2026-08-27** `3f52e8fe4c1b` — 1 info
  - added the required property `expiresAt` to the response with the `200` status

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/cloud/gateway/resolve/get.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/55fbf604ed39/schema)
