# API Key

### 與平台串接的 Token

* 在使用 Server 功能或者是套用平台的 API 都需要先產出一組 API Key
* 帳號內可以創建多組 API Key ，若您的 API Key 遺失了或者被其他人拿到了，可以在平台內重新產出
* 重新產出的 Key 需要跟 Server 重新配對，腳本的部分需要重新部署
* 點擊 API Keys

  * 創建一組 API Keys

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

  * 給這個 Keys 一個名稱

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

  * 請注意，將產出的資訊留存好，不會再顯示第二次

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


---

# Agent Instructions: 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://guide.synertechnet.com/2.-gong-neng-lie-shuo-ming/api-key.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.
