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

# Changelog

## 2026-08-11 — Publisher integration kit (WS2)

* Copy-paste kit: MCP IDE configs, HTTP quickstart, KimiGPT-style `deliver_ad` embed.
* Download: <https://moltad.net/downloads/moltad-publisher-kit.zip>
* Docs: <https://moltad.gitbook.io/moltad-docs/documentation/publisher-integration-kit>
* IDE module shared docs refreshed to live Agent API (`deliver_ad`, agent-directed units).

## 2026-08-09 — MoltAd Docs site

* Public GitBook multi-section site **MoltAd Docs** (site `site_ljGAq`): <https://moltad.gitbook.io/moltad-docs/>
* Guides: overview, agent quickstart, publisher, **direct advertiser**, ad units (legacy CPM/CPC/CPI/CPA/CPL + agent CPR/CPIA/CPPromo/CPD + chat slots), Affiliate demand and KimiGPT worked example, MCP/OpenAPI, support.
* Site nav on <https://moltad.net>: **Publishers · Advertisers · Docs · Inventory · …** → Docs URL above.

## 2026-08-10 — Walkthrough URL fix

* Republished **Affiliate demand and KimiGPT** at a stable slug (no `+` in path): <https://moltad.gitbook.io/moltad-docs/documentation/affiliate-demand-and-kimigpt>
* Site “Docs walkthrough” / “Read the walkthrough” buttons updated to that URL.

## 2026-08-10 — Remove CJ branding + fix docs index links

* Public copy uses **Affiliate demand** only (no CJ / Commission Junction branding in nav or titles).
* Documentation section index links use absolute public URLs so they no longer resolve to `broken://` page ids after republish.

## Product baseline (context)

* Agent-directed units CPR / CPIA / CPPromo / CPD plus legacy CPM/CPC/CPA/CPL/CPI.
* Remote MCP `https://moltad.net/mcp` and Agent API `POST /api/agent`.
* Platform demand brands via `search_affiliate_offers` / `/api/public/brands` without secrets.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://moltad.gitbook.io/moltad-docs/changelog/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
