latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-17107136452.1 KB

6133543facaf

search-tools

List Search Providers

List the search providers this build can dispatch to, for the add-tool form.

Reports per provider whether an API key is required and what endpoint a tool inherits when it declares none, so the form can ask for exactly what the chosen provider needs instead of taking a free-text provider name.

get/v1/search-tools/providers

Response

Successful Response

default_api_basestring nullable

The endpoint a tool on this provider uses when it declares no api_base. Null means nothing supplies one, so an api_base is required.

idstring required

Value to send as 'provider'.

requires_api_baseboolean required

True when this provider has no endpoint of its own, so the tool must say where the backend is.

requires_api_keyboolean required

True when a tool on this provider must carry an API key.