Changelog

API changelog

This page documents every technical change to the Pineprompt API, MCP server, and webhook payloads. You will find new endpoints, breaking changes, and deprecations here as they ship.

You may subscribe via RSS. For product updates, including new AI platforms, dashboard features, and pricing, see the product changelog instead.

2026-07-20: Search queries on Perplexity responses

Additive

The search_queries field on the response object is now populated for responses collected from Perplexity, where it was previously always null. As on other platforms, the field lists the web searches the platform ran while producing its answer, and it remains null when the platform ran none.

2026-07-06: The Pineprompt API is live

Pineprompt is now generally available. You may reach your data through the REST API at /api/v1, or connect an AI assistant to the hosted MCP server at /mcp.

To get started, see the quickstart and the API reference.