Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/content/docs/advanced/api-access/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading