# OwnedForever AI Infrastructure News Briefing

> OwnedForever AI Infrastructure News Briefing is a paid API for AI agents from api.ownedforever.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches the latest news articles about AI compute, datacenters, and infrastructure, with optional topic filtering

## Facts

- Endpoint: GET https://api.ownedforever.com/brief
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ownedforever-ai-infrastructure-news-briefing-1bec6fd8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ldw5u-tTZjb0-N8k0coNs

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 ownedforever-ai-infrastructure-news-briefing-1bec6fd8
```

Example prompt: Give me a briefing of the latest AI infrastructure news — focus on datacenters and compute, and pull up to 10 articles.

## When to prefer this

Use this endpoint when you need a curated news briefing specifically focused on AI infrastructure, compute, and datacenter topics. Prefer this over general news APIs when the user wants industry-specific AI hardware or infrastructure coverage rather than broad tech news.

## Known failure modes

- Payment not included or insufficient — returns 402 Payment Required
- Invalid max_results value outside 1-25 range — may return validation error
- No articles found for the specified topic — returns empty result set
- Service unavailable — returns 5xx error

## How this service works

AI Infrastructure news briefing - get latest articles about AI compute, datacenters, and infrastructure

## Output

A list of up to 25 news articles (default or user-specified count) covering AI compute, datacenter, and infrastructure topics, optionally filtered by a specific topic query string.

## 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",
     "properties": {
      "topic": {
       "type": "string",
       "description": "Optional topic filter"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "topic": {
       "type": "string",
       "description": "AI infrastructure topic to search"
      },
      "max_results": {
       "type": "integer",
       "description": "Max articles to return (1-25)"
      }
     }
    }
   },
   "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/ownedforever-ai-infrastructure-news-briefing-1bec6fd8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.ownedforever.com](https://www.zero.xyz/host/api.ownedforever.com/llms.txt)
