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

# Create Application

`POST /v1/applications`

Creates a new application for identity management.

## Request body

- CreateApplicationRequestSchema
  - `source` string, uri, required — The source URL of the application
  - `name` string — Name of the application
  - `description` string — Description of the application

## Response `201`

Application created successfully

- CreateApplicationResponseSchema
  - `id` string, uuid — Unique identifier for the application
  - `name` string — Name of the application
  - `url` string, nullable — URL of the application
  - `description` string, nullable — Description of the application
  - `created_at` string, date-time — Timestamp when the application was created

## Other responses

- `400` — Invalid request parameters
- `500` — Failed to create application

## Changes

- **2026-01-04** `611c70933b3d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/applications/post.md)

---

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