Skip to main content
POST
/
api
/
conversations
/
{conversation_id}
/
events
{
  "success": true
}

Path Parameters

conversation_id
string<uuid>
required

Body

application/json

Payload to send a message to the agent.

This is a simplified version of openhands.sdk.Message.

role
enum<string>
default:user
Available options:
user,
system,
assistant,
tool
content
Content · array
  • TextContent
  • ImageContent
run
boolean
default:false

Whether the agent loop should automatically run if not running

Response

Successful Response

success
boolean
default:true