> 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-cn/integrations/llms-and-databases/anthropic-integration.md).

# Anthropic 集成

## 概述

Anthropic 是一个人工智能研究组织，专注于构建可靠且可解释的人工智能系统，优先考虑安全性和与人类价值观的一致性。该公司致力于解决日益强大的人工智能系统所带来的伦理和安全挑战，努力确保其模型的行为可预测，并符合人类意图。

Anthropic 的 LLM，特别是 "Claude" 系列，旨在处理和生成类人文本，适用于广泛的应用，包括自然语言理解、推理和对话。这些模型的开发重点是安全性和可用性，结合机制以防止有害或偏见的输出。随着 Anthropic 继续发展其 LLM，它仍然致力于创建透明、可解释且符合伦理标准的人工智能系统，使其在商业和研究方面都具有实用性。

## 生成一个 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/)，或在侧边栏中选择 **Integrations**。
3. 在 LLM 集成页面，点击 **Add Integration** 按钮，选择 Anthropic 作为集成服务，并在凭证密钥中输入您的 API 密钥。

<figure><img src="/files/tEUjV8xAE96IgT5HGFc2" 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-cn/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.
