# PolicyPulse International Treaty & Trade Agreement Intelligence

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

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

## Facts

- Endpoint: GET https://policypulse.theaslangroupllc.com/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-international-treaty-trade-agreement-intelligence-167f095e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5axpTcOT0FIA6R5p30-E5

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-international-treaty-trade-agreement-intelligence-167f095e
```

Example prompt: Can you pull up the key provisions and current status of the US-EU digital trade agreement framework, including how it interacts with WTO e-commerce rules and what compliance obligations it creates for US tech companies?

## When to prefer this

Use this endpoint when an agent needs authoritative, structured intelligence on international treaties, free trade agreements, environmental accords, bilateral investment treaties, or digital trade frameworks — especially when cross-referencing WTO rules, BEPS obligations, or FTA tariff schedules. Prefer this over general web search when structured, machine-readable policy intelligence is needed for compliance or government-affairs workflows.

## Known failure modes

- Treaty or agreement not found in database — returns 404 or empty result
- Ambiguous agreement name results in multiple matches requiring disambiguation
- Agreement is too recent or pending ratification and lacks full data
- Rate limit or payment failure via x402 protocol — returns 402 Payment Required
- Malformed query parameters return 400 Bad Request

## 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 treaty or trade-agreement intelligence including agreement name, current status, key provisions, signatory parties, effective dates, sector-specific obligations, and relevant compliance implications for policy and trade agents.

## 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-international-treaty-trade-agreement-intelligence-167f095e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from policypulse.theaslangroupllc.com](https://www.zero.xyz/host/policypulse.theaslangroupllc.com/llms.txt)
