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.
Configuration API
MCP
  • Added — Conductor is now available as a connector in Claude’s connector directory. You can install Conductor from the directory in a few clicks instead of building a custom connector. Either path covers Claude, Claude Cowork, and Claude Code. Claude
Configuration API
  • Added — Page groups configuration endpoint. Page Groups
  • Addedprompt_groups option for the config_type parameter on the AI search configuration endpoint. AI Search
MCP
  • Added — Conductor’s agent and app for Copilot now include the keyword_insights tool. Traditional search data—rankings, seasonality, SERP result types, and competitive rankings—no longer requires a different assistant. Copilot
Configuration API
  • Added — Accounts configuration endpoint. Accounts
MCP
  • Added — Conductor’s plugin for ChatGPT and Codex now includes the keyword_insights tool. Traditional search data—rankings, seasonality, SERP result types, and competitive rankings—no longer requires a custom connector. ChatGPT & Codex
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. ChatGPT & Codex
  • Changed — Setup now uses bearer-token authentication. Generate an API token in Conductor and supply it when adding the connector. ChatGPT & Codex
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