---
title: "Login"
method: POST
path: "/admin/api/v1/auth/login"
tags: ["Auth & SSO"]
---

# Login

`POST /admin/api/v1/auth/login`

Verify the password and set the signed session cookie.

## Request body

- StandaloneAuthLoginBody — Body of ``POST /admin/api/v1/auth/login``. Single-tenant: there is no username field — the standalone has one admin row identified by the singleton primary key.
  - `password` string, required

## Response `200`

Successful Response

- StandaloneAuthMutationResult — Bare-success body for login / logout / change-password. Login + logout side-effects (session cookie set/cleared) are carried on the HTTP response itself; the body just acknowledges the outcome.
  - `ok` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/idun-group/apis/idun-agent-engine-server.md) · [All operations](https://skmtc.net/idun-group/apis/idun-agent-engine-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idun-group/idun-agent-engine-server/versions/8909cd73cc1c/schema)
