Define what runs when your API deployment is accessed.

The Launch Settings step configures how your API responds to incoming requests. Choose the build version, add one or more routes with path patterns (including dynamic segments), bind each route to a server-side program, and optionally pass program parameters. Use Global Variables to define secure, server-side values that aren’t exposed to clients.

Build Selection

Lock your API to a specific, tested build for predictable behavior.

Choose Build Version

Select the runtime build (e.g., Build Version 10) used by the API.

Route Configuration

Map request paths to server-side programs with optional parameters.

Path Patterns

Define static or dynamic paths (e.g., `/users/:username` matches `/users/john`).

Named Routes

Assign a human-friendly name (e.g., `get_users`) to each route.

Program Binding

Attach a program (e.g., `api`) to handle the request lifecycle.

Program Parameters

Optionally pass configuration values to the program for each route.

Add & Manage

Add new routes or remove/adjust existing ones directly in the editor.

Global Variables

Define secure, server-side variables accessible to programs but hidden from clients.

Secure by Design

Use for secrets, feature flags, or environment-specific values.

FAQs
Develop. Deploy. Stay Productive.

Xuda is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.

Schedule a demo