Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Managing developers and users in Epistemic Me
import epistemic_me epistemic_me.api_key = "..." new_developer = epistemic_me.Developer.create( name="John Doe", email="john@example.com" )
# Create a user new_user = epistemic_me.User.create( developer_id="dev_001", name="Alice Smith", email="alice@example.com" )