> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-hk/integrations/llms-and-databases/anthropic-integration.md).

# Anthropic 整合

## 概述

Anthropic 是一家專注於構建可靠且可解釋的人工智慧系統的 AI 研究組織，優先考慮安全性和與人類價值觀的一致性。該公司致力於解決日益強大的 AI 系統所帶來的倫理和安全挑戰，努力確保其模型的行為可預測並符合人類意圖。

Anthropic 的 LLM，特別是「Claude」系列，旨在處理和生成類似人類的文本，適用於廣泛的應用，包括自然語言理解、推理和對話。這些模型的開發重點在於安全性和可用性，並納入防止有害或偏見輸出的機制。隨著 Anthropic 持續發展其 LLM，該公司仍然致力於創造透明、可解釋且符合倫理標準的 AI 系統，使其對商業和研究目的均有用。

## 生成 Anthropic API 金鑰

要使用 Anthropic API，您需要按照以下簡單步驟生成 API 金鑰：

1. 前往 Anthropic 控制台 <https://console.anthropic.com/> 並登入。如果您沒有帳戶，可以在那裡註冊。
2. 登入後，前往 **設定** 並選擇 [**API 金鑰**](https://console.anthropic.com/account/keys)。
3. 點擊 **創建金鑰** 按鈕以生成新的 API 金鑰。為該金鑰提供一個名稱和工作區。複製該令牌以便日後使用，因為它將不會再次顯示。

完成了！一旦您擁有 API 金鑰，就可以在 SkyDeck AI 平台中使用 Anthropic 的 LLM。

## 將 API 金鑰添加到 SkyDeck AI 控制中心

API 金鑰將添加到控制中心整合畫面。

1. 在這裡登入或創建一個 SkyDeck AI 管理員帳戶: <https://admin.skydeck.ai/>
2. 登入後，訪問您的整合頁面 [https://admin.skydeck.ai/integrations/ ↗](https://admin.skydeck.ai/integrations/)，或在側邊欄中選擇 **整合**。
3. 在 LLM 整合頁面，點擊 **添加整合** 按鈕，選擇 Anthropic 作為整合服務，並在憑證金鑰中輸入您的 API 金鑰。

<figure><img src="/files/BnWaUFKFGWHQmgca2txp" alt="anthropic integration" width="563"><figcaption></figcaption></figure>

就這樣！您現在可以使用強大的 SkyDeck AI 工具並直接訪問 Claude 模型。

## 結論

將 Anthropic 與 SkyDeck AI 平台整合提供了一套強大的功能和能力，利用 Anthropic 的先進語言模型來提供準確和可靠的答案。確保您隨時了解最新的 Claude 模型和功能，以最大化此整合的好處。如需額外協助或詢問，請參考 [Anthropic 文檔](https://docs.anthropic.com/) 或聯繫他們的支援團隊。


---

# 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://docs.skydeck.ai/zh-hk/integrations/llms-and-databases/anthropic-integration.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.
