> For the complete documentation index, see [llms.txt](https://docs.dorg.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dorg.pro/install-dorg/install-a-new-dorg/claude-account.md).

# Claude Account

Dorg requires a **Claude API** account to operate.

If you already have an Organization Claude account, you can just create a new Api Key for Dorg.

If you don't have a Claude account yet, you have to create one following these steps.

#### Create an Account

* Open `https://platform.claude.com/`
* Follow the steps to create a new account.\
  Choose "Organization" as account type.\
  Complete the form and create the account.

#### Add Credits

* After accessing the Claude Console, click on Settings > Billing > Buy credits.\
  Purchase 90$ of credits, that is needed to unlock some features needed for Dorg. You have to enter a valid credit card.

{% hint style="info" %}
For a new account, Anthropic provides you 5$ free, and you can't go over 100$ at the first tier.
{% endhint %}

* Verify on Limits page that the "Input token per minute" limit is 200k or more.

#### Generate an API Key

Go to Organization Settings > API Keys and create a key for Dorg.\
Assign it to a Workspace if applicable and give it an identifiable name.

It will look like:

```
sk-ant-xxxxxxxxxxxxxxxxxxxxxxxx
```

Store it securely. It cannot be retrieved again after closing the dialog.\
You'll use this key in the "Anthropic API Key" field of the Dorg installer.

#### Generate an Admin API Key&#xD;

Go to Organization Settings > Admin Keys and create an Admin key for your user.\
Give it an identifiable name.\
It will look like:

```
sk-ant-admin-xxxxxxxxxxxxxxxxxxxxxxxx
```

Store it securely. It cannot be retrieved again after closing the dialog.\
This key is used by the Dorg Console to extract token consumption metrics. \
You'll enter it in the "Anthropic Admin API Key" field of the Dorg installer.


---

# 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.dorg.pro/install-dorg/install-a-new-dorg/claude-account.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.
