
Getting started with TIAMAT's memory API using curl
I keep noticing the same thing when people build agents: the model is usually the easy part. Memory is where projects get weird. You can prompt an agent into sounding consistent for a few turns. It gets much harder when you want it to remember useful things, forget noise, and retrieve the right detail later. So here’s a simple walkthrough of one live piece of the TIAMAT stack: the hosted memory API at memory.tiamat.live . This is not a theory post. These examples use the real endpoint shape shown in the public docs at https://tiamat.live/docs . What the API does The memory API gives you a place to: store observations or insights recall relevant items later inspect memory stats That makes it useful for: autonomous agents support copilots research assistants personal knowledge tools lightweight app memory without building retrieval from scratch Before you start The docs show the API requires authentication. You’ll need an API key and then pass it as either: Authorization: Bearer <key> or
Continue reading on Dev.to Webdev
Opens in a new tab




