Running Agents
Learn how to trigger and run Agents in Jetadmin manually via the UI, through workflows, or by chaining agents together for seamless automation.
Agents don’t run on their own—they need to be triggered manually or programmatically using one of the following methods:
Agent Chat Component: Add this to your app’s UI to let users interact with the agent directly.
Ask Agent Action: Use this Action within workflows or automations to run the agent at the right moment.

Another Agent: You can chain agents together, allowing one agent to call another as part of its logic.

Note: To run an agent automatically—such as on a schedule or after receiving a webhook—you'll need to create an Automation that includes the Invoke Agent block.
Last updated
Was this helpful?