> For the complete documentation index, see [llms.txt](https://www.bokk.ltd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.bokk.ltd/readme.md).

# KYT OPEN-API Developer Document

### About V3

**V3 is the fully upgraded 2026 version of the Trustformer KYT OpenAPI.**

Compared with V2, V3 introduces systematic improvements in architecture design, interface standards, and system performance, further enhancing stability, scalability, and enterprise-level integration experience.

#### Key Enhancements in V3

* Simplified authentication (API Key only; no secret key required)
* Optimized Risk Engine architecture and performance
* Standardized response structures and field naming conventions
* Improved API consistency and extensibility
* Clearer version governance and long-term maintenance strategy

V3 retains the core risk control capabilities available in V2 while upgrading the underlying implementation and interface specifications, delivering a more structured, stable, and efficient integration experience.

**We strongly recommend that all new integrations adopt V3.**\
For existing V2 users, migration planning is highly encouraged to ensure continued access to feature updates and long-term technical support.

> **Important Notice:**\
> V2 will be officially deprecated and will no longer be maintained after **December 30, 2026**.


---

# 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:

```
GET https://www.bokk.ltd/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
