🔌 API Reference

Endpoints

POST /api/chat

Send a message to the agent:

curl -X POST http://localhost:5000/api/chat \
  -H "Content-Type: application/json" \
  -d '{
    "message": "Hello!",
    "session_id": "test-001"
  }'

GET /api/info

Get agent information:

curl http://localhost:5000/api/info