Skip to content

Integrations

OneQuery integrations become named sources. Each source has a provider, a local name, credential metadata, and one or more interfaces.

OneQuery sources commonly expose one of two access patterns.

InterfaceUse it for
QuerySQL-oriented sources such as databases and warehouses.
Source APIProvider APIs such as GitHub pull requests, Sentry issues, or product analytics endpoints.

Some provider credentials can be used from the dashboard and the CLI. Others are CLI-first because their setup or workflow is more specialized.

Run a provider guide command before connecting a new source:

Terminal window
onequery source connect --source postgres

Replace postgres with the provider ID you plan to connect. The provider guide shows the expected credential shape and an example input payload.

Use source identifiers in agent instructions and runbooks after a source is connected.