---
title: "Create Config"
method: POST
path: "/v1/private/embed/config"
tags: ["Embed settings"]
---

# Create Config

`POST /v1/private/embed/config`

## Request body

- IntegrationsInput
  - `public_key` string, nullable
  - `client_public_key` string, nullable
  - `is_security_enabled` boolean

## Response `200`

Successful Response

- IntegrationsOut
  - `orchestrate_id` string, nullable
  - `client_public_key` string, nullable
  - `public_key` string, nullable
  - `created_by` string, nullable
  - `is_security_enabled` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
