Changelog
Notable, user-facing changes to the AgentFit public API. The API is versioned in the URL
path (/v1); breaking changes ship under a new version prefix, never in place.
2026-06-22
- Added the remote, OAuth-protected MCP server at
https://docs.agentfit.dev/mcpwith theauditandget_reporttools (anonymous auto-consent, scopeagentfit:audit). - Published docs.agentfit.dev with full reference, guides, and machine-readable
discovery (
llms.txt,llms-full.txt, OpenAPI, per-page Markdown companions).
2026-06-21
GET /openapi.jsonnow serves the OpenAPI 3.1 contract as order-preserving JSON alongsideGET /openapi.yaml.
2026-05-30
- Added
GET /api/public/audit/{id}/difffor per-category and per-criterion deltas between two runs, with automatic baseline selection. - Added
GET /api/public/audit/{id}/historywith cursor pagination.
Deprecations
- The legacy
GET /audit/{id}in-memory poll path is deprecated and not part of the versioned contract; use the durableGET /api/public/audit/{id}instead. It remains only for backward compatibility with older clients and may be removed.
Stability
Fields are only ever added to responses, never removed or repurposed within a version.
Clients should ignore unknown fields. Error code values are stable; see the
error reference.