Skip to main content

Documentation Index

Fetch the complete documentation index at: https://epistemicme.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Installation

Install the Epistemic Me Python SDK using pip:
pip install epistemic-me

Configuration

Initialize the SDK with your API key:
import epistemic_me

epistemic_me.api_key = "your-api-key"

Requirements

  • Python 3.7 or higher
  • pip package manager

Next Steps