---
title: "Create App Connection"
method: POST
path: "/v1/installs/{installId}/connections"
---

# Create App Connection

`POST /v1/installs/{installId}/connections`

This endpoint creates an app connection for a manual app install. One of <b>companyId</b> or <b>clientIds</b> must be non-null, specifying the client(s)/company who will receive the specified content.

## Path parameters

- `installId` string, required

## Request body

- object
  - `companyId` string — The company ID to create the connection for if creating a company membership type connection. Also required when creating individual or group connections where the specified clients belong to multiple companies
  - `clientIds` string[] — The client users to be included as members of the app connection if creating a group membership type connection. Client users must be part of same company.
  - `type` string, required — The type of connection to create, this will affect how clients view the connection within the workspace. One of: `embed` or `link`.
  - `content` string, required — The content that should be seen by the members of the app connection. Can be a public URL or iframe.

## Response `200`

200

- object
  - `clientIds` string[]
  - `companyId` string
  - `content` string
  - `createdAt` string
  - `id` string
  - `installId` string
  - `membershipType` string
  - `object` string
  - `type` string
  - `updatedAt` string

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/revisions/28a9e7d13a8c/schema)
