Skip to main content

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

Verify the install:

2. Create a project

Reqbook creates:
The generated endpoint uses JSONPlaceholder, so it can run immediately. The generated .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

Open http://127.0.0.1:8080. rqb-ui endpoint browser Use the browser UI to:
  • 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

Expected output:
Dry-run shows the resolved request without sending it:

5. Install agent skills and MCP

Or choose one agent:
Now you can ask your coding agent:
Or:

6. Validate before commit

Commit the markdown files, not hidden app state.

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.