Blog System
Multi-tenant blog infrastructure service. API-only.
Endpoints
GET /api/v1/sites/:siteKey/posts— list postsGET /api/v1/sites/:siteKey/posts/:slug— post detail with SEO payloadGET /api/v1/sites/:siteKey/sitemap.xmlGET /api/v1/sites/:siteKey/rss.xmlPOST /api/v1/sites/:siteKey/posts— requiresx-api-keyPOST /api/v1/ingest/lobster— requiresx-api-keyPOST /api/v1/admin/sites— requiresAuthorization: Bearer ADMIN_TOKEN
See README.md for the 5-minute integration guide.