Installation

Install the Elephantasm SDK for Python or TypeScript.

Install the SDK

pip install elephantasm

Requirements

Python >= 3.9
No additional dependencies required
PyPI:   https://pypi.org/project/elephantasm/
GitHub: https://github.com/hejijunhao/elephantasm-py

Set Up Environment Variables

After installation, configure your credentials:

export ELEPHANTASM_API_KEY=sk_live_...
export ELEPHANTASM_ANIMA_ID=your-anima-id

Don't have an API key yet? See Authentication for how to get one.

Verify Installation

from elephantasm import inject

pack = inject()
print("Connected!" if pack else "No memories yet — that's normal for a new anima.")

Next Steps

Ready to capture your first events? Head to Quick Start.