Verify everything is working end-to-end.
Run through each of these to confirm your setup is complete:
curl http://localhost:4000/api/health
Expected: {"status":"ok"}
If this fails, go back to Step 7: Verify It’s Running.
curl http://localhost:4000/api/tasks \
-H "Authorization: Bearer your-bearer-token"
Expected: a JSON array (empty [] is fine).
If you get 401 Unauthorized, double-check your BEARER_TOKEN in .env.
Open http://localhost:4000 and check the Agents panel. You should see your agent listed as Online.
If no agents appear, go back to Step 8: Connect Your First Agent.
Check the Tasks list for at least one task with status Done. If you haven’t run a task yet, go back to Step 9: Run Your First Task.