---
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
  - `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.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
