> For the complete documentation index, see [llms.txt](https://docs.hivel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivel.ai/integrations/ai-tools/claude-console-integration.md).

# Claude Console Integration

1. Log in to your Hivel account.
2. In the left panel, select **Settings**, and go to the **Integrations** tab.
3. Find the **Claude Code** card and click the **'Connect'** button.<br>

   <figure><img src="/files/burfdV14OnbjX9HnUbGc" alt="" width="375"><figcaption></figcaption></figure>
4. In the pop-up, paste the Claude Code API

<figure><img src="/files/vAcrCUNQ8kzayKzMBSOd" alt="" width="375"><figcaption></figcaption></figure>

* To get the above Claude Code API key, use the following steps:

  * Go to the Settings tab, click API keys on the left-side menu.

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

  * Click Create Key.

    <figure><img src="/files/mNhB0xM6UQf6v9vseVmX" alt=""><figcaption></figcaption></figure>

  * **Name your key as Hivel, and click Create Key to finish the process.**

{% hint style="warning" %}
Please ensure that the API key is an Admin API key (done from an Admin account), which starts with `sk-ant-admin...` and differs from standard API keys.
{% 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.hivel.ai/integrations/ai-tools/claude-console-integration.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.
