---
title: "Describe the agent chat endpoint"
method: GET
path: "/api/agent/chat"
tags: ["Agent"]
---

# Describe the agent chat endpoint

`GET /api/agent/chat`

Returns a self-describing document for the agent chat endpoint: the HTTP method, request shape, a copy-pasteable curl example, and links to the llms.txt resources. Useful as a zero-cost probe before sending a real question.

## Response `200`

Usage document for POST /api/agent/chat.

- AgentChatServiceInfo — Self-description returned by GET /api/agent/chat.
  - `service` string, required — Name of the service.
  - `description` string, required — What the endpoint does.
  - `usage` object, required — Method, URL, body shape, and content type for a real call.
    - `method` string — HTTP method to use.
    - `url` string, uri — Absolute endpoint URL.
    - `body` object — Example request body.
    - `content_type` string — Content type to send.
  - `example_curl` string, required — A copy-pasteable curl invocation.
  - `llms_txt` string, uri, required — URL of the curated site summary.

---

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