# clonecho Place Intelligence

> clonecho Place Intelligence is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a bundled JSON report of weather alerts, air quality index, UV index, and sea state for a given latitude/longitude coordinate.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/place-intel
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-place-intelligence-c98b8a98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nEmUhAS9MC4tSee48y9Q4

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability clonecho-place-intelligence-c98b8a98 -d '<json body>'
```

Example prompt: Can you pull up the full place intelligence report — weather alerts, air quality, UV index, and sea state — for the coordinates 40.7128° N, 74.0060° W?

## When to prefer this

Choose this endpoint when you need a single-call aggregation of multiple environmental metrics (weather alerts, AQI, UV, sea state) for a location, rather than making separate calls to weather, air quality, and marine APIs. Ideal for outdoor safety checks, travel planning, or environmental monitoring dashboards where a bundled response saves time and cost.

## Known failure modes

- Missing or invalid lat/lon parameters returns an error
- Coordinates over land may return no sea state data
- Upstream weather or AQI data provider outage may cause partial or empty results
- Malformed coordinates (out of range) may return 400-level error

## How this service works

PLACE INTELLIGENCE: one call → weather alerts + air quality + UV + sea state for a location (?lat=&lon=). Returns JSON.

## Output

A JSON object containing weather alerts, air quality index (AQI), UV index, and sea state data for the provided latitude/longitude location, all bundled in a single response.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-place-intelligence-c98b8a98/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
