Returns the provider IDs that have at least one provider-scoped key.
(ctx context.Context, providerIds []uuid.UUID)
| 276 | GetAIProviderKeyByID(ctx context.Context, id uuid.UUID) (AIProviderKey, error) |
| 277 | // Returns the provider IDs that have at least one provider-scoped key. |
| 278 | GetAIProviderKeyPresence(ctx context.Context, providerIds []uuid.UUID) ([]uuid.UUID, error) |
| 279 | // Returns AI provider key rows. By default, only rows whose parent |
| 280 | // provider is live (deleted = FALSE) are returned, so the API list |
| 281 | // handler can fetch every visible provider's keys in a single query. |
no outgoing calls