# Agent Economy Signal – Agent Brief

> Agent Economy Signal – Agent Brief is a paid API for AI agents from agent-economy-signal-x402-mainnet.bronzetti-andrea.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a deterministic market-intelligence signal (ACT_NOW, RESEARCH_NOW, MONITOR, DEPRIORITIZE, or IGNORE) for emerging opportunities in the AI agent economy across protocols, infrastructure, tooling, and machine-to-machine commerce.

## Facts

- Endpoint: GET https://agent-economy-signal-x402-mainnet.bronzetti-andrea.workers.dev/premium/agent-brief
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-economy-signal-agent-brief-e6b328f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZqpcNhh0VYnU7XBlMu-Ly

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 agent-economy-signal-agent-brief-e6b328f7
```

Example prompt: Give me today's agent-economy signal brief — I want to know whether there are any ACT_NOW or RESEARCH_NOW opportunities across agent protocols, infrastructure, or machine-to-machine commerce right now, with the conviction and acceleration scores behind the recommendation.

## When to prefer this

Choose this endpoint when an AI agent or analyst needs a quick, opinionated, pre-computed market signal specifically about the agent economy — rather than raw data feeds or general market APIs. It is particularly useful for autonomous agents making timed resource-allocation decisions, as the deterministic output labels (ACT_NOW through IGNORE) are directly machine-actionable without further interpretation. Prefer this over general web search or news APIs when you need structured conviction scores and acceleration signals specific to agent protocols, agent tooling, and M2M commerce.

## Known failure modes

- Payment not received or x402 challenge not completed — returns 402 Payment Required
- Rate limiting or quota exceeded — returns 429 Too Many Requests
- Service temporarily unavailable on Cloudflare Workers — returns 503
- Stale or no signal data available — may return degraded or cached results
- Invalid request format — returns 400 Bad Request

## How this service works

Agent Decision Signal. One x402 payment buys one deterministic machine-readable market decision.

## Output

A structured brief containing a deterministic decision label (ACT_NOW, RESEARCH_NOW, MONITOR, DEPRIORITIZE, or IGNORE) along with underlying signal scores — conviction, acceleration, freshness, and persistence — covering emerging opportunities across AI agent protocols, infrastructure, tooling, and machine-to-machine commerce categories.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "why_now": [
   "Very high conviction signal.",
   "13 fresh opportunities were detected in the last 24 hours.",
   "Signal persistence is supported by 842 historical snapshots."
  ],
  "decision": {
   "score": 70,
   "action": "RESEARCH_NOW",
   "target": "MCP Security",
   "priority": 2,
   "confidence": "HIGH"
  },
  "evidence": {
   "conviction": 100,
   "acceleration": 0,
   "snapshot_count": 842,
   "evolution_status": "unknown",
   "acceleration_delta": 0,
   "acceleration_status": "unknown",
   "fresh_opportunities_24h": 13
  },
  "price_usd": 0.02,
  "next_action": {
   "type": "research",
   "target": "MCP Security",
   "urgency": "medium"
  },
  "generated_at": "2026-08-18T17:19:32.264468+00:00",
  "stop_conditions": [
   {
    "value": "decelerating",
    "metric": "acceleration_status",
    "operator": "equals"
   },
   {
    "value": 70,
    "metric": "conviction",
    "operator": "below"
   },
   {
    "value": 0,
    "metric": "fresh_opportunities_24h",
    "operator": "equals"
   }
  ],
  "fresh_opportunity": {
   "link": "https://github.com/tianzizhiming-svg/agentbridge",
   "tier": "A",
   "title": "Show HN: I built an M2M payment loop where AI Agents pay for data via x402",
   "signal_score": 38
  },
  "valid_for_seconds": 21600
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-economy-signal-agent-brief-e6b328f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-economy-signal-x402-mainnet.bronzetti-andrea.workers.dev](https://www.zero.xyz/host/agent-economy-signal-x402-mainnet.bronzetti-andrea.workers.dev/llms.txt)
