Ambient agents monitor enterprise systems continuously, detecting events or changes to initiate workflows automatically.
In Agent Studio, you create an ambient agent by setting a plugin’s Trigger Type to System (either Webhook or Schedule). The term “ambient agent” describes the pattern — the UI uses “System trigger” for the configuration.
Ambient agents follow the Listen → Understand → Act cycle.
Monitor systems for events, data changes, or schedules using System Triggers. Examples include new tickets, inactive licenses, or supply chain alerts.
Events are fed into a Compound Action in both phases:
To send messages or interactive notifications with action buttons to users, use the notify compound action expression. The notify expression supports:
RENDER()content_action (inline message), system_action (triggers an action), and conversation_action (starts a conversational process)recipient_idSee Quickstart #5: Notification Ambient Agent and Quickstart #7: Scheduled Trigger Ambient Agent for complete examples.
System triggers handle the Listen phase and feed events into a Compound Action to Understand and Act. They use LLMs for reasoning, APIs for integration, and logs for observability.

Ambient agents enable powerful automations across various business functions.
Here are some real-world examples:
You can brush up on best practices for Ambient AI agents in our cookbooks.