# 光之學院

> 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://academy.enlightenwithsarah.com/search?q=KEYWORD](https://academy.enlightenwithsarah.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://academy.enlightenwithsarah.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 academy.enlightenwithsarah.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://academy.enlightenwithsarah.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`.
- **Member API** (signed-in member's own data): POST GraphQL to https://academy.enlightenwithsarah.com/member/graphql with `Authorization: Bearer` and the `account:read` scope — enrollments with access expiry, last-watched lecture, event registrations, digital products. Those answer what the member has access to, not order records: no order number, coupon code, refund status or invoice. For those, read `viewer.payments` on the same endpoint — the billing history, one node per payment, each with its own `tradeNo`, so a retry is a separate node and nothing joins the attempts of one purchase. `consultingServices` is neither: it lists the services offered against the viewer's courses, and its `meetings` are every undiscarded meeting under the service, booked or not and none of them viewer-scoped; `viewer.consultingMeetings` is the viewer's own bookings and study-group sessions, with a join link on each one that has not ended or been canceled, with `filter: { startedAfter: <unix seconds>, state: ["available", "scheduled"] }` for the upcoming ones. The member notification inbox (`notifications`, `unreadNotificationCount`, `notificationSubscriptions`) is here too, with `markNotificationRead` / `markAllNotificationsRead` / `updateNotificationSubscription` mutations under `account:write`. Obtain the token as described in [auth.md](https://academy.enlightenwithsarah.com/auth.md).
- **Markdown**: add `.md` to a page path (`/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://academy.enlightenwithsarah.com/openapi.json](https://academy.enlightenwithsarah.com/openapi.json).

## Courses

- [金錢靈氣速成班8月](https://academy.enlightenwithsarah.com/courses/moneyreiki8): 成為一名金錢靈氣大師，不止可以提升自己所有的金錢業力課題，也可開始為他人做各種金錢靈氣服務，甚至培養更多人成為一名金錢靈氣大師，把這份光和愛帶給更多的人，不再為金錢煩惱。
- [金錢靈氣速成班7月](https://academy.enlightenwithsarah.com/courses/moneyreiki7): 成為一名金錢靈氣大師，不止可以提升自己所有的金錢業力課題，也可開始為他人做各種金錢靈氣服務，甚至培養更多人成為一名金錢靈氣大師，把這份光和愛帶給更多的人，不再為金錢煩惱。
- [臼井靈氣1&2階療癒培訓師](https://academy.enlightenwithsarah.com/courses/reikihealeraug): 很多人學習了靈氣之後，沒有信心為他人做療癒，在我們的培訓班，你會學到如何幫個案做療癒的一套SOP，同時必須通過考試才能得到證書。
- [昆達里尼靈氣](https://academy.enlightenwithsarah.com/courses/kundalini)
- [由「秘密」掌握全新人生](https://academy.enlightenwithsarah.com/courses/loa): 人生有起有落，難免會經歷低潮期，由「秘密」掌握全新人生，從此達到心想事成的人生！
- [金錢靈氣速成班5月](https://academy.enlightenwithsarah.com/courses/moneyreiki): 成為一名金錢靈氣大師，不止可以提升自己所有的金錢業力課題，也可開始為他人做各種金錢靈氣服務，甚至培養更多人成為一名金錢靈氣大師，把這份光和愛帶給更多的人，不再為金錢煩惱。
- [臼井靈氣大師培訓班](https://academy.enlightenwithsarah.com/courses/reikimaster): 成為了一名臼井靈氣大師，你將擁有了為他人點化的能力，可以把這神奇的能力帶給更多有需要的人！

## Lecturers

- [王子瑞](https://academy.enlightenwithsarah.com/@3)
- [Jessica Liu 老師](https://academy.enlightenwithsarah.com/@jessica): 吸引力法則導師/靈氣大師/瑜珈老師
- [Sarah莎拉老師](https://academy.enlightenwithsarah.com/@sarah): 吸引力法則導師/靈氣/金錢靈氣大師

## Developer & agent resources

- [Developer portal](https://academy.enlightenwithsarah.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://academy.enlightenwithsarah.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://academy.enlightenwithsarah.com/.well-known/mcp/server-card.json): discovery metadata for that MCP server.
- [Member API](https://academy.enlightenwithsarah.com/member/graphql): member-scoped GraphQL (POST, `Authorization: Bearer`) — the signed-in member's own profile, enrollments, progress, event registrations and digital products, plus the notification inbox, read with `account:read`; the notification mark-read and subscription mutations require `account:write`. Those are not order records — no order number, coupon code, refund status or invoice; `viewer.payments` on the same endpoint is the billing history that carries them. `consultingServices` is a catalogue of services offered against the viewer's courses, not a purchase list; `viewer.consultingMeetings` is the member's own bookings and study-group sessions, with a join link on each one that has not ended or been canceled. See the authentication guide for obtaining a token.
- [AI catalog](https://academy.enlightenwithsarah.com/.well-known/ai-catalog.json): Agentic Resource Discovery manifest for this origin.
- [Agent skills index](https://academy.enlightenwithsarah.com/.well-known/agent-skills/index.json): the skills this origin publishes.
- [API catalog](https://academy.enlightenwithsarah.com/.well-known/api-catalog): RFC 9727 catalog of this origin's APIs.
- [OpenAPI spec](https://academy.enlightenwithsarah.com/openapi.json): the HTTP API surface.
- [Pricing](https://academy.enlightenwithsarah.com/pricing.md): machine-readable plan and price list.
- [Authentication guide](https://academy.enlightenwithsarah.com/auth.md): OAuth 2.0 and OpenID Connect flows.
- [OAuth authorization server metadata](https://academy.enlightenwithsarah.com/.well-known/oauth-authorization-server): RFC 8414 discovery document.
- [OpenID Connect discovery](https://academy.enlightenwithsarah.com/.well-known/openid-configuration): OIDC discovery document.
- [Agentic Commerce manifest](https://academy.enlightenwithsarah.com/.well-known/acp.json): ACP checkout capabilities.
- [Developer documentation](https://docs.loopwise.com): guides for building against this platform.

## Optional

- [academy.enlightenwithsarah.com/llms-full.txt](https://academy.enlightenwithsarah.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.8k 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.
