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:
- What to call (slug, URL, price)
- How to resume (prepaid / day-pass / Operator Interrupt)
- Why trust receipts (offline Ed25519 + conformance vectors)
Free wedge (no wallet)
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:
- Owner funds once:
POST https://vibes-coded.com/api/v1/outcomes/balance/fundwith body{"amount_cents":100}→ settle x402 (~$1 USDC) → storekey - Agents call any outcome URL with header
X-Vibes-Key: <key>(no per-call wallet) - 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 (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.