Simple Feature Requests — documentation¶
Welcome to the documentation for Simple Feature Requests. Choose the path that matches what you are doing:
Using the product¶
- Admin webapp — Sign in, manage teams and projects, work with boards and feature requests, and use the API token page.
- Public feature board — Browse a board, filter and sort requests, use the roadmap, submit ideas, vote, and comment.
Integrating with the API¶
- Getting started — Base URL, GraphQL endpoint, health check, and trying a simple request.
- API overview — How REST and GraphQL fit together.
- Authentication — Bearer tokens, public and signed-in access, and permissions (summary).
- API endpoints — GraphQL operations with
curlexamples. - Client SDK — Typed TypeScript client for your own apps and scripts.
The exact API base URL for your workspace is provided by whoever hosts your Simple Feature Requests deployment (your organization or Mindsize).
For the full GraphQL schema, run introspection against your API’s GraphQL endpoint (standard GraphQL tooling), or use the schema reference your deployment publishes if available.