This page provides a comprehensive reference for New Relic agent actions available in the workflow automation actions catalog. These actions enable you to run agents configured in Agentic Platform.
Agent actions
Run agent
Runs an Agent configured in Agentic Platform.
Input Field | Optionality | Type | Description |
|---|---|---|---|
prompt | Required | String | A prompt is simply your instruction to an AI Agent. It's the question you ask or the command you give to get a specific result. |
agentId | Required | String | A unique identifier for the agent, including its version. Format: must start with a letter or underscore and may only contain letters, numbers, underscores, or hyphens. |
threadId | Optional | String | A unique identifier for the conversation thread in UUID format. |
selectors | Optional | List | The selectors to get the only specified parameters as output. Example: |
Output Field | Type | Description |
|---|---|---|
response | Object | Response of the agent |
success | Boolean | Status of the request. |
errorMessage | String | Failure reason as message. |
Workflow example |
|---|
|