---
title: "Login with development token"
method: POST
path: "/auth/login/dev-token"
tags: ["Auth"]
---

# Login with development token

`POST /auth/login/dev-token`

Creates a browser session from an enabled development token.

## Request body

- DevTokenLoginRequest — Browser login payload for development-token auth.
  - `token` string, required

## Response `200`

Browser session created

- DevTokenLoginResponse — Browser development-token login result.
  - `ok` boolean, required

## Other responses

- `401` — Invalid or disabled development token
- `409` — Session secret is not configured

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/bee030053823/schema)
