> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/api-wen-dang/readme/gong-ju-api-gai-lan/atrip-token.md).

# ATRIP Token

{% hint style="info" %}
遇到 API 接入问题时，可登录 [Eva](https://www.atriptech.com/) 寻求帮助。
{% endhint %}

当你的流程需要 ATRIP token 时，使用这页。

本页统一使用 `ATRIP Token` 作为主名称。

你也可能看到这个 API 被称为 `getAtripToken`。

### 主要 API

* `getAtripToken.do`

### 适用场景

* 从 Atlas 集成流程中拉起 ATRIP
* 为 ATRIP 功能生成临时访问令牌
* 支持安全的下游跳转

### 完整 API 参考

完整 schema 和示例见：

[ATRIP Token](/api-wen-dang/api-can-kao/gong-ju-api/atrip-token.md)


---

# 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://resources.atriptech.com/api-wen-dang/readme/gong-ju-api-gai-lan/atrip-token.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.
