---
title: "Register Admin Env Yamato Proxy Deployment"
method: PUT
path: "/v1/admin/envs/{env_id}/yamato/proxy-deployment"
---

# Register Admin Env Yamato Proxy Deployment

`PUT /v1/admin/envs/{env_id}/yamato/proxy-deployment`

Register/update the Central Yamato proxy endpoint for an env boundary.

## Path parameters

- `env_id` string, required

## Request body

- YamatoProxyDeploymentRegistrationInput
  - `endpointUrl` string, required
  - `proxySyncToken` string, nullable
  - `caPem` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tabtabtab/apis/fastapi.md) · [All operations](https://skmtc.dev/tabtabtab/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tabtabtab/fastapi/revisions/73961d1e6152/schema)
