InfluxDB
Read organizations and buckets, query Flux, write line protocol, and delete data through the InfluxDB v2 API.
Tools
| Name | Description |
|---|---|
healthCheck InfluxDB API health. | Check InfluxDB API health. |
list_organizationsList InfluxDB organizations. | List InfluxDB organizations. |
list_bucketsList InfluxDB buckets. | List InfluxDB buckets. |
get_bucketGet an InfluxDB bucket by ID. | Get an InfluxDB bucket by ID. |
query_fluxRun a Flux query against the InfluxDB v2 query endpoint. | Run a Flux query against the InfluxDB v2 query endpoint. |
write_line_protocolWrite InfluxDB line protocol to a bucket. | Write InfluxDB line protocol to a bucket. |
delete_dataDelete points from a bucket using the InfluxDB delete endpoint. Requires exact bucket confirmation. | Delete points from a bucket using the InfluxDB delete endpoint. Requires exact bucket confirmation. |
custom_api_callMake a guarded custom call to /api/v2, /health, or /ping. | Make a guarded custom call to /api/v2, /health, or /ping. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('influxdb', 'health', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'influxdb',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect InfluxDB to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does InfluxDB support?
InfluxDB supports 8 tools including Health, List Organizations, List Buckets, Get Bucket, Query Flux, and more.
Can I use InfluxDB with AI agents?
Yes. Add InfluxDB to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can InfluxDB be used in stateful agent workflows?
Yes. Agents can combine InfluxDB tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does InfluxDB use?
InfluxDB uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the InfluxDB integration cost?
The InfluxDB integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect InfluxDB in minutes
Get 20,000 free action executions every month. No credit card required.