---
title: "Create application"
method: POST
path: "/applications"
tags: ["Applications"]
---

# Create application

`POST /applications`

Create a new Superblocks application

## Request body

- object
  - `name` string, required — Application name
  - `description` string, required — Application description
  - `template` 'blank' | 'dashboard' | 'form' | 'table' — Template to use for the application

## Response `201`

Application created successfully

- Application
  - `id` string, uuid — Unique identifier for the application
  - `name` string — Application name
  - `description` string — Application description
  - `template` string — Template used for the application
  - `created_at` string, date-time — Creation timestamp
  - `updated_at` string, date-time — Last update timestamp
  - `status` 'draft' | 'published' | 'archived' — Application status

## Other responses

- `400` — Bad request

---

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