Build an agent
Start with the Agent Memory overview, then use the Python or HTTP reference for implementation details.
Use this page as the shortest path into the docs. Pick the workflow that matches what you are trying to do.
Build an agent
Start with the Agent Memory overview, then use the Python or HTTP reference for implementation details.
Run time-series workloads
Learn the SQL surface, ingestion options, benchmarks, and feed handlers.
Deploy and operate
Move from a local server to Docker, production deployments, Kubernetes, and security operations.
Evaluate fit
Compare ZeptoDB against kdb+, ClickHouse, InfluxDB, and TimescaleDB before choosing an architecture.
| Task | Go to |
|---|---|
| Start a local server | Quick Start |
| Configure Agent Memory persistence | HTTP API Reference |
| Write an agent context flow | Agent Memory |
| Query from Python | Python API Reference |
| Use SQL temporal functions | SQL Reference |
| Deploy with Docker | Docker Deployment |
| Run in production | Production Deployment |
| Set up SSO/RBAC/audit | Security Operations Guide |
| Review latency numbers | Benchmarks |
Agent Memory v0 is single-node. In clustered deployments, route /api/ai/* to one sticky pod or treat the memory layer as a per-pod cache. The distributed time-series cluster remains available for time-series workloads.
For implementation details, use HTTP API Reference and Python API Reference.