OptionalenvOptional prefix to read env vars, e.g. "REDIS_". When provided, the implementation will read process.env keys starting with this prefix and pass them to the schema for validation.
Standard Schema for validating provider configuration. Can be Zod, Valibot, ArkType, or any Standard Schema compatible library.
Configuration definition for a service provider. Specifies the schema for validating config and optional environment variable prefix.