Get started with the Epistemic Me TypeScript SDK
npm install @epistemicme/sdk
yarn add @epistemicme/sdk
import { EpistemicMeClient } from '@epistemicme/sdk'; const client = new EpistemicMeClient({ baseUrl: 'http://localhost:8080', apiKey: 'your-api-key' });