---
title: "publishApp"
method: POST
path: "/v1/app-configurations"
---

# publishApp

`POST /v1/app-configurations`

Publish a new app configuration from uploaded zip file

## Request body

- object
  - `s3_reference` S3Reference, required
    - `bucket` string, required — The name of the S3 bucket where the JSON file for import is stored.
    - `key` string, required — The key or path to the JSON file within the S3 bucket.
  - `metadata` object
    - `access_level` 'public' | 'private'

## Response `202`

App publication process started

- object
  - `app_id` string, required
  - `status` 'pending' | 'published', required
  - `execution_arn` string — Step Function execution ARN for status tracking

## Changes

- **2025-01-29** `8b8dde19dac7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/epilot/apis/app-api/changes/v1/app-configurations/post.md)

---

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