REST API
HTTP endpoints for health checks, skill inspection, and message submission.
Authentication
Authorization: Bearer your-token-hereEndpoints
GET /health
GET /health{
"status": "ok",
"version": "0.1.0",
"uptime": 3600,
"memory": "45MB",
"skills": { "core": 7, "user": 2 },
"connectors": ["telegram", "dingtalk"]
}GET /skills
GET /skillsPOST /message
POST /messageRequest rules
Error responses
Last updated