Skip to main content
Goal: create a product and give it a command it can perform. This is the real starting line — everything else builds on it.

1. Start the wizard

From your dashboard, create a new product. You’ll step through a short wizard: AI Generator → Basic Info → Commands & Actions → User Info & Metadata. You can skip the AI step and fill it in yourself.

2. Basic Info

Give the product its identity:
  • Product Name — e.g. Plant Monitor
  • Category — pick the closest match (it drives marketplace discovery)
  • Model Number — e.g. PM-100
  • Firmware Version1.0.0

3. Define one command

In Commands & Actions, add a single command so the product can do something. Think in the tree Command → Action → Parameter:
Command:  "Operate"
  └─ Action:  "ON"
  └─ Action:  "OFF"
That’s enough for now — a product that can be turned on and off. You’ll wire this to a switch in Lesson 2 and to firmware in Lesson 4.
Keep command and action names clear and stable — they become the contract your dashboard, firmware, and API all share. See Create a Product for the full field-by-field guidance.

4. Save

Finish the wizard. Your product is created and opens in the Product Development Studio — your workspace for everything that follows.
You have a product with a name, a category, and one command (Operate → ON/OFF).

Next: design its dashboard

Give your product an interface.