---
title: "Create billing project"
method: POST
path: "/api/v1alpha/billing_projects/{billing_project}/create"
tags: ["Billing"]
---

# Create billing project

`POST /api/v1alpha/billing_projects/{billing_project}/create`

Create a new billing project

## Path parameters

- `billing_project` string, required

## Response `200`

Billing project created successfully

- string — Created billing project identifier

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - requires developer privileges
- `409` — Billing project already exists

## Changes

- **2026-06-04** `a545b6b19c2b` — 1 info
  - the endpoint scheme security `developerAuth` was removed from the API
- **2025-04-16** `afa3b61d1d09` — 2 breaking, 7 info
  - removed the request body
  - the response's body type changed from `object` to `string` for status `200`
  - api operation id `createBillingProject` removed and replaced with ``
  - the endpoint scheme security `developerAuth` was added to the API
  - …5 more
- **2025-01-14** `559a91071cc1` — 1 breaking, 7 info
  - the response's body type changed from `string` to `object` for status `200`
  - api operation id `createBillingProject` was added
  - api tag `Billing Projects` added
  - api tag `Billing` removed
  - …4 more

[Change history](https://skmtc.dev/hail-is/apis/hail-services/changes/api/v1alpha/billing_projects/:billing_project/create/post.md)

---

[API](https://skmtc.dev/hail-is/apis/hail-services.md) · [All operations](https://skmtc.dev/hail-is/apis/hail-services/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hail-is/hail-services/revisions/3bd6e13adfa6/schema)
