# Yes Machine Book > Yes Machine Book is a practical playbook by Miguel for building automated systems that qualify leads, book calls, send proposals, and follow up — so sales happen without manual effort. The site is a landing page with an email waitlist for the book. ## Pages - [Home](https://yesmachinebook.com/): Landing page describing the book, its chapters (lead qualification, self-booking calendar, proposal generation, follow-up automation), and the waitlist signup. ## Agent Resources - [agents.md](https://yesmachinebook.com/agents.md): Guidance for AI agents interacting with this site. - [Agent card](https://yesmachinebook.com/.well-known/agent-card.json): Machine-readable agent manifest. - [AI agent manifest](https://yesmachinebook.com/.well-known/ai-agent.json): Guardrails and allowed/disallowed actions. ## API - `POST /api/subscribe`: Waitlist signup endpoint. Accepts JSON `{"email": "you@example.com"}`. This is the only write operation on the site.