| Field | Type | Required | Description | Example |
|---|---|---|---|---|
agentId |
String | ✔️ | ID of the agent to run. | |
platformAgentRunCreateRequest |
PlatformAgentRunCreateRequest | ✔️ | N/A | { "messages": [ { "role": "USER", "content": [ { "text": "What is our parental leave policy?", "type": "text" } ] } ] } |