---
title: "Anthropic 金鑰申請"
description: "申請 Anthropic API 金鑰的步驟，供 EMILY.RPA 的 AI Agent 使用 Claude 模型。"
source: https://docs.emily.tips/faq/apply-anthropic-key
---

<head>
  <script type="application/ld+json">
    {JSON.stringify({
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "url": "https://docs.emily.tips/faq/apply-anthropic-key",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "如何申請 Anthropic API 金鑰給 EMILY.RPA 使用？",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "先至 Anthropic 平台 https://platform.claude.com/ 申請帳號，建立 API 金鑰並複製，再填入 EMILY.RPA 的 AI Agent 設定中即可使用 Claude 模型。"
          }
        }
      ]
    })}
  </script>
</head>

# Anthropic 金鑰申請

先至 Anthropic 網站 ([https://platform.claude.com/](https://platform.claude.com/)) 申請帳號。

![](https://docs.emily.tips/img/zh/faq-041.png)

接著左側欄選「**Dashboard**」進入頁面產生金鑰，複製到剪貼簿即可。

![](https://docs.emily.tips/img/zh/faq-042.png)
