API reference
API reference
Select your platform
No SDKs available
No versions available

IUsesCredential Interface

Opt-in marker for providers that use a centrally managed API key.

Properties

Unique identifier for this provider type (e.g., "OpenAI", "LlamaApi").
Used to store and retrieve credentials from the central CredentialStorage.
When true, this provider asset uses its own API key instead of the central storage.

Member Functions

Returns the test configuration for this provider, including endpoint, model, and provider type.
Used by both CredentialStorage and provider-specific editors to test connections.