Back to docs
Endpoint Configuration & Testing
Configure routes, manage versions, test APIs, and view auto-generated documentation.
June 4, 2026endpoint · routes · api · debugging · versions
Endpoint Detail
Full management interface for a single endpoint — code, versions, testing, and monitoring.
Routes
| Setting | Details |
|---|---|
| HTTP Method | GET · POST · PUT · PATCH · DELETE |
| Path | URL pattern — supports :param and wildcards |
| Handler | JavaScript code processing the request |
| Auth | Public · API Key · JWT |
Version Management
- Create Version — Save a named snapshot
- Deploy — Push a version to production
- Compare — Side-by-side diff of any two versions
- Rollback — Instantly revert to a previous version
API Tester
Use the built-in tester without leaving the platform:
- Select the HTTP method and enter the path
- Add headers and a request body (JSON)
- Click Send — the response appears alongside timing & status
Code Editor Tips
Ctrl+Space Autocomplete F8 Go to error ⌘/ Toggle comment