---
title: "Create Account"
method: POST
path: "/organizations/account-groups/{account_group_id}/accounts"
---

# Create Account

`POST /organizations/account-groups/{account_group_id}/accounts`

Creates a new account under an account_group_id.

## Path parameters

- `account_group_id` string, uuid, required

## Request body

- object
  - `name` string, required — Account name (min=1, max=255).

## Response `201`

Created

- object
  - `id` string, uuid
  - `name` string
  - `account_group_id` string, uuid
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/revisions/05b629819b49/schema)
