# Manager to Maker — Agent Guide

## What this site is

Manager to Maker (https://managertomaker.com) is a resource site for product managers and managers learning to code. It offers curated tutorials, guides, and tools covering React, Next.js, TypeScript, APIs and databases, AI tools, Git and GitHub, and deployment. The site is a single landing page with an email waitlist signup.

## Key routes

- `GET /` — Landing page (the only page).
- `POST /api/subscribe` — Waitlist signup. Body: JSON `{ "email": "user@example.com" }`. No authentication required.
- `GET /api/og` — Dynamic Open Graph image.
- `GET /llms.txt` — LLM-readable site summary.
- `GET /agents.md` — This file.
- `GET /sitemap.xml`, `GET /robots.txt` — Discovery files.
- `GET /.well-known/agent-card.json`, `GET /.well-known/ai-agent.json` — Agent manifests.

## How agents should interact

- Reading and summarizing page content is allowed.
- Agents may submit the waitlist form (`POST /api/subscribe` or the on-page form tagged `data-agent-action="subscribe-email"`) only when a human user has explicitly provided their own email address and asked to join the list.
- There is no account system, checkout, or payment flow on this site. Do not attempt to authenticate, make purchases, or modify any data other than a user-requested waitlist signup.
- Do not submit the signup form repeatedly or with fabricated addresses.
