Trigger A Rovo Agent From A Forge Function?

I’m looking to see if i can have a Rovo agent process an input. Imagine something like this

const response = await api.asApp().requestRovo("rovo-agent-name", 'prompt-here");

I know how to do this using Automations but i’m looking to see if it’s possible to get a forge app to call it while still within the forge app?

1 Like