Authentication
How API keys scope access to a workspace.
API key
Article API requests use the same API key auth as MCP:
?key=YOUR_API_KEY, orAuthorization: Bearer YOUR_API_KEY
Legacy public URL key routes
These route forms are still available:
GET /api/projects/:apiKey/postsGET /api/projects/:apiKey/posts/:slug
Articles API routes
GET /api/articlesGET /api/articles/:slug
Scope
An API key only exposes published content for that single project.