Now in Beta · Free to use

Your API workspace,
auto-generated

Scan your Next.js App Router project in seconds. Requexa reads your route files and builds a live API workspace — complete with request builder, environments, and team collaboration.

Get Started free →Read the docs
terminal
$ npx requexa scan ./

✔ Discovered 12 route files ✔ Parsed 28 endpoints ✔ Wrote requexa.manifest.jsonMETHOD  PATH                       PARAMS   AUTHGET     /api/users                 page,limit  Bearer
POST    /api/users                 -        Bearer
GET     /api/users/:id             -        Bearer
PUT     /api/users/:id             -        Bearer
DELETE  /api/users/:id             -        Bearer

Everything you need, nothing you don't

Three packages. One workflow.

CLI Scanner
npx requexa scan ./

Walks your App Router file tree with ts-morph AST parsing. Discovers every route handler, extracts methods, paths, query params, body shapes, and auth patterns. Zero config — just run it.

Web Platform
app.requexa.com

Upload your manifest once. Browse all endpoints in a sidebar, send real HTTP requests, inspect responses, annotate docs, manage environments with secret variables, and collaborate with your team.

Runtime SDK
@requexa/sdk

Add withRequexa() to your Next.js middleware. Captures live traffic in development — sanitizes passwords, tokens, and secrets before storing. Hard-disabled in production. Safe to ship.

From zero to workspace in 60 seconds

No configuration files. No boilerplate.

01
Scan your project

Run npx requexa scan ./ in your Next.js project root. The CLI walks your App Router, parses every route file with TypeScript AST analysis, and produces requexa.manifest.json in seconds.

$ npx requexa scan ./
02
Upload your manifest

Send the manifest to your Requexa workspace with a single curl command using your API key. The platform stores it and makes all endpoints immediately browsable.

$ curl -X POST "https://app.requexa.com/api/manifests?workspace=my-app" \
  -H "x-api-key: rqx_..." \
  -d @requexa.manifest.json
03
Explore every endpoint

Browse endpoints in the sidebar. Click any route to open it in the request builder. Fill in params, headers, body, and auth — then send. Inspect the full response with pretty JSON, headers, and cookies.

04
Collaborate with your team

Invite teammates by email. Assign roles (Owner, Admin, Member). Share environments with secret variables. Everyone works from the same live workspace.

Zero setup. One command.

No config files. No agents running in your project.

# 1. Scan your Next.js project
$ npx requexa scan ./

# 2. Upload to your workspace
$ curl -X POST "https://app.requexa.com/api/manifests?workspace=YOUR_SLUG" \
    -H "Content-Type: application/json" \
    -H "x-api-key: rqx_YOUR_API_KEY" \
    --data-binary @requexa.manifest.json

Simple pricing

Everything included. No credit card required.

Beta
Free
while in beta
Unlimited requests
Team collaboration
Collections & environments
CLI scanner (npx requexa)
Runtime SDK middleware
API key authentication
Request history
Postman import / export
Get Started free

Paid plans coming later. Early users will get a discount.