From 4b2b94bb0e4d0f6a9de3611651a1654e295f1380 Mon Sep 17 00:00:00 2001 From: Kateryna Petrychenko Date: Wed, 24 Jun 2026 17:10:17 +0300 Subject: [PATCH 1/2] Added the Public API v2 --- src/content/docs/advanced/api-access/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/docs/advanced/api-access/index.md b/src/content/docs/advanced/api-access/index.md index b971de30..7ebb1e61 100644 --- a/src/content/docs/advanced/api-access/index.md +++ b/src/content/docs/advanced/api-access/index.md @@ -35,6 +35,12 @@ There are two main types of access tokens in Testomat.io: --- +## Public API v2 + +Public API v2 provides a user-friendly and agent-friendly interface with a consistent request and response structure across all endpoints. It is designed to simplify integrations and make API behavior more predictable. + +--- + ## API Authentication with either General Token or Email + Password Before interacting with the Testomat.io API, you must authenticate and obtain a JWT token, which is required for all subsequent requests. From 8f570829e432668dfaf6293132102f83d57853aa Mon Sep 17 00:00:00 2001 From: Kateryna Petrychenko Date: Fri, 26 Jun 2026 13:55:26 +0300 Subject: [PATCH 2/2] issue-614-v2 --- src/content/docs/advanced/api-access/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/content/docs/advanced/api-access/index.md b/src/content/docs/advanced/api-access/index.md index 7ebb1e61..75198e7c 100644 --- a/src/content/docs/advanced/api-access/index.md +++ b/src/content/docs/advanced/api-access/index.md @@ -41,6 +41,24 @@ Public API v2 provides a user-friendly and agent-friendly interface with a consi --- +## Testomat.io MCP Server v2.0 + +The MCP Server supports the Model Context Protocol (MCP), enabling AI assistants to interact directly with the Testomat.io Public API v2. + +Key capabilities include: + +- Full CRUD support for core entities +- Read-only tags access +- Issues management +- Smart search +- Issue linking +- API compatibility layer +- Run management +- TQL-based search standardization +- Safe TQL usage guidance + +--- + ## API Authentication with either General Token or Email + Password Before interacting with the Testomat.io API, you must authenticate and obtain a JWT token, which is required for all subsequent requests.