Agent quickstart
Choose hosted Memnode if your agents need shared memory across machines. Choose local MCP if everything should stay in one repo or laptop.
Hosted path
- Create an account in the dashboard.
- Provision a hosted tenant.
- Create a `memory.read` + `memory.write` token.
- Validate it via `GET /api/v1/whoami`.
- Point your app or example agent at the hosted API base URL.
Local path
Run the local data plane and keep `memnode mcp` on stdio. This remains the best fit for repo-local workflows and private experiments.