docs/agents/managed-agent/overview.mdx
A managed agent lets you connect an AI platform like Claude directly to your Novu agent. The platform handles the reasoning, planning, and tool use. You configure credentials and a system prompt in the Novu dashboard, connect a chat provider like Slack, and the agent is ready to talk to your users. No bridge application or handler code is required.
You do not write event handlers or deploy a bridge server. The AI platform is your agent logic.
Setting up a managed agent involves five pieces, all configured from the Novu dashboard:
For a full breakdown of each component, see Concepts.
Managed agents are a good fit when you want to get an agent running quickly without writing backend code. The platform handles tool calls, streaming, and chain-of-thought reasoning for you.
If you need full control over the agent logic, want to call your own APIs directly in handlers, or need complex multi-step business flows, use a custom code agent instead.