# Codex

The AddressZen skills package ships a `.codex-plugin/` manifest. One install command covers Codex.

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

```
npx skills add addresszen/skills
```

Skills installed:

* `azn-address-lookup` — international address autocomplete widget
* `azn-api-integration` — direct HTTP integration
* `azn-react` — React bindings for the widget

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

Ask Codex:

```
How do I add international address autocomplete to a checkout form using AddressZen?
```

Codex should load the `azn-address-lookup` skill and quote the `setup()` call rather than guessing.

## 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")

* Skills source: [github.com/addresszen/skills](https://github.com/addresszen/skills)
* Full agent hub: [Build with AI](/docs/guides/llms.md)
* Full reference as one file: [llms.txt](https://docs.addresszen.com/llms.txt)

## 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>
