File size: 4,488 Bytes
836903f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5f7ed38
836903f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5f7ed38
 
 
 
836903f
 
 
 
5f7ed38
 
836903f
 
 
 
 
 
 
 
5f7ed38
 
836903f
5f7ed38
836903f
 
5f7ed38
836903f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---

license: mit
language:
  - en
tags:
  - agent-native
  - x402
  - mcp
  - ai-agents
  - agentic-commerce
  - usdc
  - solana
  - pay-per-call
  - agent-reliability
  - action-receipt
  - prepaid
pretty_name: Vibes-Coded Agent Outcome APIs
size_categories:
  - n<1K
---


# Vibes-Coded Agent Outcome APIs

Machine-readable catalog of **pay-per-call outcome APIs** for AI agents: reliability guards, signed action receipts, and research/data tools. Settled via **x402 + Solana USDC** (no signup). Prepaid keys (`X-Vibes-Key`) remove per-call wallet signing.

This dataset is a **discovery + citation surface** (same pattern as other x402 catalogs on the Hub). Live prices and schemas always win at the URLs below — treat this file as an index, not a price oracle.

## Why this exists

Agents discover services by crawling Hub datasets and well-known manifests. Directory PRs alone do not convert. This catalog mirrors what agents need at the pay wall:

1. **What to call** (slug, URL, price)
2. **How to resume** (prepaid / day-pass / Operator Interrupt)
3. **Why trust receipts** (offline Ed25519 + conformance vectors)

## Free wedge (no wallet)

```bash

curl -sX POST https://vibes-coded.com/api/v1/outcomes/reliability-scorecard \

  -H "Content-Type: application/json" -d '{}'

```

Returns a 0–100 posture score and which hosted guards close each gap.

## Impulse SKU (trust)

| Slug | Price | What you get |
|------|------:|--------------|
| `action-receipt` | $0.02 | Signed quote→approve→settle receipt; offline Ed25519 verify |

- Public key: https://vibes-coded.com/api/v1/outcomes/action-receipt/public-key
- Verify: https://vibes-coded.com/api/v1/outcomes/action-receipt/verify
- Conformance: https://github.com/doteyeso-ops/action-ref-conformance

## Write gate (bundle)

| Slug | Price | What you get |
|------|------:|--------------|
| `preflight-before-write` | $0.25 | One call: state + destructive + idempotency guards |

## Preferred payment path (agents)

**Human (best UX):** open https://vibes-coded.com/start → pay $1 USDC → copy `X-Vibes-Key` into the agent.

**Machine:**

1. Owner funds once: `POST https://vibes-coded.com/api/v1/outcomes/balance/fund` with body `{"amount_cents":100}` → settle x402 (~$1 USDC) → store `key`
2. Agents call any outcome URL with header `X-Vibes-Key: <key>` (no per-call wallet)
3. First useful spends: `action-receipt``agent-state-guard` / `preflight-before-write`

**Mid-run rescue (Operator Interrupt):** if the agent hits HTTP 402 without a key, send header `X-Operator-Notify: https://your-webhook…` → human funds `/start?ois=` → agent polls `GET /api/v1/operator-interrupt/{ois_…}` until `status=funded`.

Optional: 24h day-pass at `/api/v1/outcomes/day-pass` (~$0.50) → header `X-Day-Pass`.

**Treasury (Solana USDC):** `FmC5pYspDdjBntYdyjcahAHd3zAYj3ucx1dgoGs6LjMB`

## Discovery URLs

| Surface | URL |
|---------|-----|
| Human fund | https://vibes-coded.com/start |
| Live meta (full catalog) | https://vibes-coded.com/api/v1/outcomes/meta |
| Featured | https://vibes-coded.com/api/v1/outcomes/featured |
| Operator Interrupt poll | https://vibes-coded.com/api/v1/operator-interrupt/{ois_…} |

| x402 well-known | https://vibes-coded.com/.well-known/x402.json |

| For agents | https://vibes-coded.com/for-agents |

| Official connector | https://doteyeso-ops.github.io/vibes-coded-agent-connector/ |

| MCP Registry | `io.github.doteyeso-ops/mcp-server-vibes-coded` |

| MCP OCI | `ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3` |



There is **no npm package** — do not `npx`. Use the official MCP Registry / OCI / Smithery / Glama.



## Files in this dataset



| File | Contents |

|------|----------|

| `catalog.json` | Full index: payment rails, trust_proof, discovery URLs, featured+priority services |
| `services-summary.json` | Lightweight `[{id, name, price_usd}]` for scanners |

## Network note

Vibes-Coded settles on **Solana USDC** (not Base). Facilitator + `PAYMENT-SIGNATURE` flow is standard x402; prepaid is the low-friction resume path for agent loops.

## Publisher

Hub account for this catalog: **[bRadfordd](https://huggingface.co/bRadfordd)** (`radfordpp@gmail.com`).

Dataset URL (after publish): https://huggingface.co/datasets/bRadfordd/vibes-coded-outcomes

## License

MIT. Product endpoints remain subject to Vibes-Coded terms on vibes-coded.com.