---
title: "Create Developer Application"
method: POST
path: "/admin/developer/applications"
tags: ["Admin", "Developer"]
---

# Create Developer Application

`POST /admin/developer/applications`

Submits a new developer application with details like owner, name, description, and grants.

## Request body

- AdminDeveloperApplicationBody
  - `applied_at` string
  - `currentState` string
  - `description` string
  - `grants` string[]
  - `id` string
  - `name` string
  - `owner` integer

## Response `200`

Successfully created developer application

- AdminDeveloperApplicationBody
  - `applied_at` string
  - `currentState` string
  - `description` string
  - `grants` string[]
  - `id` string
  - `name` string
  - `owner` integer

## Other responses

- `400` — Bad request, e.g., invalid input body or missing owner ID from JWT
- `500` — Internal server error

---

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