---
title: "Create a client tunnel preset"
method: POST
path: "/c2s-tunnel-presets"
tags: ["Tunnel Presets"]
---

# Create a client tunnel preset

`POST /c2s-tunnel-presets`

Saves a named client-to-server tunnel configuration for the authenticated user.

## Request body

- object
  - `name` string
  - `config` object[]

## Response `200`

Preset created.

## Other responses

- `400` — Invalid name or config.
- `401` — Authentication required.
- `500` — Failed to create preset.

---

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