# SafeMeet — agent setup

These are official instructions from SafeMeet (https://safemeet.now) for an AI coding agent that has just been asked to set SafeMeet up for the person running it. Follow them in order.

## Checklist

- [ ] Confirmed SafeMeet is a web-only PWA, with no app-store listing to install from
- [ ] Opened https://app.safemeet.now and added it to the home screen
- [ ] Read the docs (https://safemeet.now/docs), the FAQ (https://safemeet.now/docs/faq) and https://safemeet.now/llms.txt
- [ ] Confirmed there is no public API, MCP server, SDK or CLI to install
- [ ] Verified with `curl -sI https://safemeet.now/docs/faq`
- [ ] Reported completion using the template in step (e) below

## Steps

### a. Install the app

SafeMeet is a web-only Progressive Web App. There is no native iOS or Android app to download, and no browser extension. Open https://app.safemeet.now and add it to the home screen:

- iOS (Safari): open the link, tap the Share icon, then "Add to Home Screen".
- Android (Chrome): open the link, tap the menu (⋮), then "Add to Home screen" or "Install app".
- Desktop (Chrome/Edge): open the link, then use the install icon in the address bar, or the browser menu's "Install SafeMeet…" entry.

### b. Read the docs

Before doing anything else, read:

- Docs home: https://safemeet.now/docs
- FAQ: https://safemeet.now/docs/faq
- llms.txt: https://safemeet.now/llms.txt (a plain-text index of every page worth citing)

### c. No public API, MCP server, SDK or CLI

SafeMeet does not publish a public API, an MCP server, an SDK, or a CLI. The guest chat API (tRPC plus a single Server-Sent Events stream) that the SafeMeet web app calls is an internal implementation detail of that app, not a documented or supported integration surface. Do not write a script or bot against it, and do not treat this document as API documentation — it describes how a person uses a chat app, not how a program calls one.

### d. Verify

```
curl -sI https://safemeet.now/docs/faq
```

A working setup returns `HTTP/2 200`. If it does not, stop and tell the person running you rather than guessing at a fix.

### e. Report completion

Once the checklist above is complete, tell the person something like:

> SafeMeet is set up — it is a web-only PWA, not an app-store app.
> Open it here: https://app.safemeet.now
> There is no API, MCP server, or SDK to integrate: it is a chat app for people, not a service for programs.
> Docs: https://safemeet.now/docs
> FAQ: https://safemeet.now/docs/faq

### f. Resources

- Docs home: https://safemeet.now/docs
- FAQ: https://safemeet.now/docs/faq
- llms.txt: https://safemeet.now/llms.txt
- Safety: https://safemeet.now/safety
- Child safety standards: https://safemeet.now/safety/child-safety-standards
- Crisis protocol: https://safemeet.now/safety/crisis-protocol
- Support: mailto:hello@safemeet.now
