---
title: "Add account"
method: POST
path: "/admin/accounts"
tags: ["accounts"]
---

# Add account

`POST /admin/accounts`

Add new account. Receives an account object

## Request body

- object
  - `name` string, required
  - `provider` string

## Response `200`

ok

---

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