---
title: "Create Connection"
method: POST
path: "/api/kiwi-connections"
tags: ["Kiwi Connections"]
---

# Create Connection

`POST /api/kiwi-connections`

Create a new Kiwi connection

## Request body

- KiwiConnectionCreate
  - `name` string, required
  - `instance_url` string, required
  - `api_token` string, required
  - `default_agent_id` string, nullable
  - `default_agent_name` string, nullable
  - `metadata_json` object, nullable
  - `from_kiwi` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
