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

# Changelog

All notable changes to the AgentDock platform, API, and SDK are documented here.

The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

***

## Unreleased

Changes that are in development and not yet available.

* Python SDK (planned for general availability)
* INTL token and SOL/INTL payment selection
* Autonomous agent purchasing loop
* Creator analytics dashboard v2
* Mainnet support

***

## Beta — Initial Release

**Platform**

* Creator dashboard: upload, configure, publish, and manage knowledge bases
* Marketplace: search, browse, and purchase knowledge bases
* Buyer dashboard: credential management, API key generation, purchase history

**API**

* `POST /v1/retrieve` — semantic retrieval against purchased knowledge bases
* `POST /v1/retrieve/stream` — SSE streaming variant
* `GET /v1/listings` — marketplace search
* `GET /v1/listings/:id` — listing detail
* `GET /v1/credentials` — list active credentials
* `GET /v1/credentials/:listing_id` — verify a specific credential

**SDK**

* `@agentdock/sdk` v0.1.0 — JavaScript/TypeScript SDK with full TypeScript types
  * `AgentDockClient`
  * `client.retrieve()`
  * `client.retrieveStream()`
  * `client.listings.search()`
  * `client.listings.get()`
  * `client.credentials.list()`
  * `client.credentials.verify()`
  * Typed error classes

**Protocol**

* `agentdock_marketplace` Anchor program deployed on Devnet
* Instructions: `create_listing`, `purchase_access`, `verify_access`, `revoke_access`, `withdraw_earnings`
* Access credential PDAs for one-time unlock, subscription, and per-query models

**Supported wallets:** Phantom, Solflare, Backpack


---

# 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:

```
GET https://docs.useagentdock.xyz/resources/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
