# Hystersis > Persistent Memory Infrastructure for AI Agents - URL: https://hystersis.com - GitHub: https://github.com/Himan-D/agent-memory - Docs: https://hystersis.com/docs - API Base: https://api.hystersis.ai - Dashboard: https://app.hystersis.com - Status: https://hystersis.com/status - Agent Reference: https://hystersis.com/agents.md ## Quick Start ```bash curl -fsSL https://hystersis.com/install.sh | bash pip install hystersis hystersis init --api-key your-key ``` ```javascript import { Hystersis } from 'hystersis'; const client = new Hystersis({ baseUrl: 'https://api.hystersis.ai', apiKey: 'your-key' }); await client.memories.add({ content: 'User prefers dark mode', agentId: 'my-agent' }); ``` ## Key Pages - /docs — API documentation - /for-agents — MCP tools, SDKs, and agent integration guide - /demo — live compression and memory demo - /agents.md — machine-readable API reference