Track what your agents find
Capture audit findings, implementation tasks, and repository issues as durable work items instead of losing them in chat transcripts.
// api-first work item coordination
TraceOps.Dev gives repo audits, implementation plans, and coding agents a durable place to store findings, claims, statuses, and external PR or commit metadata.
// work item
ClaimedrepoId, severity, status, source, files, tags// surface
API + MCPOne workflow, two integration pathsAgent-readable workflow state, stored outside the prompt.
Agent-readable workflow state, stored outside the prompt.
Agent-readable workflow state, stored outside the prompt.
// product
Capture audit findings, implementation tasks, and repository issues as durable work items instead of losing them in chat transcripts.
Use a small authenticated HTTP API to create, search, claim, update, and link work items from automation.
Expose the same workflow through an MCP stdio server so coding agents can coordinate progress without inventing state.
Keep severity, status, source, files, tags, claims, and external branch or PR metadata close to the repository work.
A hosted TraceOps.Dev option is planned for teams that want managed operations without running their own deployment.
Use Bicep, GitHub Actions, Azure Static Web Apps, Azure Functions, the core TraceOps.Dev API, and OIDC-based deployment.
// workflow
The API and MCP server share the same small loop: create, search, claim, update, and link work items. That gives agents enough state to coordinate without taking over source control.
// docs
TraceOps.Dev is a hosted website, API, and MCP workflow for tenant-scoped repository work items.
StartSign in to the hosted service, create a key, configure MCP clients, and verify the connection.
HTTPThe hosted TraceOps.Dev API is the source of truth for work items and tenant-scoped automation.
AgentsThe TraceOps.Dev MCP server is a local stdio bridge to the hosted TraceOps.Dev API.