---
title: "POST /transitions"
method: POST
path: "/transitions"
---

# POST /transitions

`POST /transitions`

## Headers

- `Content-Type` string, required

## Request body

- PostTransitions
  - `description` string, nullable
  - `name` string, nullable
  - `parameters` union
    - object
      - `cpu` 256 | 512 | 1024
      - `environment` object
      - `environmentSecrets` string[]
      - `imageUrl` string, required
      - `memory` 512 | 1024 | 2048 | 4096 | 8192
      - `secretId` string
    - object
      - `environment` object
      - `environmentSecrets` string[]
      - `lambdaId` string, required
    - object
      - `assets` object
        - `jsRemoteComponent` string
  - `timeoutInSeconds` integer
  - `transitionType` 'docker' | 'manual' | 'lambda', required

## Response `200`

200 response

- Transition
  - `assets` object
    - `jsRemoteComponent` string
  - `createdBy` string, nullable, required
  - `createdTime` string, nullable, required
  - `description` string, nullable, required
  - `name` string, nullable, required
  - `parameters` object, required
  - `timeoutInSeconds` integer, required
  - `transitionId` union, required
    - string
    - string
  - `transitionType` 'docker' | 'manual' | 'lambda', required
  - `updatedBy` string, nullable, required
  - `updatedTime` string, nullable, required

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

---

[API](https://skmtc.net/lucidtechai/apis/lucidtech-api.md) · [All operations](https://skmtc.net/lucidtechai/apis/lucidtech-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucidtechai/lucidtech-api/versions/d5fe190026be/schema)
