---
title: "CreateService creates a new service per organization"
method: POST
path: "/v1/orgs/{org}/services"
---

# CreateService creates a new service per organization

`POST /v1/orgs/{org}/services`

## Path parameters

- `org` string, required

## Request body

- object
  - `attributes` object
  - `name` string
  - `orgRoleName` string
  - `project` string
  - `projectRoleName` string

## Response `200`

A successful response.

- V1CreateServiceResponse
  - `service` V1Service
    - `attributes` object
    - `createdOn` string, date-time
    - `id` string
    - `name` string
    - `orgId` string
    - `orgName` string
    - `updatedOn` string, date-time

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.net/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/versions/289a0ca9ce49/schema)
