2 min readUpdated Mar 2, 2026

API Builder Page

Overview

The API Builder Page hosts the integration wizard — a step-by-step interface for creating and managing custom REST API integrations. This page is where you define how Vantage communicates with external APIs that don't have built-in integrations.

The wizard guides you through four steps: confirming technical readiness, entering general API information (name, base URL, authentication), defining endpoints with parameters and response mapping, and reviewing/saving the complete integration definition.


How It Works

The API Builder Page loads dynamically based on URL parameters:

ParameterBehavior
(none)Opens the wizard in create mode — start a new integration from scratch
edit=<integrationId>Opens the wizard in edit mode — loads the existing integration's configuration for modification
workflowId=<workflowId>Opens the wizard linked to a specific workflow — loads the integration associated with that workflow

When editing, the technical warning step is skipped since you've already acknowledged it during initial creation.



What Happens After Saving

After the wizard saves your integration definition:

  1. A unique service key is generated for the integration
  2. A credential schema is created matching your chosen auth type
  3. The integration appears on the Integrations page
  4. You must add credentials before the integration can be used in workflows
  5. Once credentials are configured, the integration appears as a draggable node in the Workflow Editor's Node Library

For the complete guide on building integrations, see the API Builder documentation — it covers: