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

# February 16, 2026

{% hint style="info" %}
**Developer highlights.** This section tracks API, MCP, SDK, automation, and Taskade Genesis platform changes for developers. For the full product changelog see [taskade.com/changelog](https://www.taskade.com/changelog); for release newsletters see [taskade.com/blog/updates](https://www.taskade.com/blog/updates).
{% endhint %}

## What's New:

### Public API v2 — Preview

A new versioned public API surface (`/api/v2`) was introduced alongside the existing v1 REST API. The initial v2 routes cover:

* **`POST /api/v2/listSpaces`** — list workspaces the authenticated user belongs to, with optional name filter (`contains` / `equals`).
* **`POST /api/v2/listAgents`** — list agents in a given space, with optional name filter.
* **`POST /api/v2/promptAgent`** — send a prompt to a specific agent and stream the response.

The v2 API ships with its own OpenAPI spec. At launch the v2 routes were available in production alongside v1; a temporary production gate was applied on March 4 while the route set expanded, then lifted on April 10 when v2 reached general availability.

{% hint style="info" %}
The existing v1 API (`/api/v1`) is unaffected. All current integrations continue to work without changes.
{% endhint %}

See [API Reference](/developers/comprehensive-api-guide.md) for v1 endpoints that are currently in production.

***

### Experimental MCP v2 — Auto-Generated Tool Layer

The Taskade MCP server (`@taskade/mcp-server`) gained an OpenAPI code-generation pipeline that reads the live Taskade OpenAPI spec and emits a fully-typed MCP tool manifest. This means MCP tool definitions track the API automatically as new endpoints are added.

The server continues to accept `Authorization: Bearer <token>` and proxies calls to `https://www.taskade.com/api/v2`. This experimental build underpins the hosted MCP v2 that shipped on Feb 26 (see [February 27, 2026](/changelog/changelog-2026/february-2026/february-27-2026.md)).

See [Workspace MCP](/developers/workspace-mcp.md) and the open-source server at [github.com/taskade/mcp](https://github.com/taskade/mcp).


---

# 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://docs.taskade.com/changelog/changelog-2026/february-2026/february-16-2026.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.
