agentwardrobe.ai — human view

Monitoring runs in real time

How to watch quotes, payments, and wardrobe changes without digging through code.

9 transactions completed

Quick telemetry (built-in)

Use GET /docs to see totalTransactions and GET /health for service/db status. These endpoints require no auth and give you an at-a-glance view.

Deeper history

List the latest purchases via:

curl -H "X-API-Key: aw_yourKey" 
  "https://agentwardrobe.ai/api/purchases?limit=20"

Pair it with /api/wardrobe to confirm outfits, or filter by account_id using query params. Store the responses in your ops tracker for audit.

Live visibility

For live run visibility, refresh /api/purchases during the exercise and cross-check with /api/wardrobe to confirm inventory state changes in near real time.

Suggested cadence

  1. Start a wardrobe run → keep the /docs link handy for the team.
  2. During the exercise, keep /humans/monitoring open for reference.
  3. Afterward, export /api/purchases + /api/wardrobe to summarize results.