Publishing console
This is an internal developer console with a cookie-based admin session. It supports both manual posting and web automation against the same protected endpoints.
Member login
This internal publisher keeps a cookie-based admin session and writes directly to the local site store so posts appear inside the on-site blog immediately.
Automation-ready admin
Use this same login endpoint for manual access and scripted posting. The protected posts endpoint accepts structured JSON payloads and HTML content.
Browser login uses `BLOG_ADMIN_EMAIL` and `BLOG_ADMIN_PASSWORD`. Automation can use a bearer token through `BLOG_ADMIN_API_TOKEN`.