CI Agent

Conversational AI Conversational AI for Autodesk Package Management

Key Features

📡 API Endpoints

POST /webhooks/rest/webhook
REST chat webhook endpoint
POST /webhooks/plugin_connector/webhook
Plugin connector endpoint (original API preserved)
GET /webhooks/plugin_connector/webhook
Plugin connector health check
GET /status
System status endpoint
GET /health
Health check endpoint

💡 Example Usage

curl -X POST http://localhost:8080/webhooks/rest/webhook \
  -H "Content-Type: application/json" \
  -d '{"message": "Create a package with AutoCAD 2025", "sender": "user"}'