Step 12/13
~2 min

Final Status Check

Verify everything is working end-to-end.

Checklist

Run through each of these to confirm your setup is complete:

Mission Control is Running

curl http://localhost:4000/api/health

Expected: {"status":"ok"}

If this fails, go back to Step 7: Verify It’s Running.

API Authentication Works

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.

At Least One Agent is Connected

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.

A Task Completed Successfully

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.