> 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/bang-zhu-zhong-xin/re-men-fen-lei/an-quan-yu-he-gui/tong-guo-atrip-chuang-jian-sha-xiang-he-sheng-chan-huan-jing-zhang-hao.md).

# 通过Atrip创建沙箱和生产环境账号

### **沙箱环境账号**

访问 Flight Deck -> Profile-> My Profile -> Company Information：

![](/files/4vFB1bPGhCY1ed0mAhQW)

点击 “Generate” 按钮， 设置密码并点击 “Confirm” 按钮，完成Atrip沙箱测试账户的创建：

![](/files/NkLBIPAvUqpyGJU0yli0)

完成上述步骤后，您可以看到测试API所需的AK和SK信息：

![](/files/fcJVX4esRTcuiOCNpP1R)

### **生产环境账号**

生产环境账号将在成功完成UAT（用户验收测试）认证流程后解锁；这些凭证将展示在“**Live Info**”部分：

![](/files/p2NZmAN7s9HwldoSM1Du)

点击 “New Access Key” 按钮，选择“Validity Period” ，然后点击“Confirm”进行确认：

<figure><img src="/files/EZK3qwR3OwLp82jWPN9O" alt=""><figcaption></figcaption></figure>

接着，您将看到一个新的安全密钥，需要您记录并保存，最后点击“Completed”。

您最多可以同时生成2组AK/SK。


---

# 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, and the optional `goal` query parameter:

```
GET https://resources.atriptech.com/bang-zhu-zhong-xin/re-men-fen-lei/an-quan-yu-he-gui/tong-guo-atrip-chuang-jian-sha-xiang-he-sheng-chan-huan-jing-zhang-hao.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
