---
title: "POST /api/services/shared/"
method: POST
path: "/api/services/shared/"
tags: ["services"]
---

# POST /api/services/shared/

`POST /api/services/shared/`

Create a new integration configuration owned by the caller or by an organization they administer.

## Request body

- EditableAuth
  - `id` string, uuid
  - `label` string, nullable
  - `organization` string, nullable
  - `config` object, required
  - `created_at` string, date-time
  - `service` string, required
  - `updated_at` string, date-time
  - `pushdown` boolean — True to push down configuration secrets to the client
  - `editable` boolean

## Response `201`

---

[API](https://skmtc.dev/pixiebrix/apis/pixiebrix-api.md) · [All operations](https://skmtc.dev/pixiebrix/apis/pixiebrix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixiebrix/pixiebrix-api/revisions/941ab9eb01d6/schema)
