Get availability
How each id is decided
Any provider id not present in the response should be treated as
true (don’t filter out unknowns) — that way adding a new connector to the dashboard doesn’t silently hide it before the registry list is updated.
Auth
The endpoint sits behind the standard server auth middleware (Better Auth session cookie orTOOLSHED_API_SECRET Bearer token). The dashboard’s session cookie is sufficient.
Source
apps/server/src/routes/connector-registry.ts. The id lists are hard-coded in that file; update them when a new connector is added.