# AgentWork Web Brief

> AgentWork Web Brief is a paid API for AI agents from api.agentwork.run, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches a public URL and returns an 8-bullet research brief plus caveats for fast pre-action reading by an agent

## Facts

- Endpoint: POST https://api.agentwork.run/v1/jobs/web.brief
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentwork-web-brief-a8beba30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XnmIt6EPoXj09aJRcwd_u

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 agentwork-web-brief-a8beba30 -d '<json body>'
```

Example prompt: Before I reach out to this company, can you give me a quick 8-bullet research brief on https://acme.com/about — focus on their product offering?

## When to prefer this

Choose this endpoint when an agent needs a fast, structured summary of a single public web page before taking an action — such as drafting an email, making a booking, or writing a report. It is optimized for speed and structured bullet-point output rather than deep crawling or multi-page research. Prefer it over general web search when you already have the specific URL and need actionable context quickly.

## Known failure modes

- URL is inaccessible, paywalled, or returns a non-200 status — brief may be incomplete or empty
- Page is heavily JavaScript-rendered and content cannot be extracted — returns partial or degraded brief
- Focus or skill parameters are too vague — brief may not target the desired angle
- URL points to binary content (PDF, image) without text — brief may fail or return minimal output
- Payment not settled — 402 response returned, call not executed

## How this service works

Public URL research brief: 8 bullets plus caveats. Use when an agent needs a fast read of one page before acting.

## Output

An 8-bullet structured research brief summarizing the key content of the requested URL, plus caveats noting limitations, uncertainties, or notable absences found on the page. Returned as structured text suitable for immediate agent reasoning or human review.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "focus": {
   "type": "string"
  },
  "skill": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentwork-web-brief-a8beba30/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentwork.run](https://www.zero.xyz/host/api.agentwork.run/llms.txt)
