Prerequisites & Basics
You can complete this getting started tutorial to learn the basic features of WEDA. In this tutorial, you will:
- Install and configure the WEDA software framework on an Edge device, such as an Advantech Edge AI Gateway or industrial PC.
- Deploy and manage your AI application on the edge device using WEDA's deployment tools.
Prerequisites
Make sure you have the following prerequisites before starting the tutorial:
- A WEDA user account with access to the WEDA platform. If you do not have one, please fill out the request form at here.
- An edge device (e.g., Advantech Edge AI Gateway or industrial PC) with WEDA Node support.
- API Tool: Postman.
- WEDA API Collection: Download the WEDA API collection from here and import it into Postman.
API Setup
Before testing APIs in Postman, make sure you:
- Import the WEDA API Collection into Postman.
- Fill required environment variables:
login: your WEDA accountpassword: your WEDA account passworddomain: WEDA site domain (for example,https://tpe.cloud.advantech.com)
Optional environment variables (adjust only when needed):
tenantPath: default is usuallycentralappPath: default is usuallyweda
Example:
| Field | Value |
|---|---|
domain | https://tpe.cloud.advantech.com |
tenantPath | demo |
appPath | weda |
Core Concepts for This Tutorial
Before you continue, these are the key concepts used in the next chapters:
- Organization: The logical space that owns and manages your devices.
- Device: The edge node registered under an organization.
- Stack Configuration: A deployable application definition, usually based on a
docker-compose.ymlfile. - Stack Revision: A version snapshot of a stack configuration that can be deployed to devices.
How to Get Your Application Container
You can prepare your application container in either way:
- Use Ready-to-Use containers from the Advantech Container Catalog for faster onboarding.
- Bring your own Docker image by packaging your custom AI application and deploying it through WEDA.
The Basic Workflow
This tutorial uses one common end-to-end flow:
Create Organization -> Register Device -> Deploy Container Stack
This tutorial only covers the most essential features. For detailed capabilities, please refer to the Function Explanation section or the API Hub.
Topics
- Onboard Your Device: onboard your edge device to the WEDA platform.
- Deploy Container to Device: run ready-to-dev AI containers on your edge device.
Last updated on Apr-8, 2026 | Version 1.0.0