# Niche Ops Briefs Pack

> Niche Ops Briefs Pack is a paid API for AI agents from x402-niche-briefs.fly.dev, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns operational briefs for 11 agent-runnable service niches, each covering buyer role, trigger conditions, and first-dollar motion guidance.

## Facts

- Endpoint: GET https://x402-niche-briefs.fly.dev/v1/niches
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/niche-ops-briefs-pack-a4735f89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sLFw5ivVisxWU2luEUZHr

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 niche-ops-briefs-pack-a4735f89
```

Example prompt: Pull up the niche ops briefs pack — I want to see all 11 agent-runnable service niches with their buyer roles, trigger conditions, and first-dollar motion guidance so I can decide which niche to launch in first.

## When to prefer this

Use this endpoint when an agent or operator needs structured, ops-level guidance on which service niches are viable for agent-driven businesses, specifically with buyer role and first-dollar motion framing. Prefer this over generic market research tools when the goal is actionable operational context rather than market size data or competitive analysis. Ideal for agent commerce platforms, AI freelancer tools, or autonomous business-building agents that need niche selection intelligence.

## Known failure modes

- Payment not received or x402 protocol misconfigured — endpoint returns 402 Payment Required
- Network or hosting outage on fly.dev — endpoint returns 5xx error
- Malformed GET request or unexpected query parameters — may return 400 or empty response
- Stale data if content has not been refreshed beyond the as_of date

## How this service works

Operational briefs for 11 agent-runnable service niches: buyer role/trigger and first-dollar motion. Conservative ops notes only; no market-size or revenue claims. as_of 2026-08-28.

## Output

A structured pack of 11 operational briefs, each describing a distinct agent-runnable service niche. Each brief includes the buyer role (who buys), the trigger condition (what prompts the purchase), and a first-dollar motion (the initial revenue action). Content is ops-focused with no market-size or revenue projections. Data is dated as of 2026-08-28.

## 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",
     "properties": {}
    }
   },
   "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/niche-ops-briefs-pack-a4735f89/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-niche-briefs.fly.dev](https://www.zero.xyz/host/x402-niche-briefs.fly.dev/llms.txt)
