# Cursor

Dedicated AddressZen Cursor skills are **coming soon**. In the meantime, point Cursor at the full documentation as a custom rule.

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

In Cursor, add a project rule (Settings → **Rules** → **New Project Rule**) or commit `.cursorrules` to the repo:

```
For address features in this project, 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.
```

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

In Cursor's chat:

```
Add AddressZen Address Lookup to the billing form.
```

The agent should reach for `@addresszen/address-lookup` and the `AddressLookup.setup()` pattern from our docs.

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