---
title: "Claim Tee Launch Config"
method: POST
path: "/instances/launch_config/{config_id}/tee"
tags: ["Instances"]
---

# Claim Tee Launch Config

`POST /instances/launch_config/{config_id}/tee`

Claim a TEE launch config, verify attestation, and receive symmetric key.

## Path parameters

- `config_id` string, required

## Headers

- `Authorization` string
- `X-Chutes-Nonce` string, nullable

## Request body

- TeeLaunchConfigArgs
  - `gpus` object[], required
  - `host` string, required
  - `port_mappings` PortMap[], required
    - `internal_port` integer, required
    - `external_port` integer, required
    - `proto` string
    - `default` boolean, nullable
  - `fsv` string, nullable
  - `egress` boolean, nullable
  - `lock_modules` boolean, nullable
  - `netnanny_hash` string, nullable
  - `run_path` string, nullable
  - `py_dirs` string[], nullable
  - `rint_commitment` string, nullable
  - `rint_nonce` string, nullable
  - `rint_pubkey` string, nullable
  - `tls_cert` string, nullable
  - `tls_cert_sig` string, nullable
  - `tls_ca_cert` string, nullable
  - `tls_client_cert` string, nullable
  - `tls_client_key` string, nullable
  - `tls_client_key_password` string, nullable
  - `e2e_pubkey` string, nullable
  - `cllmv_session_init` string, nullable
  - `env` string, required
  - `code` string, nullable
  - `run_code` string, nullable
  - `inspecto` string, nullable
  - `deployment_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-26** `8d909638091e` — 1 info
  - endpoint added
- **2026-08-22** `05d9af05d87e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/chutes/apis/fastapi/changes/instances/launch_config/:config_id/tee/post.md)

---

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