Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
id: string
name: string
price_usd: string
payment: struct<protocol: string, network: string, asset: string, treasury: string, preferred_path: string, p (... 141 chars omitted)
  child 0, protocol: string
  child 1, network: string
  child 2, asset: string
  child 3, treasury: string
  child 4, preferred_path: string
  child 5, prepaid: struct<fund: string, min_usd: double, header: string, how: string>
      child 0, fund: string
      child 1, min_usd: double
      child 2, header: string
      child 3, how: string
  child 6, day_pass: struct<url: string, price_usd: double, header: string>
      child 0, url: string
      child 1, price_usd: double
      child 2, header: string
services: list<item: struct<id: string, slug: string, title: string, description: string, price_usd: string, p (... 136 chars omitted)
  child 0, item: struct<id: string, slug: string, title: string, description: string, price_usd: string, price_cents: (... 124 chars omitted)
      child 0, id: string
      child 1, slug: string
      child 2, title: string
      child 3, description: string
      child 4, price_usd: string
      child 5, price_cents: int64
      child 6, method: string
      child 7, path: string
      child 8, url: string
      child 9, pack: string
      child 10, featured: bool
      child 11, x402: bool
      child 12, network: string
      child 13, asset: string
trust_proof: struct<claim: string, public_key: string, verify: string, conformance: string, impulse_sku: struct<s (... 73 chars omitted)
  child 0, claim: string
  child 1, public_key: string
  child 2, verify: string
  child 3, conformance: string
  child 4, impulse_sku: struct<slug: string, price_usd: double, path: string, why: string>
      child 0, slug: string
      child 1, price_usd: double
      child 2, path: string
      child 3, why: string
  child 5, note: string
homepage: string
for_agents: string
lane: string
updated_at: timestamp[s]
version: string
discovery: struct<meta: string, featured: string, well_known: string, featured_well_known: string, free_wedge:  (... 67 chars omitted)
  child 0, meta: string
  child 1, featured: string
  child 2, well_known: string
  child 3, featured_well_known: string
  child 4, free_wedge: string
  child 5, mcp_registry: string
  child 6, mcp_oci: string
  child 7, conformance: string
