# Manage targets

> 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 situation.

Part of **EventBridge**. Get the full, executable skill via `POST https://www.company-skill.com/api/route`.

## Related queries

manage event sources, manage event targets, add custom event source, list all event sources, grant permissions to event source, manage eventbus targets, query events, edit connectors in console, event source management, event target configuration, how to add event target, can I manage connectors, ev

## Get the full skill

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

---
Part of [EventBridge](https://www.company-skill.com/p/eb.md) · https://www.company-skill.com/llms.txt
