Skip to main content
Learn about technical changes to Conductor’s developer surfaces like the MCP, API, and downloadable Templates. Use the RSS button above to subscribe and get changes as they ship. A machine-readable version of this page is available at changelog.json.
Looking for product announcements and what’s new across the Conductor platform? See Release Notes instead.
Content API
  • Breaking — Renamed the referenceDocumentIds request field to knowledgeSourceIds. Migration: Rename referenceDocumentIds to knowledgeSourceIds in your draft-creation request bodies. Type and semantics are unchanged. Create a draft
  • Breaking — Renamed the referenceDocumentIds request field to knowledgeSourceIds. Migration: Rename referenceDocumentIds to knowledgeSourceIds in your draft-update request bodies. Type and semantics are unchanged. Update a draft
Content API
  • Added — Create knowledge source endpoint, for registering account-level sources that inform generated content. Create knowledge source
  • Added — Get knowledge source endpoint. Get knowledge source
  • Added — List knowledge sources endpoint. List knowledge sources
  • Changed — The KnowledgeSource response schema no longer marks any field as required. id, kind, and status were previously guaranteed. Treat every field as optional when deserializing. Applies to all three knowledge source endpoints. Get knowledge source
Templates
  • Changed — Expanded the MCP data section to cover all available tools — AI search (brand mentions, citations, sentiment), traditional search (rankings, seasonality, SERP features, competitive rankings), and account configuration — and repointed Knowledge Base lookups to the Conductor Knowledge Base MCP with a conductor.com/docs web-search fallback. Teach Your LLM Conductor
  • Changed — Repointed Knowledge Base lookups to the Conductor Knowledge Base MCP with a conductor.com/docs web-search fallback, and refreshed the KB search query examples. Diagnose and Resolve Conductor Issues
  • Changed — Repointed the Knowledge Base reference to conductor.com/docs. Measure AI Search Content Coverage
All APIs
  • Added — Bearer token authentication for all Conductor APIs. Send Authorization: Bearer <token>. Existing apiKey and sig query-parameter authentication continues to work; no sunset date is announced. Authentication
MCP
  • Added — Setup guide for connecting Conductor’s MCP to OpenAI’s Codex through a custom connector. Codex
  • Changed — Setup now uses bearer-token authentication. Generate an API token in Conductor and supply it when adding the connector. ChatGPT
Data API
  • Added — AI Search Response endpoint, returning the full response each AI engine gives for a tracked prompt, plus related metadata. AI Search - Response
Configuration API