Skip to content

Interface: ProviderEndpoint

Makaio Framework


Makaio Framework / ai-adapters-core/config / 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.

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: string

Defined in: ../../../adapters/core/src/config/resolve-provider-endpoint.ts:13

Base URL for the provider’s HTTP API.