---
title: "Attach integration to a project"
method: POST
path: "/integrations/{integrationId}/attach"
tags: ["Integrations"]
---

# Attach integration to a project

`POST /integrations/{integrationId}/attach`

## Path parameters

- `integrationId` string, uuid, required

## Request body

- AttachIntegrationBody
  - `projectId` string, uuid, required — Project to attach this integration to.

## Response `200`

Integration attached

- AttachIntegrationResponse
  - `attached` true, required

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — Integration or project not found
- `409` — Integration is already attached to the project, or project is suspended
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/deepnote/apis/deepnote-public-api.md) · [All operations](https://skmtc.net/deepnote/apis/deepnote-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepnote/deepnote-public-api/revisions/726970fd2992/schema)
