---
title: "Create Proxy"
method: POST
path: "/proxys/{app_id}"
tags: ["proxys"]
---

# Create Proxy

`POST /proxys/{app_id}`

Create a proxy host

## Path parameters

- `app_id` string, required — App ID to create proxys from

## Query parameters

- `endpointId` integer — Endpoint ID to create proxys from. If not set, create proxys from the local endpoint

## Request body

- DomainNames
  - `domain_names` string[], required

## Response `200`

Successful Response

- ProxyHost[]
  - `proxy_id` integer, required
  - `domain_names` string[], required

## Other responses

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

---

[API](https://skmtc.dev/websoft9/apis/appmanae-api.md) · [All operations](https://skmtc.dev/websoft9/apis/appmanae-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/websoft9/appmanae-api/revisions/e4bf692cc15e/schema)
