Step 2: Get Data Flowing
Goal: Get live data into your connection - by asking Azi, and accepting her proposal.
Step 2 of 5. This is where you meet Azi and the proposal flow - the thing that makes working with AI here safe. We will use a built-in simulator so you need nothing of your own.
Ask Azi
- Open the Azi chat panel
- Type: "Create a simulator for ProductData with signups and activeUsers"
- Refine if you like: "Keep signups 0-50 and activeUsers 100-500"
Azi does not just do it. She returns a proposal - a drafted simulator for you to review.
Azi: I've proposed a simulator with signups (0-50) and activeUsers (100-500). Review it, wire it to your connection, and accept when ready.
Work with the proposal
This is the partnership: Azi drafts, you decide. Review the proposed simulator, then wire it to
your ProductData connection yourself (draw the line) so you see how your hands and Azi's work
combine on the same canvas. When it looks right, accept the proposal.
Save and deploy
Click Save, then Deploy. Deploy takes a moment - keep going to Step 3; you'll see impulses start arriving in the Live Stream panel once it is live. Each impulse looks like:
{
"deviceId": "ProductData",
"signups": 12,
"activeUsers": 318,
"timestamp": "2026-06-05T10:30:00Z"
}
What's next
Data is flowing. Now crystallize it into something your whole team's AI can use.