Skip to main content
Neo Agents read your RMM through a single API-backed tool — NinjaOne RMM API, Datto RMM API, N-Sight RMM API, N-Central RMM API, ConnectWise Automate API, ConnectWise Asio API, Kaseya VSA X API, ConnectWise ScreenConnect API, or Syncro RMM API, depending on which RMM you’ve connected. It gives the agent the device and monitoring context it needs to triage tickets, pick the right remediation, and spot upsell opportunities.
The RMM API tool appears in your agent automatically once you connect an RMM — there’s no separate toggle in the tool list. You control what it can do on the workflow’s Integrations tab. To run scripts on a device, see Execute RMM Script.
ConnectWise ScreenConnect is a remote-support tool rather than a full RMM, so its API is organized around sessions (the installed access agents). Its permission groups are Sessions (read device/session data; manage session metadata), Commands (run a command on an endpoint), and Toolbox & Messaging. Because a command runs with the agent’s privileges (SYSTEM on Windows, root elsewhere), keep Commands read-only — or turn on Require approval for it — unless you intend the agent to run commands autonomously.
Syncro RMM has a much smaller API than the other RMMs, so its tool has two permission groups rather than the usual six or seven:
  • Devices — managed devices, their installed applications, and Windows patch status. Write additionally allows creating an asset and updating one’s name, customer, serial, type and properties.
  • Alerts — read, mute, raise, and resolve RMM alerts. Resolving is behind its own Resolve toggle and always asks for technician approval, because it clears the alert off your technicians’ console and can’t be undone from Neo.
Syncro script execution is not available to agents. Syncro’s schedule endpoint reports no result — no run id, no output — so an agent could never tell you whether a script ran or what it did. Rather than offer that blind, Neo leaves it out: Execute RMM Script does nothing on Syncro, and scripts stay a technician action in the Syncro console.

What It Does

  • Look up devices and their details — OS, last check-in, online status, owner, organization
  • Map a ticket’s configuration item to the right RMM device
  • Check installed software and software inventory
  • Read open alerts and monitoring conditions
  • Check patch and OS-update status
  • Read backup status (where the RMM exposes it)
  • Map RMM organizations to your PSA companies
  • Reach any endpoint your RMM’s API exposes, gated by the permission groups you enable

Permission Groups

Each RMM integration is split into permission groups — for example Devices, Organizations, Software, Alerts, Automation, Backup, and others (the exact set varies by RMM). Every group has an access level: Most RMM use cases only need Read Only — the agent reads device and monitoring state to make decisions, and acts through Execute RMM Script.

Safety Controls

How to Configure

1

Connect your RMM

Set up the integration for your RMM platform.
2

Choose permission group access levels

On the workflow’s Integrations tab, set each RMM permission group to Read Only or Read / Write.
3

Enable script execution if needed

Turn on the RMM scripting permission to let the agent find and run scripts — see Execute RMM Script.
Pair the RMM API with your PSA and documentation tools: the agent can read a disk-space alert, check the device age in the RMM, run a cleanup script, and — if the device is old — message the customer about a refresh. That’s a maintenance ticket turned into a hardware quote.