Links

Deploying & Monitoring

Understanding Environments

Each Endpoint comes with two separate Environments:
  • Development - an editable version of an Endpoint used to write and test your code
  • Production - a protected (i.e., view-only) version of an Endpoint that is used to embed within your production apps once you're done testing
You cannot make edits directly in Production. To make changes, you'll need to apply your changes in the Development environment and re-deploy. This creates a safety net for you when using Buildable in production applications internally.
To deploy your Endpoint’s current changes to its production environment, simply click the Deploy button. Based on the environment specified in the Endpoint URL, Buildable will execute the appropriate logic.
Deploying an endpoint

Reviewing Logs

Buildable makes it easy to debug with detailed logs of an Endpoint’s execution. To review your logs:
  1. 1.
    Open the Logs section
  2. 2.
    Click a log to review its execution details

Export to Postman

Clicking on the Export to Postman button (located in the upper right-hand side of the dashboard) will download a JSON file with all of your Endpoints that can be imported into Postman.