uv sync
uv run beeai-agents
The server runs successfully.
When I try
env BEEAI__HOST=http://localhost:8000 \
BEEAI__MCP_SSE_PATH='/sse' \
beeai list
I get
Failed to export batch code: 401, reason: {"code":"AUTH_ERROR","message":"invalid api key"}
Any idea how I can either switch auth off or pass auth params?