> For the complete documentation index, see [llms.txt](https://docs.economize.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.economize.cloud/ai/anthropic.md).

# Onboarding Anthropic account onto Economize

After signing up with [Economize](https://www.economize.cloud/signup) to connect your Anthropic account, select the **Connect Anthropic** option when choosing your provider, and follow these steps:

<figure><img src="/files/PDOXEmrKolDgCKz34Z6N" alt="" width="563"><figcaption></figcaption></figure>

## **Step 1: Create a Connection**

Economize integrates with the Anthropic account using the Admin API through the [Usage and Cost API](https://docs.anthropic.com/en/api/usage-cost-api).

1. Sign in to the [Anthropic console](https://console.anthropic.com/dashboard).
2. In the left sidebar, under **Manage**, choose **API keys**.
3. Click **Admin keys**, then hit **+ Create Admin Key**.
4. Enter **Economize** as the key name and click **Add**.
5. Copy the newly created key. Admin keys start with `sk-ant-admin`.

<figure><img src="/files/qMDdFM5lXJfnLAmZkgg3" alt="" width="563"><figcaption></figcaption></figure>

## Step 2: Add configuration information to Economize console <a href="#save-credentials" id="save-credentials"></a>

After you complete all the above steps, add the **Admin Name,** and **Admin Key Value** you previously obtained into the Economize console, then click **Connect**.

<figure><img src="/files/Xzc6iZ4q7tr8b6QXTmEP" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
**SUCCESS**

It can take upto 15 minutes to ingest Anthropic costs. As soon as they are processed, they will be available within Economize.
{% endhint %}


---

# 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:

```
GET https://docs.economize.cloud/ai/anthropic.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.
