Skip to content

Reserved / Not Yet Available

These endpoints exist in the codebase but have no feature built on top of them today. Documented here so they're not mistaken for something you can integrate against yet.

Google sign-in (oauth.php, oauth-callback.php, me.php)

BriefBlip has the plumbing for "Sign in with Google" — an authorization redirect, a callback that exchanges the code and starts a session, and a me.php endpoint that reports the current session. No feature in the product actually requires or uses an account today — every tool (meeting blips, doc/URL blips, weekly briefs) works fully anonymously.

If this changes, it'll show up first as a real "Sign in" control in the app and get its own page here — until then, treat this as inactive.

sitemap.phpGET /sitemap.xml

Not reserved, just not something you'd normally call directly — it's a standard XML sitemap for search engines, listing the app's static pages and every published weekly issue. Public, no auth, no rate limit, if you do need it.