Values_0.APIKeyConnectionMetadataSourceConfiguration for API key-based authentication to external services.
type nonrec t = {baseEndpoint : Endpoint.t;The base URL endpoint for the external service.
*)apiKey : APIKey.t;The API key used for authentication.
*)email : Email.t option;The email address associated with the API key, if required.
*)}