# DevVizion Agent Utilities — Deliver Plan (x402)

> DevVizion Agent Utilities — Deliver Plan (x402) is a paid API for AI agents from x402.devvizion.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-15).

Generates a full bounty radar or bid draft in Markdown for a given topic or brief, paid per-call via x402 on Base blockchain.

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/deliver-plan
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/devvizion-agent-utilities-deliver-plan-x402-f30f6de6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_okVlGpAfB7pebOMJF9VEG

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 devvizion-agent-utilities-deliver-plan-x402-f30f6de6 -d '<json body>'
```

Example prompt: Can you generate a full bounty radar for the topic 'AI agent tooling' and also draft a bid for a job brief about building an autonomous research assistant — limit the radar results to 10?

## When to prefer this

Choose this endpoint when you need a per-call, no-subscription paid generation of bounty radar reports or bid drafts for a specific topic or brief, billed in USDC via x402 on Base. Prefer this over subscription research tools when you want micropayment-gated, agent-native document generation without committing to a recurring plan. Use when your agent workflow requires markdown-formatted plans or proposals triggered on demand.

## Known failure modes

- Payment not fulfilled via x402 — returns 402 Payment Required with payment instructions
- Missing required topic or brief field — may return an empty or error response
- Invalid packId — pack not found or inaccessible
- Rate limiting or upstream service unavailability — 503 or timeout
- Topic too vague — returns a generic or low-quality radar

## How this service works

Free sample bounty radar, then paid full radar (0.015 USDC) or bid draft (0.01 USDC) on Base via x402. No subscription.

## Output

A Markdown-formatted document containing either a full bounty radar listing relevant opportunities for the given topic (up to the specified limit), or a drafted bid proposal tailored to the provided job brief. The response includes structured sections suitable for agent consumption or direct human reading.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Optional URL alias for topic"
  },
  "brief": {
   "type": "string",
   "description": "Bid-draft job brief"
  },
  "limit": {
   "type": "number",
   "description": "Radar result limit"
  },
  "scene": {
   "type": "string",
   "description": "Storyboard scene description"
  },
  "topic": {
   "type": "string",
   "description": "Research topic, scene, or brief text"
  },
  "packId": {
   "type": "string",
   "description": "Pack id for /v0/pack"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "contentType": "text/markdown; charset=utf-8",
  "description": "deliver-plan markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/devvizion-agent-utilities-deliver-plan-x402-f30f6de6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.devvizion.com](https://www.zero.xyz/host/x402.devvizion.com/llms.txt)
