---
title: "Create a server"
method: PUT
path: "/servers/{qualifiedName}"
tags: ["servers"]
---

# Create a server

`PUT /servers/{qualifiedName}`

Create a new server. Idempotent — returns success if the server already exists and is owned by the caller.

## Path parameters

- `qualifiedName` string, required

## Request body

- object
  - `displayName` string
  - `description` string

## Response `201`

Server created successfully

- object
  - `namespace` string, required
  - `server` string, required
  - `displayName` string, required
  - `description` string, required
  - `createdAt` string, required

## Other responses

- `400` — Bad request (invalid name format)
- `401` — Unauthorized
- `403` — Forbidden (namespace not owned by user or missing servers:write permission)
- `404` — Namespace not found

---

[API](https://skmtc.net/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.net/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smithery-ai/smithery-platform-api/versions/60b8c3d2fecf/schema)
