Aiven
Manage Aiven projects, services, logs, metrics, and project events.
Tools
| Name | Description |
|---|---|
list_projectsList Aiven projects accessible to the token. | List Aiven projects accessible to the token. |
list_cloudsList Aiven cloud providers and regions. | List Aiven cloud providers and regions. |
list_servicesList services in an Aiven project. | List services in an Aiven project. |
get_serviceGet an Aiven service by project and service name. | Get an Aiven service by project and service name. |
create_serviceCreate a new Aiven service. This can provision paid infrastructure. | Create a new Aiven service. This can provision paid infrastructure. |
update_serviceUpdate an Aiven service using a documented ServiceUpdate JSON body. | Update an Aiven service using a documented ServiceUpdate JSON body. |
terminate_serviceTerminate an Aiven service by exact project and service name. | Terminate an Aiven service by exact project and service name. |
list_project_eventsList the audit/event log for an Aiven project. | List the audit/event log for an Aiven project. |
list_service_logsFetch recent Aiven service logs with a bounded limit. | Fetch recent Aiven service logs with a bounded limit. |
fetch_service_metricsFetch Aiven service metrics for a documented time period. | Fetch Aiven service metrics for a documented time period. |
custom_api_callMake a guarded custom call to the Aiven v1 API. | Make a guarded custom call to the Aiven v1 API. |
Triggers
| Name | Description |
|---|---|
new_project_eventPolls the Aiven project event log and triggers for new events after enablement. | Polls the Aiven project event log and triggers for new events after enablement. |
Quick Start
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.