---
title: "POST /agent/{agentName}/conversation/{conversationId}/reply"
method: POST
path: "/agent/{agentName}/conversation/{conversationId}/reply"
tags: ["Agent"]
---

# POST /agent/{agentName}/conversation/{conversationId}/reply

`POST /agent/{agentName}/conversation/{conversationId}/reply`

## Path parameters

- `agentName` string, required
- `conversationId` string, required

## Request body

- AgentAPIRequestBody
  - `appConfig` object — App Config value to use for executing your Agent
  - `content` AgentRequestContent
    - `userMessage` string — For chat-based agents, this is the user message sent from the client.
    - `payload` object — Additional data to pass to your pass
    - `toolCallResults` ToolCallResult[]
      - `id` string, required — ID associated with the tool-call
      - `result` object

## Response `200`

OK

- AgentResponse
  - `conversationId` string, required
  - `requestId` string, required
  - `message` string — String-based message sent from the Agent
  - `data` object — Additional data sent from the Agent
  - `toolCalls` ToolCall[] — The tools that needs to be executed from the client-side
    - `id` string — Unique ID associated with the call request
    - `name` string — Name of the tool to call
    - `parameters` object — Input Params to tool

---

[API](https://skmtc.net/palico-ai/apis/palico-app-api.md) · [All operations](https://skmtc.net/palico-ai/apis/palico-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/palico-ai/palico-app-api/versions/774ec93b3a56/schema)
