---
title: "Create developer application"
method: POST
path: "/v1/account.createDeveloperApp"
tags: ["account"]
---

# Create developer application

`POST /v1/account.createDeveloperApp`

## Request body

- V1AccountCreateDeveloperAppRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `description` string, required — The description of the app
  - `environment` 'production' | 'development' | 'staging', required — The environment to create the app for
  - `generateKey` boolean, required — Whether to generate a key for the app
  - `name` string, required — The name of the app

## Response `200`

OK

- V1AccountCreateDeveloperAppResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `apiKey` string, nullable, required — The generated API Key

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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