0
[feature]: Public (token) REST API is missing Pages endpoints; request for an official MCP server
Source: makeplane/plane#9511 · opened by @nobodykr
Is there an existing issue for this? • I have searched the existing issues Summary 1. Pages are missing from the public (token) REST API The public API (/api/v1/..., X-API-Key) fully covers projects, work items, cycles, modules, labels, states, members, etc. — but not Pages. In the deployed backend code, the page routes live only in the internal app API (plane/app/urls/page.py, session/cookie auth). The public API package (plane/api/urls/) has no page module — its URL modules are: asset, cycle, estimate, intake, invite, label, member, module, project, schema, state, sticky, user, work_item. Result: an integration or automation authenticating with a workspace API token can create and manage issues, cycles, modules and labels, but cannot create / list / update Pages — even though the UI exposes Pages prominently. Programmatic knowledge-base management is impossible. Concretely, these all return 404 {"error": "Page not found."} with a valid X-API-Key: …
No pledges yet. Be the first to back this.
Comments
Similar requests
[feature]: Add OAuth app registration to CE for MCP server support
4 votes · 0 comments
[feature]: Add API Endpoints for Creating and Editing Pages
15 votes · 0 comments
[feature]: MCP support for Epics
4 votes · 0 comments
[feature]: Add project member management (POST/PATCH/DELETE) to REST API v1
1 vote · 0 comments
[feature]: MCP search/list for wiki pages
1 vote · 0 comments
No comments yet.