# Claude

{% hint style="info" %} <sub>Models are teammates who never sleep and never forgive sloppy prompts. Keys are just the door badge.</sub>
{% endhint %}

<h2 align="center"><sub>This page means</sub></h2>

| This page is                                     | This page is not                                         |
| ------------------------------------------------ | -------------------------------------------------------- |
| <sub>Operator guidance for the Claude slot</sub> | <sub>Anthropic’s full safety and usage policy</sub>      |
| <sub>Save, Test, spend awareness</sub>           | <sub>A guarantee that every answer will be correct</sub> |

<h2 align="center"><sub>How to get your Claude key</sub></h2>

{% stepper %}
{% step %} <sub>**Sign in to the**</sub> [<sub>**Anthropic Console**</sub>](https://console.anthropic.com/)

<sub>Use the same org you want billed for ARIA traffic. If your company uses SSO, complete that flow before you create keys.</sub>
{% endstep %}

{% step %} <sub>**Confirm billing and limits**</sub>

<sub>Open billing or usage caps in the Console. Set spend alerts at Anthropic.</sub>
{% endstep %}

{% step %} <sub>**Create an API key**</sub>

<sub>Go to</sub> [<sub>API keys</sub>](https://console.anthropic.com/settings/keys)<sub>. Create a key with a name tied to environment, for example</sub> <sub></sub><sub>`aria-prod-models`</sub><sub>.</sub> \ <sub>Copy once. Format starts with</sub> <sub></sub><sub>`sk-ant-`</sub>
{% endstep %}

{% step %} <sub>**Paste in ARIA Settings**</sub>

<sub>In ARIA</sub> <sub></sub><sub>**Settings**</sub><sub>, open</sub> <sub></sub><sub>**Claude API Key**</sub><sub>, paste,</sub> <sub></sub><sub>**Save**</sub><sub>, then</sub> <sub></sub><sub>**Test**</sub><sub>.</sub> \ <sub>ARIA sends one minimal Haiku request. If Test fails, verify billing, key string, and org mismatch first.</sub>
{% endstep %}
{% endstepper %}

***

<h2 align="center"><sub>Ask a question (checkpoint)</sub></h2>

<p align="center"><sub><strong>If usage spiked 10x tomorrow, would you notice before anyone does?</strong></sub> <br><sub>If not, fix alerts keep monitoring the usage.</sub></p>

<h3 align="center"><sub>Official Anthropic links</sub></h3>

<table><thead><tr><th width="256">Resource</th><th width="493">URL</th></tr></thead><tbody><tr><td><sub>Anthropic Console</sub></td><td><a href="https://console.anthropic.com"><sub>https://console.anthropic.com</sub></a></td></tr><tr><td><sub>API keys in Console</sub></td><td><a href="https://console.anthropic.com/settings/keys"><sub>https://console.anthropic.com/settings/keys</sub></a></td></tr><tr><td><sub>Anthropic docs home</sub></td><td><a href="https://docs.anthropic.com"><sub>https://docs.anthropic.com</sub></a></td></tr><tr><td><sub>Pricing reference</sub></td><td><a href="https://www.anthropic.com/pricing"><sub>https://www.anthropic.com/pricing</sub></a></td></tr></tbody></table>


---

# Agent Instructions: 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.ariaagi.com/settings-and-integrations/claude.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.
