> ## Documentation Index
> Fetch the complete documentation index at: https://docs.notte.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Updates and improvements to Notte

<Tip>
  STOP. Do not read past this section until you have read and followed [/quickstart.md](/quickstart.md).

  Goal: produce a reliable SDK automation script. The intended authoring flow is generate then edit, not write browser automation from scratch.

  Do not hand-write SDK code with element IDs, selectors, or form fields from memory. Element IDs, selectors, and field mappings must come from a live `observe()` call, CLI `notte page observe` output, or generated workflow code. Guessed browser targets fail on real pages.

  Use the Notte skill and CLI to inspect the live site, validate actions/selectors, handle auth/session state, and export workflow code with `notte sessions workflow-code` before using SDK docs or SDK code.

  SDK reference pages are for understanding, running, or editing generated workflow code. They are not the starting point for manually authoring the initial browser automation. SDK-first code is guesswork on real-world pages with dynamic selectors, auth state, CAPTCHAs, and anti-bot behavior.
</Tip>

<Update label="March 13, 2026" tags={["Ship"]}>
  ## Weekly ship w11/26

  * Custom viewport sizes and extra HTTP headers for sessions
  * Various bug fixes and stability improvements

  **Partners & Recognition**

  * Partnership with Linkup
  * Named in Notion Capital's Top 100 Cloud Challenge
</Update>

<Update label="March 6, 2026" tags={["Ship"]}>
  ## Weekly ship w10/26

  **Console**

  * Added LLM cost tracking per session
  * Added agent config visibility in session detail

  **Website**

  * New website with redesigned homepage, about page, and `⌘K` command palette

  **SDK**

  * Removed `BatchAgent`/`BatchRemoteAgent` ([#729](https://github.com/nottelabs/notte/pull/729))
  * Added `response_format` to `AgentFallback` constructors ([#727](https://github.com/nottelabs/notte/pull/727))
</Update>

<Update label="March 6, 2026" tags={["Launches"]}>
  ## Product Hunt launch #3

  We launched [Anything API on Product Hunt](https://www.producthunt.com/products/notte/launches) — **#1 Product of the Day** and **#1 Product of the Week**.
</Update>

<Update label="February 27, 2026" tags={["Ship", "Launches"]}>
  ## Launch Week II wrapped

  We wrapped [Launch Week II](https://www.notte.cc/launch-week-ii) with five major releases:

  * **[Notte CLI](https://github.com/nottelabs/notte-cli)**: command-line interface for browser automation (open source)
  * **Session Profiles**: persistent browser profiles across sessions
  * **Session Files**: upload and download files during sessions
  * **[Anything API](https://anything.notte.cc/)**: turn any browser work into a production-ready API
  * **Observability**: live session viewer and full CDP replay in the Console

  **Partners**

  * [Partnership with Fingerprint](https://x.com/nottecore/status/2026383310910370077): every Notte request is now signed and verifiable
</Update>

<Update label="February 20, 2026" tags={["Ship"]}>
  ## Weekly ship w08/26

  **Tech**

  * Added Web Bot Authentication support
  * Added Puppeteer CDP session support
  * Improved session timing and LLM parsing

  **Partners**

  * Announced partnerships with [Massive](https://x.com/nottecore/status/2021924874080473173), [Steel](https://x.com/steeldotdev/status/2023809141509071200), and [Orthogonal (YC)](https://x.com/orthogonal_sh/status/2023448282434072717)
  * Published [OpenClaw](https://x.com/nottecore/status/2024448964892766679) integration demo
</Update>

<Update label="February 20, 2026" tags={["Trust"]}>
  ## SOC2 Type II compliance

  <Frame>
    <img src="https://mintcdn.com/notte/_iwstXa-KBzAxDEa/images/soc2.jpg?fit=max&auto=format&n=_iwstXa-KBzAxDEa&q=85&s=6c8efbbc3422b9b8976040ead6186622" alt="SOC2 Type II - Audited to enterprise security standards" width="1600" height="900" data-path="images/soc2.jpg" />
  </Frame>

  We are now [SOC2 Type II compliant](https://x.com/nottecore/status/2024162289293668642), audited to enterprise security standards. View our [Trust Center](https://trust.notte.cc).
</Update>

<Update label="January 30, 2026" tags={["Ship"]}>
  ## Weekly ship w05/26

  * Added [Kimi K2.5](https://x.com/nottecore/status/2016149939567411580) model support
  * Added Notte infra benchmark results on [public Browserbench](https://github.com/steel-dev/browserbench/pull/2)
  * Added Notte to Vercel [Agent Browser CLI](https://github.com/vercel-labs/agent-browser/pull/309)
  * Featured [Demonstrate on Show HN](https://news.ycombinator.com/item?id=46779864)
</Update>

<Update label="January 27, 2026" tags={["Docs"]}>
  ## Documentation revamp

  The documentation was a weak point of ours so we fixed it. We shipped a complete revamp, now compatible with all AI tools.

  * Restructured navigation and content
  * Comprehensive SDK reference and guides
  * [AI tools compatibility](/guides/vibe-coding) for vibe coding
</Update>

<Update label="January 23, 2026" tags={["Launches"]}>
  ## Product Hunt launch #2

  We launched [Demonstrate Mode on Product Hunt](https://www.producthunt.com/products/notte/launches/demonstrate-by-notte).
</Update>

<Update label="December 19, 2025" tags={["Launches"]}>
  ## Launch Week I wrapped

  We wrapped Launch Week I with five major releases:

  * **[Agent Identities](/concepts/personas)** - Manage personas for your agents
  * **[Automation Studio](/product/studio)** - Visual automation builder
  * **[Agent Mode](/product/agent-mode)** - AI-powered browser automation
  * **[Demonstrate Mode](/product/demonstrate-mode)** - Record and replay workflows
  * **[Deployed Functions](/concepts/functions)** - Serverless function execution

  Read the full recap: [https://www.notte.cc/launch-week-i](https://www.notte.cc/launch-week-i)
</Update>

<Update label="September 4, 2025" tags={["Launches"]}>
  ## Y Combinator launch

  We [launched on Y Combinator](https://www.ycombinator.com/launches/OLh-nottelabs-web-agents-for-enterprise) with our vision for reliable web agents that can act and scrape on any site at scale.

  * **Agent Workflows** - Web automation meets agentic reasoning. Start an agent to discover the workflow, freeze the routine into deterministic steps, and keep agents only where needed.
  * **Full-stack Ecosystem** - Hosted sessions, vaults, personas, payments, and more.

  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/uwTOpQTUfyk" title="Notte YC Launch Demo" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Update>

<Update label="August 20, 2025" tags={["Launches"]}>
  ## Product Hunt launch #1

  We [launched Notte on Product Hunt](https://www.producthunt.com/products/notte/launches/notte), supported by Garry Tan and YC.
</Update>

<Update label="August 7, 2025" tags={["Launches"]}>
  ## Show HN launch

  We [launched Notte on Hacker News](https://news.ycombinator.com/item?id=44827216).

  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/b1CzmfpdzaQ" title="Notte Demo" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Update>
