---
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
  - `failure` object
    - `code` string, required
    - `stage` 'provisioning' | 'recovery' | 'runtime', required
    - `reference` string, required
    - `occurredAt` string, date-time, required
  - `providerSync` object
    - `status` 'degraded', required
    - `reason` 'unsupported'

## Other responses

- `401` — The caller must be signed in to open Cloud.
- `403` — OpenWork Web access is not active for the organization.
- `404` — Cloud is not available for this organization or gateway.

---

[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/fcbb34aa1702/schema)
