Quick Start
- Install and open Prenct.
- Grant only the permissions required for the features you use.
- Set global shortcuts and workspace defaults in Settings.
- Use Favorites to keep your daily tools one click away.
Documentation
Everything you need to understand features, permissions, automation, and release flow.
When API is enabled, endpoints are available on localhost.
curl http://localhost:7654/health
curl http://localhost:7654/api/notes
curl -X POST http://localhost:7654/api/tasks \
-H "Content-Type: application/json" \
-d '{"title":"Ship update"}'