FastEdge Templates
Add template
Create a new application template from an existing binary and configuration. Templates can be shared with groups to enable collaborative application development.
post/fastedge/v1/template
Request body
Example request
{
"binary_id": 12345,
"name": "api-gateway-template",
"short_descr": "HTTP API gateway with authentication",
"long_descr": "Complete API gateway solution with JWT authentication, rate limiting, and request transformation capabilities.",
"params": [
{
"name": "api_key",
"data_type": "string",
"mandatory": true,
"descr": "API key for external service authentication"
}
]
}Response
Template created successfully, returns template metadata