Guides
Authentication
Authenticating with the Epistemic Me API
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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'
});