---
title: "Check if a project name is free"
method: GET
path: "/projects/available"
tags: ["Project"]
---

# Check if a project name is free

`GET /projects/available`

Return true if no project already uses the given name.

## Query parameters

- `name` string, required — Project name to check for availability.
- `cookie_name` string, nullable

## Response `200`

Successful Response

- boolean

## Other responses

- `401` — Missing or invalid authentication.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/versions/b53e89b98c2b/schema)
