Authenticating with the Epistemic Me API
import epistemic_me epistemic_me.api_key = "your-api-key"
const client = new EpistemicMeClient({ baseUrl: 'http://localhost:8080', apiKey: 'your-api-key' });