---
title: "Complete Setup"
method: POST
path: "/setup/complete"
tags: ["Setup"]
---

# Complete Setup

`POST /setup/complete`

## Headers

- `X-Setup-Token` string, required

## Request body

- SetupCompleteRequest
  - `operator` OperatorAccount
    - `email` string, email, nullable
    - `password` string, nullable
    - `name` string, nullable
  - `settings` SettingInput[]
    - `key` string, required
    - `value` string, required
    - `category` string, required
    - `is_secret` boolean

## Response `200`

Successful Response

- SetupCompleteResponse
  - `access_token` string, required
  - `refresh_token` string, required
  - `token_type` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agience/apis/agience-platform-api.md) · [All operations](https://skmtc.net/agience/apis/agience-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agience/agience-platform-api/revisions/187bad270c94/schema)
