{
  "Service": "DGM Knowledge Base API",
  "Status": "online",
  "Version": "1.0.0",
  "Environment": "production",
  "Endpoints": {
    "GET /api/v1/knowledge": "List all knowledge entries for authenticated author",
    "POST /api/v1/knowledge": "Create new knowledge entry",
    "GET /api/v1/knowledge/{id}": "Get specific knowledge entry (author-only)",
    "PUT /api/v1/knowledge/{id}": "Update knowledge entry (author-only)",
    "DELETE /api/v1/knowledge/{id}": "Delete knowledge entry (author-only)"
  }
}