Hosted Fantasma setup and managed endpoint guidance.
import Foundation import FantasmaSDK let serverURL = URL(string: "https://api.usefantasma.com")! try await Fantasma.configure( serverURL: serverURL, writeKey: "<your-usefantasma-ingest-key>" )