---
title: "Authenticate and get JWT token"
method: POST
path: "/auth"
tags: ["Authentication"]
---

# Authenticate and get JWT token

`POST /auth`

## Request body

- AuthRequest
  - `client_id` string, required — Client identifier
  - `client_secret` string, required — Client secret

## Response `200`

Authentication successful

- AuthResponse
  - `token` string, required — JWT token

## Other responses

- `401` — Invalid credentials

---

[API](https://skmtc.dev/agenticsorg/apis/agentics-api.md) · [All operations](https://skmtc.dev/agenticsorg/apis/agentics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenticsorg/agentics-api/revisions/5265e6077bea/schema)
