Interface: ProviderEndpoint
Makaio Framework / ai-adapters-core/config / ProviderEndpoint
Interface: ProviderEndpoint
Section titled “Interface: ProviderEndpoint”Defined in: ../../../adapters/core/src/config/resolve-provider-endpoint.ts:11
Resolved HTTP endpoint credentials for a provider. Returned by resolveProviderEndpoint for use by infrastructure-layer consumers (bridges, cloud STT/TTS clients, etc.) that need to make direct HTTP calls to a provider API without an agent context.
Properties
Section titled “Properties”apiKey
Section titled “apiKey”apiKey:
string
Defined in: ../../../adapters/core/src/config/resolve-provider-endpoint.ts:18
API key for authenticating requests to the provider. This helper is intentionally scoped to apiKey-authenticated HTTP providers.
baseUrl
Section titled “baseUrl”baseUrl:
string
Defined in: ../../../adapters/core/src/config/resolve-provider-endpoint.ts:13
Base URL for the provider’s HTTP API.