---
title: "Invoke Agent"
method: POST
path: "/agent/ross"
---

# Invoke Agent

`POST /agent/ross`

## Request body

- InvokeAgentRequestBody
  - `request` string, required
  - `customer` string, required
  - `case` string, nullable
  - `history` string, nullable
  - `stream` boolean
  - `client` string, nullable
  - `urgent` boolean, nullable

## Response `200`

Successful Response

- AgentResponse
  - `answer` string, required
  - `sources` object[], required
  - `followup_questions` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/truthsuite/apis/fastapi.md) · [All operations](https://skmtc.dev/truthsuite/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/truthsuite/fastapi/revisions/da5d04cd6305/schema)
