---
title: "Create App"
method: POST
path: "/api/admin/mcp/apps"
tags: ["Admin MCP"]
---

# Create App

`POST /api/admin/mcp/apps`

## Request body

- PublicMCPAppCreate
  - `app_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `icon` string, nullable
  - `transport` string
  - `provider_name` string, nullable
  - `category` string, nullable
  - `oauth_scopes` string[], nullable
  - `is_visible_in_connector` boolean
  - `launch_config` object, nullable

## Response `200`

Successful Response

- PublicMCPAppResponse
  - `app_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `icon` string, nullable
  - `transport` string
  - `provider_name` string, nullable
  - `category` string, nullable
  - `oauth_scopes` string[], nullable
  - `is_visible_in_connector` boolean
  - `launch_config` object, nullable
  - `id` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/xorbitsai/apis/xagent.md) · [All operations](https://skmtc.net/xorbitsai/apis/xagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xorbitsai/xagent/revisions/33e4ba4936ad/schema)
