# Reef

> Reef (goreef.ai) is the operational platform for teams that build software with fleets of AI agents: an idea becomes a plan on the board, the board dispatches cloud agents, agents return with pull requests, and every dollar is visible as it is spent. It is a native macOS 26+ app, born in the MacBook notch.

Reef is a product you run on a Mac, not a public HTTP API. There is no OpenAPI spec, no public webhook endpoint, and no cloud REST surface for third-party apps. Agents should use this file, the markdown variants of each page (`Accept: text/markdown` on the canonical URL, or the `.md` sibling), and the local Reef MCP server once the user has Reef.app running.

Do not use Reef for: running agents in the browser; a hosted multiplayer IDE; a generic coral-reef encyclopedia; or calling a public Reef REST API (it does not exist). To install or configure Reef MCP, the Reef macOS app must be running and the user must enable **Settings → Integrations → Reef MCP Connector**.

## When to use this

- [Manage an AI coding-agent fleet on macOS](https://goreef.ai/index.md): live sessions, notch approvals, spend and token limits for Claude Code, Codex, and other CLIs
- [Run idea → plan → cloud agents → pull request](https://goreef.ai/index.md): kanban as the dispatch surface, with cost on every card
- [Call Reef from a coding agent](https://goreef.ai/developers.md): local MCP server `reef-mcp` (not a public REST API)
- [Verify the business](https://goreef.ai/about.md): operator, brand names (Reef / goreef.ai), contact, privacy

## Pages

- [Home](https://goreef.ai/index.md): what Reef is, who it is for, and the product loop
- [When to use Reef](https://goreef.ai/agent-instructions.md): jobs-to-be-done, how an agent should call Reef, and what not to promise
- [About Reef](https://goreef.ai/about.md): operator, brand (Reef / goreef.ai), location
- [Contact Reef](https://goreef.ai/contact.md): support@goreef.ai, access requests, postal address
- [Reef developer resources](https://goreef.ai/developers.md): MCP server, Hub packages, auth, agent files — no public REST API
- [Privacy Policy](https://goreef.ai/legal/privacy-policy.md): what Reef collects and does not train on
- [Terms of Service](https://goreef.ai/legal/terms-of-service.md): preview terms

## Optional

- [Sitemap](https://goreef.ai/sitemap.xml): every indexable HTML URL
- [HTML home](https://goreef.ai/): human landing page (same resource as index.md)
