---
title: "SetupInfiniteOs"
method: POST
path: "/v1/setup/"
tags: ["setup"]
---

# SetupInfiniteOs

`POST /v1/setup/`

Creates the first Infinite OS account without requiring authentication.<br />This can only be used when the Infinite OS interface is accessed for the first time with no accounts created.

## Request body

- DtoCreateAccount
  - `isSuperAdmin` boolean
  - `password` string
  - `username` string

## Response `201`

FirstAccountCreated

- object

## Changes

- **2024-12-26** `744c482606fe` — 1 info
  - endpoint added
- **2024-12-04** `d7ced1b11534` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/goinfinite/apis/osapi/changes/v1/setup/post.md)

---

[API](https://skmtc.dev/goinfinite/apis/osapi.md) · [All operations](https://skmtc.dev/goinfinite/apis/osapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goinfinite/osapi/revisions/7320a5d8ef9e/schema)
