Send Message
Sessions
Send Message
Send a follow-up message to the agent
POST
Send Message
Send a follow-up message to a running session’s agent. Use this to provide additional instructions, answer questions, or redirect the agent mid-task.Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
session_id | string | The session identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
message | string | Yes | The message to send to the agent |
Response
Status: 204 No Content No response body.Examples
Python
Related Endpoints
- Interrupt - Interrupt the agent’s current action
- Get Events - See the agent’s response
- Get Session - Check session status