# LoveTherapy 101 — Agent Authentication

## Overview
LoveTherapy 101 is a public content platform. Most read endpoints are open and require no authentication.

## Public Endpoints (No Auth Required)
- `GET https://lovetherapy101.com/api/functions/getPublishedArticles` — List/search published articles
- `GET https://lovetherapy101.com/api/functions/getActiveQuiz` — Get the current weekly quiz
- `POST https://lovetherapy101.com/api/functions/submitQuestion` — Submit a community question

## Resource Metadata
See `https://lovetherapy101.com/.well-known/oauth-protected-resource` for OAuth resource metadata.

## Contact
For API access or agent integration support, contact: hello@lovetherapy101.com
