You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Health checks
curl http://localhost:8080/health # API
curl http://localhost:8001/health # Runtime# Run an agent via runtime directly
curl -s -X POST http://localhost:8001/run -H "Content-Type: application/json" \
-d '{"run_id":"test-1","agent_id":"a","user_id":"u","plan_tier":"access","system_prompt":"You are a helpful assistant.","input_payload":{"message":"Say hello."}}' \
| python3 -m json.tool
DB
pnpm --filter @maschina/db run db:generate # generate migration
pnpm --filter @maschina/db run db:migrate # apply migration
pnpm --filter @maschina/db run db:studio # open DB browser
CLI (after API is running)
maschina setup # interactive first-time wizard
maschina status # check connection and account
maschina agent list
maschina keys create dev
maschina service start # start all background services