The end point editor is a tool that lets you manage, design, test and deploy your end points.
Naming and Documenting an End Point
All end points have a name, description, version number and optional help text.
End Point Parameter and Return Schema
The Schema Designer lets you design schema that will be used to validate the parameters supplied to the end point function and/or the values returned from it.
Writing an End Point
The JavaScript function is the script that actually implements the end point.
Testing End Points
The testing tab lets you send requests to your end point and inspect the response.
End Point Target Information
Set the worker your end point is deployed to, enable development mode and additional tracing, flag an end point as internal, and enable schema validation.