Datadog
Datadog monitoring integration for infrastructure observability. Provides submitting and querying metrics, creating events, managing monitors (create, get, list, mute), querying and sending logs, and scheduling downtimes (create, list, cancel). Authentication uses API Key and Application Key via a shared Connect session.
| Namespace | Robomotion.Datadog |
| Version | 1.1.0 |
| Category | IT Operations, Analytics |
| Nodes | 15 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Datadog and returns a Client ID. |
| Disconnect | Closes a Datadog connection. |
| Submit Metrics | Submit Metrics — see the properties below. |
| Query Timeseries | Queries timeseries in Datadog. |
| Create Event | Creates an event in Datadog. |
| Create Monitor | Creates a monitor in Datadog. |
| Get Monitor | Gets a monitor in Datadog. |
| List Monitors | Lists monitors in Datadog. |
| Mute Monitor | Mute Monitor — see the properties below. |
| Query Logs | Queries logs in Datadog. |
| Send Logs | Sends logs in Datadog. |
| Create Downtime | Creates a downtime in Datadog. |
| List Downtimes | Lists downtimes in Datadog. |
| Cancel Downtime | Cancels a downtime in Datadog. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
14 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Submit Metrics, Query Timeseries, Create Event, Create Monitor, Get Monitor, List Monitors, Mute Monitor, Query Logs, Send Logs, Create Downtime, List Downtimes, Cancel Downtime.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.