service_count_live: int64
services_in_catalog: int64
to
{'id': Value('string'), 'name': Value('string'), 'version': Value('string'), 'updated_at': Value('timestamp[s]'), 'homepage': Value('string'), 'for_agents': Value('string'), 'lane': Value('string'), 'payment': {'protocol': Value('string'), 'network': Value('string'), 'asset': Value('string'), 'treasury': Value('string'), 'preferred_path': Value('string'), 'prepaid': {'fund': Value('string'), 'min_usd': Value('float64'), 'header': Value('string'), 'how': Value('string')}, 'day_pass': {'url': Value('string'), 'price_usd': Value('float64'), 'header': Value('string')}}, 'trust_proof': {'claim': Value('string'), 'public_key': Value('string'), 'verify': Value('string'), 'conformance': Value('string'), 'impulse_sku': {'slug': Value('string'), 'price_usd': Value('float64'), 'path': Value('string'), 'why': Value('string')}, 'note': Value('string')}, 'discovery': {'meta': Value('string'), 'featured': Value('string'), 'well_known': Value('string'), 'featured_well_known': Value('string'), 'free_wedge': Value('string'), 'mcp_registry': Value('string'), 'mcp_oci': Value('string'), 'conformance': Value('string')}, 'service_count_live': Value('int64'), 'services_in_catalog': Value('int64'), 'services': List({'id': Value('string'), 'slug': Value('string'), 'title': Value('string'), 'description': Value('string'), 'price_usd': Value('string'), 'price_cents': Value('int64'), 'method': Value('string'), 'path': Value('string'), 'url': Value('string'), 'pack': Value('string'), 'featured': Value('bool'), 'x402': Value('bool'), 'network': Value('string'), 'asset': Value('string')})}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 149, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 129, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 489, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              id: string
              name: string
              price_usd: string
              payment: struct<protocol: string, network: string, asset: string, treasury: string, preferred_path: string, p (... 141 chars omitted)
                child 0, protocol: string
                child 1, network: string
                child 2, asset: string
                child 3, treasury: string
                child 4, preferred_path: string
                child 5, prepaid: struct<fund: string, min_usd: double, header: string, how: string>
                    child 0, fund: string
                    child 1, min_usd: double
                    child 2, header: string
                    child 3, how: string
                child 6, day_pass: struct<url: string, price_usd: double, header: string>
                    child 0, url: string
                    child 1, price_usd: double
                    child 2, header: string
              services: list<item: struct<id: string, slug: string, title: string, description: string, price_usd: string, p (... 136 chars omitted)
                child 0, item: struct<id: string, slug: string, title: string, description: string, price_usd: string, price_cents: (... 124 chars omitted)
                    child 0, id: string
                    child 1, slug: string
                    child 2, title: string
                    child 3, description: string
                    child 4, price_usd: string
                    child 5, price_cents: int64
                    child 6, method: string
                    child 7, path: string
                    child 8, url: string
                    child 9, pack: string
                    child 10, featured: bool
                    child 11, x402: bool
                    child 12, network: string
                    child 13, asset: string
              trust_proof: struct<claim: string, public_key: string, verify: string, conformance: string, impulse_sku: struct<s (... 73 chars omitted)
                child 0, claim: string
                child 1, public_key: string
                child 2, verify: string
                child 3, conformance: string
                child 4, impulse_sku: struct<slug: string, price_usd: double, path: string, why: string>
                    child 0, slug: string
                    child 1, price_usd: double
                    child 2, path: string
                    child 3, why: string
                child 5, note: string
              homepage: string
              for_agents: string
              lane: string
              updated_at: timestamp[s]
              version: string
              discovery: struct<meta: string, featured: string, well_known: string, featured_well_known: string, free_wedge:  (... 67 chars omitted)
                child 0, meta: string
                child 1, featured: string
                child 2, well_known: string
                child 3, featured_well_known: string
                child 4, free_wedge: string
                child 5, mcp_registry: string
                child 6, mcp_oci: string
                child 7, conformance: string
              service_count_live: int64
              services_in_catalog: int64
              to
              {'id': Value('string'), 'name': Value('string'), 'version': Value('string'), 'updated_at': Value('timestamp[s]'), 'homepage': Value('string'), 'for_agents': Value('string'), 'lane': Value('string'), 'payment': {'protocol': Value('string'), 'network': Value('string'), 'asset': Value('string'), 'treasury': Value('string'), 'preferred_path': Value('string'), 'prepaid': {'fund': Value('string'), 'min_usd': Value('float64'), 'header': Value('string'), 'how': Value('string')}, 'day_pass': {'url': Value('string'), 'price_usd': Value('float64'), 'header': Value('string')}}, 'trust_proof': {'claim': Value('string'), 'public_key': Value('string'), 'verify': Value('string'), 'conformance': Value('string'), 'impulse_sku': {'slug': Value('string'), 'price_usd': Value('float64'), 'path': Value('string'), 'why': Value('string')}, 'note': Value('string')}, 'discovery': {'meta': Value('string'), 'featured': Value('string'), 'well_known': Value('string'), 'featured_well_known': Value('string'), 'free_wedge': Value('string'), 'mcp_registry': Value('string'), 'mcp_oci': Value('string'), 'conformance': Value('string')}, 'service_count_live': Value('int64'), 'services_in_catalog': Value('int64'), 'services': List({'id': Value('string'), 'slug': Value('string'), 'title': Value('string'), 'description': Value('string'), 'price_usd': Value('string'), 'price_cents': Value('int64'), 'method': Value('string'), 'path': Value('string'), 'url': Value('string'), 'pack': Value('string'), 'featured': Value('bool'), 'x402': Value('bool'), 'network': Value('string'), 'asset': Value('string')})}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

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)

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

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-receiptagent-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.

Downloads last month
44

Space using bRadfordd/vibes-coded-outcomes 1