Skills catalog Network identity

What Is My Public IP

Useful when a browser, script, agent, or remote workflow needs to know the public address it is using.

whatismypublicip v1 open live

Use This Skill

Endpoints

Method Path Status Modes
GET /api/v1/whatismypublicip live json, text

Input Contract

No input is required.

Output Contract

Returns the caller IP address, observed_at timestamp, and request metadata useful for diagnostics.

Errors

No domain-specific errors. Network-layer failures are returned by the HTTP client.

Auth and Limits

Anonymous for initial rollout.

Public low-volume use. Formal headers and quotas are planned.

Examples

Requests

GET /api/v1/whatismypublicip

Responses

{"ip":"203.0.113.10","skill":"whatismypublicip"}

FAQ

Does this return my private LAN address?

No. It returns the address observed by DomainHelp at the edge of the request.

Related Skills