Auralogs
Read-only access to Auralogs production logs and AI analyses.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноМожет изменять данные
Что умеет
- List Projects: List projects accessible to the current read key (one project for v1).
- Get Project: Get a project by id. Must match the read key's scoped project.
- List Logs: List logs for the scoped project, optionally filtered by level/since/until.
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Read-only access to Auralogs production logs and AI analyses. Agents search logs, inspect errors with full stack traces and metadata, and review diagnoses with suggested fixes. 7 tools, no write operations; keys are project-scoped and revocable instantly. Free tier: 10,000 logs/month.
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| list_projects | List projects accessible to the current read key (one project for v1). |
| get_project | Get a project by id. Must match the read key's scoped project. |
| list_logs | List logs for the scoped project, optionally filtered by level/since/until. |
| search_logs | Full-text search log messages for the scoped project. |
| get_log | Get a single log row by id, with full context (stack, metadata). |
| list_analyses | List active analyses for the scoped project. Archived analyses (triaged from the dashboard) are excluded by default; pass include_archived=true to see them. Optional filters: severity (low/medium/high/critical), type (reactive/scheduled). |
| get_analysis | Get a single analysis by id (diagnosis, suggested fix, PR link if any). |