---
Title: EventBridge
URL Source: https://www.company-skill.com/p/eb
Language: en
Last-Modified: 2026-06-02T11:11:16.925120+00:00
Description: EventBridge is a serverless event bus service that enables you to build event-driven architectures by routing events between sources and targets. It supports managing event buses, defining routing rul
---

# EventBridge

> EventBridge is a serverless event bus service that enables you to build event-driven architectures by routing events between sources and targets. It supports managing event buses, defining routing rules, delivering events to external destinations (like HTTP APIs, OSS, MQTT), integrating with cloud and third-party services, processing real-time event streams, tracing event flows, and implementing security and monitoring.

EventBridge is available as agent-callable skills via DaaS. Route any question to the best skill with `POST https://www.company-skill.com/api/route` `{"query": "...", "product": "eb"}`.

## What you can do

- [Configure streaming](https://www.company-skill.com/p/eb/eb-configure-streaming.md): This skill helps users choose the right path to Configure real-time event streaming. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on y
- [Create bus](https://www.company-skill.com/p/eb/eb-create-bus.md): This skill helps users choose the right path to Create and manage event buses. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on your si
- [Deliver destinations](https://www.company-skill.com/p/eb/eb-deliver-destinations.md): This skill helps users choose the right path to Deliver events to external destinations (API/OSS/MQTT). Use this skill BEFORE diving into implementation details — it routes you to the appropriate deta
- [Integrate events](https://www.company-skill.com/p/eb/eb-integrate-events.md): This skill helps users choose the right path to Integrate external services via events (e.g., DingTalk, Lark). Use this skill BEFORE diving into implementation details — it routes you to the appropria
- [Manage targets](https://www.company-skill.com/p/eb/eb-manage-targets.md): This skill helps users choose the right path to Manage event sources and targets. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on your
- [Monitor alerts](https://www.company-skill.com/p/eb/eb-monitor-alerts.md): This skill helps users choose the right path to Monitor event streams and set up alerts. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based 
- [Route targets](https://www.company-skill.com/p/eb/eb-route-targets.md): This skill helps users choose the right path to Route events to target services. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on your 

## Frequently asked questions

### When should I use the API vs. the console?

Use the **API/SDK** for automation, CI/CD integration, or programmatic management. Use the **console** for initial setup, exploration, visualization, and one-off operations.

### How do I get started with custom event buses?

Begin with the intent skill “Create and manage event buses” (`eb-create-bus`). You can create buses via API (`CreateEventBus`) or through the console under **Event Buses > Custom Event Bus**.

### Why is my event rule not matching events?

Check the event pattern syntax and ensure the event structure matches. Use the **Test Event Pattern Match** API or console testing tools. Refer to the **troubleshooting** section in `eb-event-management` for common issues.

### How do I grant permissions for cross-account event routing?

Configure a resource-based policy on the event bus allowing the target account’s principal. Detailed steps are in the **Security** guide skill (`eb-security`) under “Cross-account Authorization”.

### Can I deliver events to my own HTTP endpoint securely?

Yes. Use **API Destinations** with HTTPS, authentication (OAuth, API key, or basic auth), and optional SSL certificate validation. Setup is available in both API (`CreateApiDestination`) and console (`Event Delivery > API Destinations`).

### How do I configure real-time event streaming?

You can configure real-time event streaming by building data pipelines from sources like Kafka or RabbitMQ. This is accomplished using either the API or the console, which provide two alternative setup paths.

### How do I create and manage event buses?

You can create and manage event buses by setting up custom buses through either the API or the console interface. These tools allow you to handle creation, deletion, listing, and configuration updates.

### How do I deliver events to external destinations like APIs, OSS, or MQTT?

You can deliver events to external destinations by securely pushing them to external systems. EventBridge supports this through configurable delivery settings available via both the API and console.

### How do I integrate external services like DingTalk or Lark via events?

You can integrate external services by using EventBridge to trigger actions in those SaaS applications. This is supported through dedicated API and console workflows for partner integrations.

## Use with an AI agent

```bash
curl -s https://www.company-skill.com/api/route \
  -H 'Content-Type: application/json' \
  -d '{"query": "...", "product": "eb"}'
```

MCP server: https://www.company-skill.com/api/mcp/eb.py

---
Machine-readable: https://www.company-skill.com/llms.txt · https://www.company-skill.com/sitemap.xml
