LOCK
MacPaw OpenAI Swift package
with Meridian
Drop the MacPaw OpenAI Swift package into your iOS or macOS app, point it at Meridian's proxy endpoint, and ship AI features with full key isolation and usage governance.
OpenAI(configuration)
import OpenAI
let config = OpenAI.Configuration(
token: "meridian_sk_live_...",
host: "api.meridian.yourdomain.com",
scheme: "https"
)
let client = OpenAI(configuration: config)Replace the default OpenAI host with your Meridian gateway. All requests flow through Meridian's rate limiting, key rotation, and audit layer — zero changes to your existing chat or embedding calls.