get_service_auth_status(
service: str,
) -> ProviderAuthStatus| Name | Type | Description |
|---|---|---|
service* | str | Service name (e.g. |
Return credential readiness for a non-model service (e.g. "tavily").
Mirrors get_provider_auth_status but is scoped to SERVICE_API_KEY_ENV,
so a stored key beats the env var and the /auth manager can render the
same [stored] / [env: ...] / [missing] badges.