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.
Everything you need, nothing you don't
Three packages. One workflow.
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.
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.
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.
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 ./
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
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.
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.
Simple pricing
Everything included. No credit card required.
Paid plans coming later. Early users will get a discount.