---
title: "Create Integration"
method: POST
path: "/api/v1/app/{app_id}/integration"
tags: ["Integration"]
---

# Create Integration

`POST /api/v1/app/{app_id}/integration`

Create an integration.

## Path parameters

- `app_id` string, required — The Application's ID or UID.

## Headers

- `idempotency-key` string

## Request body

- IntegrationIn
  - `name` string, required
  - `featureFlags` string[] — The set of feature flags the integration will have access to.

## Response `201`

- IntegrationOut
  - `name` string, required
  - `id` string, required — The Integration's ID.
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `featureFlags` string[] — The set of feature flags the integration has access to.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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