---
title: "Create a new project"
method: POST
path: "/admin/v1/project"
tags: ["admin"]
---

# Create a new project

`POST /admin/v1/project`

Create a new project with a randomly generated secret key

## Request body

- HandlerCreateProjectReq
  - `configs` object

## Response `200`

OK

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` ServiceCreateProjectOutput
    - `project_id` string
    - `secret_key` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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