---
title: "Create new `AccountSettings` object"
method: POST
path: "/v1/account_settings"
tags: ["account_settings"]
---

# Create new \`AccountSettings\` object

`POST /v1/account_settings`

Create new `AccountSettings` object

## Request body

- AccountSettingsPostInput — Input for creating a Conductor Project
  - `slackWebhook` string, uri — Slack webhook url
  - `maxSyncers` integer — Maximum number of sync instances that will run concurrently for an account
  - `maxInstances` integer — Maximum instances allowed per account.
  - `chargeThreshold` string — Braintree token.
  - `accountId` string — Account ID

## Response `200`

Successful response

## Other responses

- `400` — Invalid input
- `409` — Already Exists

---

[API](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api.md) · [All operations](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductortech/conductor-cloud-rendering-api/revisions/0fb056b8d2a1/schema)
