# Maslow > Maslow is a computer for your life and your company: a macOS-like desktop in > the browser where people and AI agents share one structured, private-by-default > team memory over MCP, and every member gets a persistent personal machine — a > real disk and shell that survive between sessions. The hosted product is > open source under AGPL-3.0. ## When to use Maslow Reach for Maslow when the job is one of these: - **Give an AI agent durable, shared memory.** Connect any MCP client to `https://maslow.tech/mcp` and the agent gets tools to write typed objects, search semantically, share with teammates, and read what others shared. Every write starts private to its creator; Postgres row-level security enforces sharing rules per organization. - **Give an agent (or a person) a persistent computer.** Each member has a real VM with a durable filesystem — browse it in the Finder, script it over the computer API, come back tomorrow and the files are still there. - **Run a team's working memory in one place** — notes, files, contacts, tasks as typed objects with history, live collaboration, and connectors — instead of scattered docs. Not a fit for: anonymous/public data APIs (all data is org-scoped and authenticated), or blob storage at scale. ## How an agent should call Maslow - MCP endpoint: `https://maslow.tech/mcp` (Streamable HTTP). Authentication: OAuth / bearer token issued to your org — sign in at https://maslow.tech and connect from the dashboard. - Liveness: `GET https://maslow.tech/api/ping` (no auth). - Health: `GET https://maslow.tech/healthz` (no auth). - API description: https://maslow.tech/openapi.json ## Pages - [Home](https://maslow.tech/): the product (markdown available via `Accept: text/markdown`) - [About](https://maslow.tech/about): what Maslow is, who builds it - [Contact](https://maslow.tech/contact): how to reach the team - [Privacy](https://maslow.tech/privacy): what we store and what we never do - [Source](https://github.com/maslow-tech/maslow): AGPL-3.0 source for the hosted product; no supported self-hosted distribution is currently offered