Dropstone Support

One memory across every surface

The account memory that follows you across Dropstone Chat, the CLI, and the SDK, what shares it and what does not, and how to keep an integration's learning out of your own memory.

Memory is what ties Dropstone's surfaces together. Teach it something once, on any of them, and it is there on the others: one memory per account, not one per tool.


What shares it

SurfaceHow it runsShares the memory
Dropstone Chatsigned inYes
The CLIsigned in with dropstone loginYes
The SDK, local agent clientstarts a server as your accountYes
The SDK, headless clientan API key against the public endpointNo
An incognito chatreads memory, writes noneReads, does not write

The rule behind the table is simple: a surface that runs as you has your memory, a surface built for pipelines does not, and one mode reads without writing. The headless endpoint is stateless on purpose, so the same input gives the same answer whatever you taught Dropstone last week. An incognito chat is the other way round: it works with what Dropstone knows and keeps none of what it produces.


Why it matters in code

An agent that knows your conventions is worth more than one you brief on every call. A rule you set in Chat holds in a session your application starts, and a fact an SDK session records is there the next time you open the CLI. That is the compounding part: the longer you work with Dropstone, the less each surface has to be told. See How an agent learns as it works.


Keeping an integration separate

If a service should have its own memory rather than yours, give it its own account, or an organization member account dedicated to that integration. It then learns about the integration and nothing else, and your own memory stays yours. See Memory and your privacy.


The editor and the other integrations

The editor extension, the API, and the rest of the integrations are documented in the CLI reference, which is the home for surface-specific setup: the VS Code extension itself, VS Code setup, IDE integration, and the HTTP API.

Related articles

Ctrl+I