# PolicyPulse Treaty & Trade Agreement Intelligence

> PolicyPulse Treaty & Trade Agreement Intelligence is a paid API for AI agents from policypulse-ten.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Retrieves intelligence on international treaties and trade agreements including WTO, FTAs, Paris Agreement, BEPS, BITs, and digital trade frameworks

## Facts

- Endpoint: GET https://policypulse-ten.vercel.app/api/treaty
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/policypulse-treaty-trade-agreement-intelligence-80712b58
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3M2M5jDCp09Fsy4WE7Vsi

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 policypulse-treaty-trade-agreement-intelligence-80712b58
```

Example prompt: Can you pull up the key obligations and signatory details for the WTO Agreement on Trade in Services, focusing on what it requires from digital services providers and which major economies have committed to it?

## When to prefer this

Choose this endpoint when you need structured intelligence on major international treaties and trade agreements, especially WTO frameworks, FTAs, the Paris Agreement, BEPS, BITs, or digital trade rules. Prefer this over general web search when you need policy-ready, agent-consumable analysis of treaty obligations and provisions rather than raw legal text.

## Known failure modes

- Treaty or agreement not found in coverage — returns 404 or empty result
- Ambiguous treaty name resolving to multiple agreements — may return wrong agreement
- Coverage limited to specific agreements (WTO, FTAs, Paris, BEPS, BITs, digital trade) — niche or obscure treaties may not be available
- Payment failure via x402 protocol — request blocked without valid 0.1 USDC payment
- Rate limiting or API quota exceeded — returns 429 error

## How this service works

International treaty and trade-agreement intelligence for policy and trade agents. Covers WTO, FTAs, Paris Agreement, BEPS, BITs, and digital trade.

## Output

Returns structured intelligence on the requested international treaty or trade agreement, including key provisions, signatory parties, obligations, compliance implications, and policy context covering WTO rules, free trade agreements, the Paris Agreement, BEPS tax frameworks, bilateral investment treaties, and digital trade regulations

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "type": {
   "type": "string",
   "description": "Type (fta, climate, tax, all, etc.)"
  },
  "topic": {
   "type": "string",
   "description": "Topic"
  },
  "parties": {
   "type": "string",
   "description": "Parties involved"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/policypulse-treaty-trade-agreement-intelligence-80712b58/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from policypulse-ten.vercel.app](https://www.zero.xyz/host/policypulse-ten.vercel.app/llms.txt)
