Core Concepts
Plugins
In Agent Studio, you build Plugins to extend the capabilities of your AI Assistants.
Plugins are made up of a Trigger and some Execution Logic
- If your plugin uses a Conversational Trigger, it gets compiled to a "tool" – which gives your Conversational AI Agents more advanced capabilities. The Agentic Reasoning Engine decides when to call it & how it works with other conversational plugins.
- If your plugin uses a System Trigger, it gets compiled to an Ambient AI Agent, which runs in the background without human intervention.
Updated about 2 hours ago