Agent Reliability
Agent reliability summarizes hosted work without exposing task text or turning the public website into a task manager.
API report
platform-todos api post /api/v1/analytics/agent-reliability --body reliability.json --jsonMCP catalog
platform-todos docs catalog --surface mcp --exposure-profile read-only --jsonMetrics
The report is scoped to one organization and includes completion rate, reopened tasks, stale tasks, failed verification, average completion time, task-type strengths, hosted run success rate, and recent regressions.
| Signal | Meaning |
|---|---|
| Completion rate | Completed assigned tasks divided by assigned tasks. |
| Stale tasks | Open assigned tasks older than the configured stale window. |
| Failed verification | Tasks or audit events where verification failed or was rejected. |
| Task-type strengths | Completion rate grouped by task type, category, or general work. |
| Recent regressions | Reopened tasks, failed verification, failed runs, and stale work inside the recent window. |
Agent-safe shape
The API returns schemaVersion, organizationId, filters, summary, and agents. Each agent row contains derived counts and scores only. Unsafe agent identifiers are hashed, and task titles, descriptions, raw messages, secrets, and local OSS data are not returned.