---
title: "POST /api/internal/desktop/cloud-profile/connect"
method: POST
path: "/api/internal/desktop/cloud-profile/connect"
tags: ["Desktop"]
---

# POST /api/internal/desktop/cloud-profile/connect

`POST /api/internal/desktop/cloud-profile/connect`

## Request body

- object
  - `name` string, required
  - `source` string

## Response `200`

Connect cloud profile

- object
  - `browserUrl` string
  - `error` string
  - `status` object, required
    - `connected` boolean, required
    - `polling` boolean
    - `userId` string, nullable
    - `userName` string, nullable
    - `userEmail` string, nullable
    - `connectedAt` string, nullable
    - `models` object[]
      - `id` string, required
      - `name` string, required
      - `provider` string
    - `cloudUrl` string, required
    - `linkUrl` string, nullable, required
    - `activeProfileName` string, required
    - `profiles` object[], required
      - `name` string, required
      - `cloudUrl` string, uri, required
      - `linkUrl` string, uri, required
      - `connected` boolean, required
      - `polling` boolean
      - `userId` string, nullable
      - `userName` string, nullable
      - `userEmail` string, nullable
      - `connectedAt` string, nullable
      - `modelCount` integer, required
  - `configPushed` boolean, required

---

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