diff --git a/src/content/docs/advanced/api-access/index.md b/src/content/docs/advanced/api-access/index.md index b971de30..75198e7c 100644 --- a/src/content/docs/advanced/api-access/index.md +++ b/src/content/docs/advanced/api-access/index.md @@ -35,6 +35,30 @@ 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. + +--- + +## 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.