# OT Intel GCC Bulletin

> OT Intel GCC Bulletin is a paid API for AI agents from ot-intel-api.onrender.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves a human-reviewed OT/ICS threat intelligence situational report (sitrep) scoped to the Gulf Cooperation Council (GCC) region, optionally for a specific past edition date.

## Facts

- Endpoint: GET https://ot-intel-api.onrender.com/ot/gcc-bulletin
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ot-intel-gcc-bulletin-ecd0668c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__IJW0EHtRR_bidD73WngC

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 ot-intel-gcc-bulletin-ecd0668c
```

Example prompt: Pull the latest human-reviewed OT threat intelligence bulletin for the GCC region — I want the current situational report on ICS threats in the Gulf.

## When to prefer this

Use this endpoint when you need a recurring, human-reviewed OT/ICS threat intelligence digest specifically scoped to the GCC (Gulf Cooperation Council) region, rather than a raw or ad-hoc query. Prefer this over the /ot/sitrep endpoint when GCC regional focus is required, and over the threat actor or CVE endpoints when you want a curated editorial summary rather than a specific artifact or actor deep-dive.

## Known failure modes

- No reviewed edition available for the requested issue_date — returns 404 or empty result
- issue_date format incorrect (not YYYY-MM-DD) — returns 400 validation error
- Latest edition not yet reviewed/published — returns 404 or message indicating pending review
- Service temporarily unavailable on Render cold start — returns 503 or timeout
- Requested past edition predates available archive — returns 404

## How this service works

Recurring public "State of OT Threat Intel — GCC" sitrep, human-reviewed before publish, sourced from the same intel.db pipeline as /ot/sitrep. Pass optional issue_date (YYYY-MM-DD) for a past edition; omit for the latest reviewed edition.

## Output

A human-reviewed Markdown or structured situational report covering the state of OT/ICS threats in the GCC region, including threat actor activity, key judgments, and ICD-203 style confidence assessments, sourced from the same intel.db pipeline as /ot/sitrep. Includes bulletin issue date and editorial review status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "issue_date": {
       "type": "string",
       "description": "Optional YYYY-MM-DD of a past edition; defaults to latest reviewed edition"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ot-intel-gcc-bulletin-ecd0668c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ot-intel-api.onrender.com](https://www.zero.xyz/host/ot-intel-api.onrender.com/llms.txt)
