Apps
Add a new app
Create a new edge application from a WebAssembly binary. The app is configured with execution limits, environment variables, and network assignments. Apps start in draft status (0) and must be explicitly enabled to receive traffic.
post/fastedge/v1/apps
Request body
Example request
{
"name": "my-edge-app",
"url": "my-edge-app.fastedge.gcore.dev",
"binary": 12345,
"status": 1,
"env": {
"var1": "value1",
"var2": "value2"
},
"rsp_headers": {
"header1": "value1",
"header2": "value2"
},
"comment": "Production API gateway for customer portal"
}Response
Application created successfully, returns app metadata