InfluxDB Cloud
InfluxDB Cloud is a fully managed, scalable, and secure time series database service designed for real-time analytics and monitoring.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
InfluxDB Cloud authenticates with an API key. Generate the credential in your InfluxDB Cloud account, then paste it into FlyMyAI the first time an agent uses an InfluxDB Cloud action.
Get your InfluxDB Cloud credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Cluster ID | The unique identifier for your InfluxDB Cloud cluster (e.g., us-east-1-1). (required) |
InfluxDB API Token | The API token used for authenticating requests to the InfluxDB Cloud API. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
INFLUXDB_CLOUD_ADD_DASHBOARD_CELL | Tool 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. | dashboardID |
INFLUXDB_CLOUD_DELETE_USER | Tool to delete a user by ID. Use when you need to remove a user in InfluxDB Cloud; requires an operator token. | userID |
INFLUXDB_CLOUD_GENERATE_QUERY_AST | Tool to generate a Flux query Abstract Syntax Tree (AST). Use when you need to inspect the structure of a Flux script. Use after composing your Flux query; this validates syntax and returns the AST (does not check semantic correctness). | query |
INFLUXDB_CLOUD_GET_DBRP | Tool to retrieve a DBRP mapping by ID. Use when you need to fetch details of a specific DBRP mapping in InfluxDB Cloud. | dbrpID |
INFLUXDB_CLOUD_LIST_ROUTES | Tool to list top-level API routes. Use when you need to discover all available API endpoints for an instance. Call after setting a valid authorization token. | - |
INFLUXDB_CLOUD_SIGNIN | Tool to create a user session by authenticating credentials. Use when initiating a user session after collecting credentials. | username, password |
INFLUXDB_CLOUD_SIGNOUT | Tool to expire a user session using a session cookie. Use when ending an authenticated session after signin. | cookie |
INFLUXDB_CLOUD_UPDATE_DBRP | Tool to update a DBRP mapping's default and retention policy. Use when modifying an existing DBRP mapping after initial creation. | dbrpID |
INFLUXDB_CLOUD_WRITE_DATA | Tool to write line protocol data to a bucket. Use when ingesting asynchronous line protocol points after formatting the payload. | bucket, data |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, InfluxDB Cloud!