A project is just a directory. Postchi reads and writes plain files, so you can open any folder as a project, commit it to version control, and work with it in your editor alongside your code.Documentation Index
Fetch the complete documentation index at: https://docs.getpostchi.com/llms.txt
Use this file to discover all available pages before exploring further.
When you first launch postchi a temporary project is created, if you have made work in this project make sure to save it using the menu option or it will get lost.Project structure
The most basic project structure looks like this:secrets.cenv is intentionally separate from environments.cenv so you can commit your environments file to version control without exposing credentials. See Environments for details.Creating a project
Choose a location
Give your project a name and select an empty folder. Postchi creates the folder if it does not exist.