---
title: "create proxy"
method: POST
path: "/proxy"
tags: ["Proxy"]
---

# create proxy

`POST /proxy`

Create a new proxy

## Request body

- ProxyCreate
  - `name` string, required
  - `zone_key` string, required
  - `domain_keys` string[]
  - `listener_keys` string[]

## Response `200`

the newly created proxy

- ProxyResult
  - `result` Proxy
    - `name` string, required
    - `zone_key` string, required
    - `domain_keys` string[]
    - `listener_keys` string[]
    - `proxy_key` string, required
    - `checksum` string, required

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/turbinelabs/apis/turbine-labs-api.md) · [All operations](https://skmtc.net/turbinelabs/apis/turbine-labs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/turbinelabs/turbine-labs-api/versions/47fce18aa12f/schema)
