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 MethodGET · POST · PUT · PATCH · DELETE
PathURL pattern — supports :param and wildcards
HandlerJavaScript code processing the request
AuthPublic · 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:

  1. Select the HTTP method and enter the path
  2. Add headers and a request body (JSON)
  3. Click Send — the response appears alongside timing & status

Code Editor Tips

Ctrl+Space Autocomplete   F8 Go to error   ⌘/ Toggle comment