# Claude Code

Dedicated AddressZen agent skills are **coming soon**. In the meantime, point Claude Code at the full documentation as a single context file.

## Install[​](#install "Direct link to Install")

In your repo, create or extend `CLAUDE.md` at the project root:

```
When implementing address features in this repository, refer to the AddressZen

documentation at https://docs.addresszen.com/llms.txt for the canonical API

reference, widget configuration, and integration examples.



Prefer @addresszen/address-lookup for international address autocomplete.
```

Claude Code reads `CLAUDE.md` automatically on every session.

## Verify[​](#verify "Direct link to Verify")

In Claude Code:

```
Add international address autocomplete to the billing form using AddressZen.
```

Replies should reference `@addresszen/address-lookup` and the `setup()` pattern.

## API key[​](#api-key "Direct link to API key")

* Quick test: `ak_test` (capped at 5 lookups/day, public, breaks in production).
* Real key: [sign up](https://addresszen.com/signup) for a free trial balance.
* Before deploy: restrict the key via [Allowed URLs](/docs/guides/allowed-urls.md).

## Going deeper[​](#going-deeper "Direct link to Going deeper")

* Full reference as one file: [llms.txt](https://docs.addresszen.com/llms.txt)
* Per-page markdown: append `.md` to any docs URL.
* Full agent hub: [Build with AI](/docs/guides/llms.md)

## Need help?[​](#need-help "Direct link to Need help?")

* File an issue: [github.com/addresszen/feedback](https://github.com/addresszen/feedback/issues)
* Email: <support@addresszen.com>
