Authentication
How API keys scope access to a workspace.
API key
Public API requests are scoped by the project API key in the URL:
GET /api/projects/:apiKey/postsGET /api/projects/:apiKey/posts/:slug
Scope
An API key only exposes published content for that single project.