Get Sources
Sources
Get Sources
List every datasource adapter with the caller’s enable state and config.
GET
Get Sources
CLI:
Overview
Returns the catalog of datasource adapters available for signal scanning, merged with the caller’s per-sourceenabled flag and config. This is the canonical list of sourceId values used elsewhere in the signals API.
Each entry includes a human-readable label, optional description / icon, an optional configSchema describing the shape of the per-user config, and the caller’s current toggle state.
AI agent notes
Static adapter list. The adapter set is baked into the registry and does not change per user. Safe to cache for the session.Toggling sources. Use Update Sources to enable or disable a source. Disabling cascades to every signal type that uses it.