Open the Playground
No install, no API key — start a working memory agent in the browser.
What you can do
- Chat with a memory-enabled agent and see it remember facts, preferences, and past turns across the conversation.
- Watch ingestion and retrieval happen — the Playground surfaces what Synap extracts from each turn and what it pulls back as context.
- Explore preconfigured agents with different memory architectures, so you can see how the use-case shapes what gets remembered.
What it’s for (and what it isn’t)
The Playground is a demonstration environment, not a place to build your app:- It runs against shared, preconfigured instances — you don’t manage scopes, keys, or configuration there.
- Conversations are for exploration; don’t treat the Playground as durable storage for anything you care about.
- It’s the wrong place to test multi-tenant scoping, production limits, or your own use-case file.
Quickstart
Install the SDK, create your own instance, and run the three-call loop in ~10 minutes.
Choose your stack
Using a framework? Jump straight to your integration.