> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IPinfo

> Reference for the Tracecat IPinfo integration: registered actions, required secrets, expected inputs, and example workflow usage.

## Lookup IP address

Action ID: `tools.ipinfo.lookup_ip_address`

Get IPinfo.io report for an IP address.

Reference: [https://ipinfo.io/developers](https://ipinfo.io/developers)

### Secrets

Required secrets:

* `ipinfo`: required values `IPINFO_API_TOKEN`.

### Input fields

<ParamField path="ip_address" type="string" required>
  IP address to lookup.
</ParamField>
