Sail

Configuration

Learn how to configure Sail using the Web UI or REST API.

Configuration Methods

Web UI

The easiest way to configure Sail. Access at http://localhost:5173

  • • Visual interface for all configuration
  • • Real-time validation
  • • Configuration templates

REST API

Programmatic configuration via HTTP API

  • • Full CRUD operations
  • • Automation-friendly
  • • OpenAPI documentation

Configuration Storage

All configuration is stored in MongoDB and automatically synchronized to all gateway instances via Change Streams.

Changes take effect immediately without restarting the gateway. Typical propagation time is less than 100ms.

See also