# Claude Code

Follow these steps to generate an Admin API key to integrate Claude with our system.

#### 1. Access the Anthropic Console

* Go to [console.anthropic.com](https://console.anthropic.com)
* Log in with your existing account credentials.

#### 2. Navigate to Admin Keys

* Locate the Settings or Sidebar menu.
* Select Admin Keys from the list of options.

#### 3. Create Your Key

* Click the Create Admin Key button.
* Enter a descriptive name for the key (e.g., "Typo Integration").
* Click Add to generate the key.

#### 4. Copy and Secure

* Copy the key immediately. For security reasons, it will not be displayed again once you close the window.
* Verification: The key will always start with the prefix `sk-ant-admin`.

#### 5. Connect to Typo dashboard

* Go to the [**AI Coding module**](https://app.typoapp.io/gen-ai-impact) or [**Integrations**](https://app.typoapp.io/settings/integration), click on **Connect Claude**, enter your API key, and click **Connect**.


---

# 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://typo.gitbook.io/typo-help-docs/getting-started/integrations/ai-coding-assistants/claude-code.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.
