InfluxDB Cloud is a fully managed, scalable, and secure time series database service designed for real-time analytics and monitoring.
InfluxDB Cloud is a fully managed, scalable, and secure time series database service designed for real-time analytics and monitoring. On Nagent, InfluxDB Cloud is exposed as a fully-configurable databases integration that any agent can call — 9 actions, and API key authentication. No code is required to wire InfluxDB Cloud into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use InfluxDB Cloud to automate the kinds of tasks databases teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire InfluxDB Cloud into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against InfluxDB Cloud, with input parameters and output schema. Drop these into any step of an agent built in Helix.
INFLUXDB_CLOUD_ADD_DASHBOARD_CELLTool to add a cell to a dashboard. Use when you want to add or copy a cell to an existing dashboard after verifying the dashboard exists.
Input parameters
Cell height in grid units
Cell width in grid units
X position of the cell in the dashboard grid
Y position of the cell in the dashboard grid
Human-readable name for the cell
ID of an existing view to copy into the new cell
ID of the dashboard to which the cell will be added
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INFLUXDB_CLOUD_DELETE_USERDelete a user from InfluxDB Cloud by their user ID. This action permanently removes a user from the InfluxDB Cloud organization. Requires an operator token with write:users permission to execute successfully. Use this when you need to remove a user's access to the InfluxDB Cloud organization.
Input parameters
The unique identifier (ID) of the user to delete from InfluxDB Cloud. Must be a valid 16-character hexadecimal user ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INFLUXDB_CLOUD_GENERATE_QUERY_ASTGenerates an Abstract Syntax Tree (AST) from a Flux query script. Use this tool to analyze the structure of a Flux query and validate its syntax. The AST shows the parsed structure but does not validate semantic correctness (e.g., whether buckets or fields exist).
Input parameters
The Flux query script to analyze. Must be valid Flux syntax.
Optional OpenTracing span context for distributed tracing.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INFLUXDB_CLOUD_GET_DBRPRetrieve a Database and Retention Policy (DBRP) mapping by ID from InfluxDB Cloud. DBRP mappings enable InfluxDB 1.x query compatibility by mapping old database/retention policy names to InfluxDB 2.x buckets. Use this action to: - Verify which bucket a 1.x database/retention policy maps to - Check if a mapping is the default for its database - Inspect mapping configuration before updating or querying data with 1.x APIs Prerequisites: You must have a valid DBRP mapping ID (obtain via listing DBRP mappings or from previous create operations).
Input parameters
Organization name. Optional. Specify either 'org' or 'orgID' to filter by organization (not both).
Organization ID (16-character hexadecimal). Optional. Specify either 'org' or 'orgID' to filter by organization (not both).
Unique identifier of the DBRP mapping to retrieve (16-character hexadecimal string).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INFLUXDB_CLOUD_LIST_ROUTESLists all available InfluxDB v2 API endpoints and routes. This action queries the root API endpoint (GET /api/v2) to retrieve a comprehensive map of all available API resources and their corresponding URLs. Use this to discover what endpoints are available in your InfluxDB Cloud instance, including resources for data management (buckets, write, delete, query), user management (users, orgs, authorizations), monitoring (checks, tasks, dashboards), and configuration (labels, variables, Telegraf). The response includes both simple route strings (e.g., "/api/v2/buckets") and nested route objects (e.g., query routes with analyze, ast, suggestions endpoints). Authentication: Requires a valid authorization token in the metadata headers.
Input parameters
OpenTracing span context for distributed tracing. When provided, this value is sent as the 'Zap-Trace-Span' HTTP header to correlate requests across services.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INFLUXDB_CLOUD_SIGNINAuthenticates a user with username and password to create a session with InfluxDB Cloud. Returns a session cookie that can be used for subsequent API requests instead of token-based authentication. Use this when you need to authenticate with user credentials rather than API tokens, or when establishing a user session for operations that require session-based authentication.
Input parameters
Override the base URL for the sign-in request. If not provided, the connection's base_url is used.
User account password for authentication
Username for login (typically the account email)
OpenTracing span context for request tracing.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INFLUXDB_CLOUD_SIGNOUTTool to expire a user session using a session cookie. Use when ending an authenticated session after signin.
Input parameters
Session cookie from POST /api/v2/signin to be sent in the Cookie header.
OpenTracing span context for request tracing.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INFLUXDB_CLOUD_UPDATE_DBRPTool to update a DBRP mapping's default and retention policy. Use when modifying an existing DBRP mapping after initial creation.
Input parameters
Query parameter. Organization name that owns the DBRP mapping.
Query parameter. Organization ID that owns the DBRP mapping.
Path parameter. The ID of the DBRP mapping to update.
Set true to make this mapping the default retention policy for the specified database; set false to remove the default mapping.
Retention policy name (InfluxDB v1) for the mapping.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INFLUXDB_CLOUD_WRITE_DATAWrites time-series data in line protocol format to an InfluxDB Cloud bucket. Use this tool to ingest metrics, sensor data, or any time-series measurements into InfluxDB. The data must be formatted according to InfluxDB line protocol specification.
Input parameters
Organization name. Specify either this or orgID (not both). Use org when you know the organization name.
Line protocol formatted data. Format: 'measurement\[,tag=value...\] field=value\[,field=value...\] \[timestamp\]'. Multiple lines can be separated by newlines.
Organization ID (16-character hexadecimal). Specify either this or org (not both). Use orgID for programmatic access.
The target bucket name where data will be written. Buckets are named containers for time-series data in InfluxDB.
Timestamp precision for the data points. Options: ns (nanoseconds), us (microseconds), ms (milliseconds), s (seconds), m (minutes), h (hours). Default is ns.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 76 agents privately built on Nagent that already use InfluxDB Cloud.
Build on Nagent
Connect InfluxDB Cloud to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find InfluxDB Cloud, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, InfluxDB Cloud is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once InfluxDB Cloud is connected, you configure its 9 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop InfluxDB Cloud steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a InfluxDB Cloud event fires, the agent kicks off automatically.
Every InfluxDB Cloud action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While InfluxDB Cloud ships with 9 pre-built databases actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching InfluxDB Cloud together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build InfluxDB Cloud-based workflows tailored to your business.