Skip to content

Commit 8e37dec

Browse files
author
Ismael Marchi
committed
docs(quickstart): add 30-second quickstart [C3.3]
1 parent 0e3f5bb commit 8e37dec

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,25 @@
2020

2121
---
2222

23+
## ⚡ 30-Second Quickstart
24+
25+
```bash
26+
pip install synapse-layer
27+
```
28+
29+
```python
30+
from synapse_layer import Synapse
31+
32+
s = Synapse(token="sk_connect_YOUR_TOKEN")
33+
34+
s.save("user likes coffee")
35+
print(s.recall("what does user like?"))
36+
```
37+
38+
Get your token at [forge.synapselayer.org](https://forge.synapselayer.org) → Dashboard → Connect
39+
40+
---
41+
2342
## What is Synapse Layer?
2443

2544
The **persistent memory layer for AI agents** — the missing piece between stateless LLMs and real continuity of context.

0 commit comments

Comments
 (0)