Keys authenticate your SDK and direct API calls. Keep them secret.
# SDK gm = GraphMemClient("https://api.graphmem.dev", api_key="gm_sk_...") # Direct HTTP curl -H "X-API-Key: gm_sk_..." https://api.graphmem.dev/health
Give this key a name to identify it later.
Copy it now — you won't be able to see it again.
Store this somewhere safe. It cannot be recovered.
This will immediately invalidate the key. Any apps using it will stop working.