{
  "schema_version": "v1",
  "name_for_human": "KengNote",
  "name_for_model": "kengnote",
  "description_for_human": "Markdown note system with an AI-friendly API guide.",
  "description_for_model": "KengNote is a Markdown note system. Read https://kengnote.com/keng/llms.txt first for authentication, API usage, and examples. Use the current user's API key and verify identity with GET /me before reading or writing notes.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "llms.txt",
    "url": "https://kengnote.com/keng/llms.txt",
    "has_user_authentication": true
  },
  "logo_url": "https://kengnote.com/keng/img/kenglogo-new.jpg",
  "contact_email": "",
  "legal_info_url": "https://kengnote.com/keng/llms.txt"
}