# x402 Agent Exchange Directory Listing (7-Day Paid)

> x402 Agent Exchange Directory Listing (7-Day Paid) is a paid API for AI agents from x402-agent-store.rileycraig14.workers.dev, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Pays $1 USDC on Base to publish an x402-compatible endpoint URL into the public Agent Exchange directory for 7 days.

## Facts

- Endpoint: POST https://x402-agent-store.rileycraig14.workers.dev/directory/list
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-agent-exchange-directory-listing-7-day-paid-0f2c7d7b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OkfgV0KaF--5BG6PIZQzZ

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 x402-agent-exchange-directory-listing-7-day-paid-0f2c7d7b -d '<json body>'
```

Example prompt: List my x402 endpoint at https://myapi.example.com/data in the Agent Exchange directory — call it 'Live Weather Feed' with description 'Real-time weather data for AI agents', and send payments to 0xAbC123...

## When to prefer this

Choose this endpoint when you want to make an x402-compatible API endpoint discoverable to AI agents via the public Agent Exchange directory without creating an account. It is the only no-account, pay-per-listing (not subscription) option in this ecosystem. Prefer it over building a custom discovery layer when you need instant, short-lived (7-day) visibility for a new or experimental agent-callable API.

## Known failure modes

- Payment of $1 USDC on Base not received — listing not created
- Invalid or unreachable URL submitted — listing may be created but untrusted by consumers
- Missing required 'url' field — request rejected
- Listing expires after 7 days if not renewed — endpoint disappears from directory
- Duplicate listing for the same URL within active window — behavior undefined

## How this service works

Pay $1 USDC on Base to list your x402 endpoint in the public Agent Exchange directory. GET /directory is free. Body: { url, name?, description?, payTo? }. No account. Listing is live immediately and expires in 7 days unless renewed.

## Output

Returns a confirmation that the listing is live in the public Agent Exchange directory, along with the listing details and a 7-day expiry timestamp. No account or signup is required.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "name": {
   "type": "string"
  },
  "payTo": {
   "type": "string"
  },
  "description": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-agent-exchange-directory-listing-7-day-paid-0f2c7d7b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-agent-store.rileycraig14.workers.dev](https://www.zero.xyz/host/x402-agent-store.rileycraig14.workers.dev/llms.txt)
