# Agent Utilities Rate Card (x402)

> Agent Utilities Rate Card (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-14).

Returns a rate card in Markdown describing available paid agent utility operations (bounty radar, bid draft) with per-call micropayment pricing via x402 on Base.

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/rate-card
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-utilities-rate-card-x402-ac3f33a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_45g-YDrKPg2OwbgD5fGqu

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-utilities-rate-card-x402-ac3f33a0 -d '<json body>'
```

Example prompt: Pull up the rate card for the devvizion agent utilities so I can see what the bounty radar and bid draft options cost before I commit — my topic is 'AI agent infrastructure startups'.

## When to prefer this

Use this endpoint when an agent or user wants to inspect available paid utility operations and their micropayment costs before committing to a purchase — ideal as a discovery/preview step before calling paid endpoints like full bounty radar or bid draft generation. Prefer this over blindly calling paid endpoints when cost transparency or pack selection is needed.

## Known failure modes

- Missing or invalid topic/brief returns an empty or error response
- Payment not completed via x402 results in a 402 Payment Required response blocking access to paid tiers
- Malformed packId or scene field may result in a 400 bad request
- Network or Base chain issues could cause payment settlement failure

## 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 rate card listing the available agent utility operations (e.g. full bounty radar at 0.015 USDC, bid draft at 0.01 USDC), their per-call prices in USDC on Base, and any free sample options — returned as text/markdown content.

## 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": "rate-card markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-utilities-rate-card-x402-ac3f33a0/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)
