> For the complete documentation index, see [llms.txt](https://k-ai.gitbook.io/knowledge-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://k-ai.gitbook.io/knowledge-ai/k-ai-audit/changelog.md).

# Changelog

## 1.2.0 — 2026-08-26

* The Audit API and Audit MCP endpoint accept an [Organization API key](/knowledge-ai/authentication/organization-api-keys.md) directly in `Authorization: Bearer` — no OAuth, no exchange step. See [Autonomous agents (API key)](/knowledge-ai/k-ai-mcp/autonomous-agents.md).
* Key authentication returns `401` (refused — stop) or `503` with `Retry-After` (retry). No other code comes out of that path.
* Endpoint and tool counts unchanged: 48 REST endpoints, 21 MCP tools.

## 1.1.0 — 2026-06-23

* Added `audit_question_conflict_ignore` (`POST /audit/conflict/set-ignored`) — mark a question conflict as `IGNORED` for false positives that need no change. Mirrors `audit_full_audit_conflict_ignore`.
* Question conflicts now carry the `IGNORED` state (full set: `OPEN`, `ANSWERED`, `RECOMMENDATIONS_READY`, `MANAGED`, `IGNORED`).
* `audit_full_audit_conflict_list` accepts `only_linked_to_question`; full-audit conflicts now expose `linked_questions` and `is_important` to surface the priority subset linked to mandatory questions.
* 48 REST endpoints; 21 MCP tools.

## 1.0.0 — 2026-05-13

* Initial GitBook documentation under the DKP positioning.
* 47 REST endpoints documented across 8 domains.
* 20 MCP tools — curated conflict-first surface over the REST API.

## 0.x — pre-DKP refonte

Earlier history captured in the internal monorepo git logs.
