# GoCreative Entity Continuous Monitoring

> GoCreative Entity Continuous Monitoring is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.45/call, status unknown (last checked 2026-09-09).

Sets up or checks continuous compliance monitoring for a named entity, tracking OFAC sanctions, PEP status, and other regulated-data changes over time

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/monitor/entity/%7Barg%7D
- Price: $0.45/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-entity-continuous-monitoring-14729026
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aPiwdSX_b1uCVrfOVOJi3

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 gocreative-entity-continuous-monitoring-14729026
```

Example prompt: Set up continuous compliance monitoring for Acme Trading Ltd — I need to be alerted if they ever appear on OFAC sanctions lists or are flagged as a politically exposed person or entity.

## When to prefer this

Choose this endpoint when you need ongoing, continuous compliance surveillance of a specific entity rather than a one-time point-in-time check. It is ideal for AML programs, vendor onboarding workflows, or any scenario where you need to be notified of sanctions or PEP changes over time. Prefer this over single-call screening endpoints when regulatory persistence and alerting are required.

## Known failure modes

- Entity name not found or too ambiguous — returns empty or low-confidence match
- Invalid or missing input query parameter — returns 400 bad request
- Payment not received or insufficient USDC — returns 402 payment required
- Rate limiting or service unavailability — returns 429 or 503
- Entity already enrolled in monitoring — may return duplicate warning

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

Returns the current monitoring status and any active compliance alerts for the specified entity, including OFAC sanctions matches, PEP flags, and watch-list hits detected since monitoring began.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-entity-continuous-monitoring-14729026/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
