An app represents a backend service registered with the gateway. All requests to the gateway’s proxy port are matched against appDocumentation Index
Fetch the complete documentation index at: https://docs.draskencloud.com/llms.txt
Use this file to discover all available pages before exploring further.
gateway_path prefixes.
Create an App
Fields
| Field | Required | Description |
|---|---|---|
name | Yes | Human-readable name |
slug | Yes | Unique identifier, used in API paths |
gateway_path | Yes | Path prefix the proxy matches on (e.g. /payments) |
routing_mode | No | pass_through (default) or managed_endpoint |
default_policy | No | Default policy applied to all requests |
List Apps
Update an App
Apply a Default Policy
Thedefault_policy is applied to all requests through this app unless overridden at the revision or endpoint level.