Welcome to Book 8
Why hosting teams need API literacy after cloud infrastructure.
In this book
- Explain what an API is and read JSON request/response pairs
- Automate DNS, monitoring, and notifications via HTTP
- Design webhooks and safe secret handling
- Build a capstone automation for Workshop Co.
APIs close the loop on Books 1–7
You learned DNS panels, SSH, Proxmox, and cloud tiers. Behind almost every button is an HTTP API. Scripts call the same endpoints — faster failover, fewer 2 a.m. click-through mistakes.
Book 9 (LLMs & AI) builds on this: chatbots and AI features are just another API consumer. Master HTTP first; tokens and context come next.
Workshop Co.
- Goal this book
- Contact form posts to Rocket.Chat + Google Sheet via webhooks/APIs
- Next book
- FAQ assistant using an LLM API (Book 9)
Warm-up
Name two SaaS tools Workshop Co. uses that expose APIs (Book 7).
Examples
Google Workspace, Stripe, Calendly, Mailchimp — all offer HTTP APIs for automation.