Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- list_projects — List projects accessible to the current read key (one project for v1).write
- get_project — Get a project by id. Must match the read key's scoped project.write
- list_logs — List logs for the scoped project, optionally filtered by level/since/until.write
- search_logs — Full-text search log messages for the scoped project.write
- get_log — Get a single log row by id, with full context (stack, metadata).write
- 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).write
- get_analysis — Get a single analysis by id (diagnosis, suggested fix, PR link if any).write
