---
title: "Authenticate agent"
method: POST
path: "/auth"
tags: ["Authentication"]
---

# Authenticate agent

`POST /auth`

## Request body

- object
  - `agentId` string
  - `credentials` string

## Response `200`

JWT token issued

- object
  - `token` string

---

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