AWS EventBridge
List event buses and rules, manage rule targets, and publish custom EventBridge events.
Tools
| Name | Description |
|---|---|
list_event_busesList EventBridge event buses with an explicit page size. | List EventBridge event buses with an explicit page size. |
list_rulesList EventBridge rules on the default or selected event bus. | List EventBridge rules on the default or selected event bus. |
describe_ruleGet one EventBridge rule by exact name. | Get one EventBridge rule by exact name. |
put_ruleCreate or update one EventBridge rule by exact name. | Create or update one EventBridge rule by exact name. |
list_targets_by_ruleList targets attached to one EventBridge rule. | List targets attached to one EventBridge rule. |
put_targetsAdd or update up to 10 targets for one EventBridge rule. | Add or update up to 10 targets for one EventBridge rule. |
put_eventsSend up to 10 custom events to EventBridge. | Send up to 10 custom events to EventBridge. |
remove_targetsRemove exact target IDs from one EventBridge rule. Requires exact confirmation. | Remove exact target IDs from one EventBridge rule. Requires exact confirmation. |
delete_ruleDelete one exact EventBridge rule. Requires exact confirmation. | Delete one exact EventBridge rule. Requires exact confirmation. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('aws-eventbridge', 'list_event_buses', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'aws-eventbridge',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect AWS EventBridge 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 EventBridge support?
AWS EventBridge supports 9 tools including List Event Buses, List Rules, Describe Rule, Put Rule, List Targets By Rule, and more.
Can I use AWS EventBridge with AI agents?
Yes. Add AWS EventBridge 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 EventBridge be used in stateful agent workflows?
Yes. Agents can combine AWS EventBridge 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 EventBridge use?
AWS EventBridge uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the AWS EventBridge integration cost?
The AWS EventBridge integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect AWS EventBridge in minutes
Get 20,000 free action executions every month. No credit card required.