---
title: "List Search Providers"
method: GET
path: "/v1/search-tools/providers"
tags: ["search-tools"]
---

# List Search Providers

`GET /v1/search-tools/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.

## Response `200`

Successful Response

- SearchProviderSchema[]
  - `default_api_base` string, 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.
  - `id` string, required — Value to send as 'provider'.
  - `requires_api_base` boolean, required — True when this provider has no endpoint of its own, so the tool must say where the backend is.
  - `requires_api_key` boolean, required — True when a tool on this provider must carry an API key.

---

[API](https://skmtc.net/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.net/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/6133543facaf/schema)
