Weavz
Aiven

Aiven

Manage Aiven projects, services, logs, metrics, and project events.

11 tools
1 trigger

Tools

Name
list_projects

List Aiven projects accessible to the token.

list_clouds

List Aiven cloud providers and regions.

list_services

List services in an Aiven project.

get_service

Get an Aiven service by project and service name.

create_service

Create a new Aiven service. This can provision paid infrastructure.

update_service

Update an Aiven service using a documented ServiceUpdate JSON body.

terminate_service

Terminate an Aiven service by exact project and service name.

list_project_events

List the audit/event log for an Aiven project.

list_service_logs

Fetch recent Aiven service logs with a bounded limit.

fetch_service_metrics

Fetch Aiven service metrics for a documented time period.

custom_api_call

Make a guarded custom call to the Aiven v1 API.

Triggers

Name
new_project_event

Polls the Aiven project event log and triggers for new events after enablement.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('aiven', 'list_projects', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'aiven',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Aiven 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 Aiven support?

Aiven supports 11 tools including List Projects, List Clouds, List Services, Get Service, Create Service, and more.

Can I use Aiven with AI agents?

Yes. Add Aiven 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 Aiven be used in stateful agent workflows?

Yes. Agents can combine Aiven 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 Aiven use?

Aiven uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Aiven integration cost?

The Aiven integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Aiven support?

Aiven supports 1 triggers including New Project Event.

Connect Aiven in minutes

Get 20,000 free action executions every month. No credit card required.