# Questflow BWEnews Agent Swarm

> Questflow BWEnews Agent Swarm is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Runs the BWEnews multi-agent swarm on Questflow to autonomously gather, process, and deliver news content

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68ad10eb665ba3aa4adb2164
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-4bce515b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_46_113740oFo0d5sA5X5K

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 questflow-4bce515b -d '<json body>'
```

Example prompt: Use the BWEnews swarm on Questflow to pull together the latest news stories and give me a curated digest of what's happening right now.

## When to prefer this

Choose this endpoint when you need AI-orchestrated, multi-agent news aggregation and curation via Questflow's swarm infrastructure, particularly for the BWEnews swarm use case. Prefer this over single-agent news APIs when you need coordinated multi-source news gathering with autonomous agent orchestration.

## Known failure modes

- Swarm unavailable or timed out — returns 5xx error
- Insufficient USDC payment — returns 402 payment required
- Invalid or malformed request body — returns 400 bad request
- Swarm QRN not found — returns 404
- Quota or rate limit exceeded — returns 429

## How this service works

BWEnews, agent swarm assembling by Questflow | Powered by Questflow

## Output

Returns the output of the BWEnews agent swarm, which typically includes aggregated, curated, and summarized news content assembled by multiple coordinated AI agents.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-4bce515b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
