Quickstart
This path is for a developer who wants Reqbook working with a coding agent and a browser UI in a few minutes. The terminal is still there for automation, but it is not the only interface.1. Install Reqbook
- Shell installer
- Cargo
- npm wrapper
2. Create a project
.gitignore includes .env.local and api-docs/_shared/env.md, while api-docs/_shared/env.template.md stays commit-ready for new contributors.
3. Open the web UI
http://127.0.0.1:8080.

- browse endpoint files,
- switch environments,
- fill path params such as
postId, - add runtime-only headers or body overrides,
- run requests and inspect formatted responses,
- import an endpoint from cURL,
- open the flow canvas.
Runtime fields in the request builder are temporary. They do not change markdown files unless you switch to edit mode and save.
4. Run the same spec from the terminal
5. Install agent skills and MCP
6. Validate before commit
Next steps
VS Code extension
Preview, validate, run, and inspect specs from your editor.
Set up agent support
Install skills, slash commands, and MCP for supported coding agents.
Web preview
Learn the browser UI: request tweaks, mock mode, cURL import, flow canvas.
Vibe coding guide
Patterns for using Reqbook as the API layer in your agent loop.