AWS CloudWatch
Read CloudWatch metrics, alarms, and logs, publish metric datapoints, and poll for new log events.
Tools
| Name | Description |
|---|---|
list_metricsList CloudWatch metrics with optional namespace, metric, and dimension filters. | List CloudWatch metrics with optional namespace, metric, and dimension filters. |
get_metric_statisticsGet CloudWatch metric datapoints for one metric and time range. | Get CloudWatch metric datapoints for one metric and time range. |
describe_alarmsList CloudWatch metric alarms with optional filters. | List CloudWatch metric alarms with optional filters. |
put_metric_dataPublish one CloudWatch metric datapoint. | Publish one CloudWatch metric datapoint. |
describe_log_groupsList CloudWatch Logs log groups with an explicit page size. | List CloudWatch Logs log groups with an explicit page size. |
filter_log_eventsRead CloudWatch Logs events from one log group with an explicit limit. | Read CloudWatch Logs events from one log group with an explicit limit. |
Triggers
| Name | Description |
|---|---|
new_log_eventTriggers when new CloudWatch Logs events appear after the trigger is enabled. | Triggers when new CloudWatch Logs events appear after the trigger is enabled. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('aws-cloudwatch', 'list_metrics', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'aws-cloudwatch',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect AWS CloudWatch 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 AWS CloudWatch support?
AWS CloudWatch supports 6 tools including List Metrics, Get Metric Statistics, Describe Alarms, Put Metric Data, Describe Log Groups, and more.
Can I use AWS CloudWatch with AI agents?
Yes. Add AWS CloudWatch 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 AWS CloudWatch be used in stateful agent workflows?
Yes. Agents can combine AWS CloudWatch 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 AWS CloudWatch use?
AWS CloudWatch uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the AWS CloudWatch integration cost?
The AWS CloudWatch integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does AWS CloudWatch support?
AWS CloudWatch supports 1 triggers including New Log Event.
Connect AWS CloudWatch in minutes
Get 20,000 free action executions every month. No credit card required.