List Enrichment Providers
GET /enrichment/providers
List enrichment providers with their credential mode + credit cost.
For each provider: whether graph8 funds it with a system key (system_funded
- usable with no setup but charges credits), whether the org has its own key
(
byok_configured), whatcredential_mode='auto'resolves to for this org right now (default_credential_source), and the per-action credit costs.
This is the programmatic equivalent of the UI’s provider picker - call it before building a pipeline so you know which providers run on graph8’s system credentials by default and which require your own API key.
Authorizations
Parameters
Header Parameters
Responses
200
Successful Response
object
Catalog of enrichment providers: which are graph8-funded (system) by default vs require the org’s own key (BYOK), plus the credit cost per action.
object
One enrichment provider in the catalog: its credential mode + credit cost.
Lets a caller see which providers graph8 funds (usable with no setup, charges credits) vs which require the org’s own API key (BYOK), before building a pipeline — the programmatic equivalent of the UI’s provider picker.
object
Action identifiers available for this provider.
True if the org has an active BYOK key configured for this provider.
Per-action credit cost when run on graph8 system credentials (action -> credits/row).
object
What credential_mode=‘auto’ resolves to for this provider for this org right now.
True if graph8 holds a system-managed key for this provider (usable without BYOK; charges credits).
422
Validation Error