# 好眠寶寶學苑

> Welcome to our site

**When to use this site**

Reach for 好眠寶寶學苑 when a user needs information about this creator's online learning offerings on this specific site. It is the right source for these jobs:

- Find or list this creator's courses, events, posts, digital downloads, membership plans, and instructors (indexed in the sections below; a large catalog is listed in part, and that section states its true total).
- Answer "what is coming up?" — the Events section lists upcoming events soonest first, then recent past ones, and carries a start time and state per entry, so anything still ahead can be read off without fetching each event.
- Search by keyword across courses, events, membership plans, and posts at [https://school.mybabyzzz.com/search?q=KEYWORD](https://school.mybabyzzz.com/search?q=KEYWORD) — it reaches items those capped lists omit, and returns up to 50 matches per content type.
- Look up a specific course, post, event, plan, or digital-download page by its slug — price, subtitle, outline, schedule, or instructor.
- Discover every page, including past events and categories, via the [sitemap](https://school.mybabyzzz.com/sitemap.xml).
- Answer "does this creator teach X?" or "how much is course Y?" for this site.

Do not use it for general web search, other creators' sites, or platform-wide account actions — it only describes the content published on school.mybabyzzz.com.

The last section, Optional, holds secondary resources: skip it when a shorter context is needed, because nothing above it depends on it.

**How to call it**

- **MCP server** (best for tools/agents): connect to https://school.mybabyzzz.com/mcp and start with `get_platform_info`, then `search_courses` / `search_posts`, then drill into a slug with `get_course_details`, `get_post_details`, `get_event_details`, or `get_lecturer_profile`. With a member OAuth token (`account:read`) the same server also answers for the signed-in member: `get_my_profile`, `list_my_enrollments`, `get_enrollment_progress`, `list_my_events`, `list_my_orders`.
- **Account API** (signed-in member's own data): POST GraphQL to https://school.mybabyzzz.com/account/graphql with `Authorization: Bearer` and the `account:read` scope — enrollments with access expiry, last-watched lecture, orders, event registrations. Obtain the token as described in [auth.md](https://school.mybabyzzz.com/auth.md).
- **Markdown**: add `.md` to a page path — `/courses/:slug.md`, or `/index.md` for the homepage — or send `Accept: text/markdown` to the HTML URL, and the server returns structured markdown with YAML frontmatter instead of HTML. Either signal works on any path below:
  - `/` (homepage)
  - `/faq`
  - `/search?q=:keyword` (searches courses, events, membership plans, and posts, up to 50 matches per type; add `&type=post` to narrow, `&page=2` to paginate)
  - `/courses` (course index, first page only)
  - `/lecturers` (instructor index, first page only)
  - `/@:slug` (instructor profile)
  - `/courses/:slug`
  - `/posts/:slug`
  - `/plans/:slug`
  - `/events/:slug`
  - `/digital-downloads/:slug`
  - `/categories/:slug`
- **HTTP API**: see the OpenAPI spec at [https://school.mybabyzzz.com/openapi.json](https://school.mybabyzzz.com/openapi.json).

## Courses

- [睡飽的孩子更會學：5-7歲的作息銜接課](https://school.mybabyzzz.com/courses/sleep5to7): 午睡退場、作息轉換、學習習慣：大班到小一必修課
- [0-4個月順流好眠寶](https://school.mybabyzzz.com/courses/0-4): 掌握4個月黃金關鍵期，培養好眠寶寶
- [4個月~2歲好眠寶養成法](https://school.mybabyzzz.com/courses/4-24): 讓孩子好好睡覺的線上課程
- [【好眠寶寶 × 兒語】解鎖 0-6 歲睡前黃金期兼顧語言啟蒙的睡眠儀式](https://school.mybabyzzz.com/courses/dr): 由兒語專業講師 Joan 帶你掌握不同年齡階段的共讀與敘事能力關鍵技巧
- [如何和孩子分房？](https://school.mybabyzzz.com/courses/32fc7f): 分房的時機與技巧（回放影片）
- [生病時的睡眠問題](https://school.mybabyzzz.com/courses/sick): 孩子生病怎麼睡？病好了，需要重做睡眠訓練嗎？（回放影片）
- [托育環境怎麼選？在外旅行怎麼睡？](https://school.mybabyzzz.com/courses/d82aa4): 從睡眠的角度挑選托嬰中心/幼兒園 & 在外小睡、夜晚睡覺的撇步（回放影片）
- [清醒時間怎麼安排](https://school.mybabyzzz.com/courses/077c29): 4-6個月調整作息進階版 & 換小童床眉角
- [2-5歲的睡眠修復課](https://school.mybabyzzz.com/courses/2-5): 大小童常見睡眠問題&溝通秘訣（回放影片）

## Lecturers

- [廖家恩](https://school.mybabyzzz.com/@7): 語言治療師
- [兒語專業講師 Joan](https://school.mybabyzzz.com/@6)
- [曾思穎 | 醫學中心小兒科醫師](https://school.mybabyzzz.com/@4-e66e98a3-8f9a-4a8b-97ee-92cd94c116fd)
- [劉映秀](https://school.mybabyzzz.com/@5): 國際泌乳顧問＆嬰幼兒睡眠顧問
- [好眠師 蔡宸](https://school.mybabyzzz.com/@2): 好眠師
- [好眠師 姜珮](https://school.mybabyzzz.com/@1): 第一位台灣嬰幼兒睡眠顧問
- [好眠師團隊](https://school.mybabyzzz.com/@3): 台灣最有經驗的專業嬰幼兒睡眠顧問團隊

## Developer & agent resources

- [Developer portal](https://school.mybabyzzz.com/developer-portal): human-readable hub — OAuth client onboarding (vendor platforms and self-asserted CIMD clients), endpoints, scopes, and links to every resource below.
- [Command-line interface](https://www.npmjs.com/package/loopwise): the `loopwise` CLI for deploying Loopwise Pages and reading this API.
- [MCP server](https://school.mybabyzzz.com/mcp): Model Context Protocol endpoint for tools and agents. Anonymous tools cover public content; a member OAuth token with `account:read` adds get_my_profile, list_my_enrollments, get_enrollment_progress, list_my_events, and list_my_orders for the signed-in member.
- [MCP server card](https://school.mybabyzzz.com/.well-known/mcp/server-card.json): discovery metadata for that MCP server.
- [Account API](https://school.mybabyzzz.com/account/graphql): member-scoped GraphQL (POST, `Authorization: Bearer` with `account:read`) — the signed-in member's own enrollments, progress, orders, and event registrations. See the authentication guide for obtaining a token.
- [AI catalog](https://school.mybabyzzz.com/.well-known/ai-catalog.json): Agentic Resource Discovery manifest for this origin.
- [Agent skills index](https://school.mybabyzzz.com/.well-known/agent-skills/index.json): the skills this origin publishes.
- [API catalog](https://school.mybabyzzz.com/.well-known/api-catalog): RFC 9727 catalog of this origin's APIs.
- [OpenAPI spec](https://school.mybabyzzz.com/openapi.json): the HTTP API surface.
- [Pricing](https://school.mybabyzzz.com/pricing.md): machine-readable plan and price list.
- [Authentication guide](https://school.mybabyzzz.com/auth.md): OAuth 2.0 and OpenID Connect flows.
- [OAuth authorization server metadata](https://school.mybabyzzz.com/.well-known/oauth-authorization-server): RFC 8414 discovery document.
- [OpenID Connect discovery](https://school.mybabyzzz.com/.well-known/openid-configuration): OIDC discovery document.
- [Agentic Commerce manifest](https://school.mybabyzzz.com/.well-known/acp.json): ACP checkout capabilities.
- [Developer documentation](https://docs.loopwise.com): guides for building against this platform.

## Optional

- [school.mybabyzzz.com/llms-full.txt](https://school.mybabyzzz.com/llms-full.txt): a single-document content bundle carrying the full text of up to 50 courses, posts and digital downloads each; a larger catalog is included in part, and that section states its true total — ~1.5k tokens, so check it against your context budget first.
- [Loopwise](https://loopwise.com): the platform this site runs on (formerly Teachify) — courses, events, and digital products for creators.
