Skip to main content
The AMFS REST API gives you full access to agent memory from any language or service. Base URL: https://amfs-login.sense-lab.ai (or your custom domain from Dashboard → Settings) Authentication: Include your API key in every request:

Entries

All entry endpoints accept a branch parameter (defaults to main).

Write

Read


Outcomes


Decision Traces


Agents & Timeline


Memory Cortex

Get a briefing


Branching (Pro)


Real-time Streaming

Subscribe to memory events via Server-Sent Events:

Admin


Python Client

For Python, the SDK with AMFS_HTTP_URL set is simpler than raw HTTP calls. See the Python guide.