Define what runs when your API deployment is accessed.
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.
Xuda is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.