Vibes-Coded Agent Tool API
VerificationPay-per-call reliability and intelligence APIs for AI agents on Solana USDC via x402: destructive-action, infra-target, tool-call-budget, agent-state, drift, retry-storm guards, action receipts, and 90+ more endpoints. HTTP 402, no signup.
Pay from $0.02 to $0.10 per request in USDC on Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 45m agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 317ms
- avg response
- 228ms
- total checks
- 24
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.02 to $0.10 (p74 in Verification)
- price (min)
- $0.02
- price (max)
- $0.10
- category percentile (min)
- p74 in Verification
- category percentile (max)
- p79 in Verification
- endpoints / prices
- 6 / 4
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $2.48 30d · 1 buyers
- volume 30d
- $2.48
- buyers 30d
- 1
- settlements 30d
- 11
- last settlement
- 2026-07-21
- top buyer share
- 100% of 30d volume
- trend 7d vs 30d
- 4.29x the 30d daily rate
- networks
- solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides API endpoints for various agent guards and reliability checks for AI agents
- category
- agent-reliability
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /api/v1/outcomes/action-receipt | $0.02 | Solana | USDC | |
| GET | /api/v1/outcomes/agent-state-guard | $0.10 | Solana | USDC | |
| GET | /api/v1/outcomes/destructive-action-guard | $0.10 | Solana | USDC | |
| GET | /api/v1/outcomes/drift-guard | $0.08 | Solana | USDC | |
| GET | /api/v1/outcomes/infra-target-guard | $0.10 | Solana | USDC | |
| GET | /api/v1/outcomes/tool-call-budget-guard | $0.05 | Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/v1/outcomes/action-receipt returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://vibes-coded.com/api/v1/outcomes/action-receipt'
// 402 response (captured by monitor) · 6 payloads · click to expand
[
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"facilitatorSettle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"facilitatorVerify": "https://api.cdp.coinbase.com/platform/v2/x402/verify"
},
"payTo": "FmC5pYspDdjBntYdyjcahAHd3zAYj3ucx1dgoGs6LjMB",
"amount": "100000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"resource": "https://vibes-coded.com/api/v1/outcomes/destructive-action-guard",
"maxTimeoutSeconds": 300
}
],
"prepaid": {
"how": "POST /api/v1/outcomes/balance/fund → settle x402 (≥$1 USDC) → store `key` → send header X-Vibes-Key on any outcome call.",
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"header": "X-Vibes-Key",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status",
"min_usd": 1,
"endpoint": "/api/v1/outcomes/balance/fund",
"min_amount_cents": 100,
"response_key_field": "key"
},
"day_pass": {
"how": "POST /api/v1/outcomes/day-pass → settle x402 (~$0.50 USDC) → send day_pass.pass_token as header X-Day-Pass on covered guard slugs.",
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"hours": 24,
"header": "X-Day-Pass",
"endpoint": "/api/v1/outcomes/day-pass",
"price_usd": 0.5,
"price_cents": 50,
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
],
"response_token_field": "day_pass.pass_token"
},
"resource": {
"url": "https://vibes-coded.com/api/v1/outcomes/destructive-action-guard",
"tags": [
"infra",
"reliability",
"x402",
"usdc"
],
"iconUrl": "https://vibes-coded.com/favicon.ico",
"mimeType": "application/json",
"description": "Destructive Action Guard",
"serviceName": "Vibes-Coded Agent Tool API"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object",
"required": [
"action"
],
"properties": {
"action": {
"type": "string",
"description": "Proposed command/SQL/tool payload, e.g. DROP TABLE users"
},
"target": {
"type": "string",
"description": "Optional target resource (db name, path, cluster)"
},
"dry_run": {
"type": "boolean",
"description": "Simulate only; never execute"
},
"approved": {
"type": "boolean",
"description": "Owner already approved this destructive action"
},
"allowlist": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional allowed tool names"
},
"tool_name": {
"type": "string",
"description": "Optional tool id (sql_exec, shell, kubectl)"
},
"environment": {
"type": "string",
"description": "production|staging|dev — production is stricter"
}
}
}
},
"output": {
"type": "json",
"example": {
"ok": true,
"advice": "Destructive pattern in production without approval — do not execute.",
"matches": [
{
"code": "sql_drop",
"reason": "SQL DROP destroys schema"
}
],
"decision": "block",
"destructive": true,
"safe_to_execute": false
}
}
},
"slug": "destructive-action-guard",
"tags": [
"infra",
"reliability",
"x402",
"usdc"
],
"schema": {},
"serviceName": "Vibes-Coded Agent Tool API"
}
},
"facilitator": {
"url": "https://api.cdp.coinbase.com/platform/v2/x402",
"settle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"verify": "https://api.cdp.coinbase.com/platform/v2/x402/verify",
"default": "https://api.cdp.coinbase.com/platform/v2/x402"
},
"pay_command": "POST https://vibes-coded.com/api/v1/outcomes/balance/fund {\"amount_cents\":100} → settle $1 USDC → POST https://vibes-coded.com/api/v1/outcomes/destructive-action-guard with header X-Vibes-Key: <key>",
"x402Version": 2,
"checkout_url": "https://vibes-coded.com/workforce/apis/destructive-action-guard",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object",
"required": [
"action"
],
"properties": {
"action": {
"type": "string",
"description": "Proposed command/SQL/tool payload, e.g. DROP TABLE users"
},
"target": {
"type": "string",
"description": "Optional target resource (db name, path, cluster)"
},
"dry_run": {
"type": "boolean",
"description": "Simulate only; never execute"
},
"approved": {
"type": "boolean",
"description": "Owner already approved this destructive action"
},
"allowlist": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional allowed tool names"
},
"tool_name": {
"type": "string",
"description": "Optional tool id (sql_exec, shell, kubectl)"
},
"environment": {
"type": "string",
"description": "production|staging|dev — production is stricter"
}
}
},
"bodyType": "json",
"discoverable": true
},
"output": {
"type": "application/json",
"example": {
"ok": true,
"steps": null,
"result": {
"summary": "Structured outcome payload"
},
"resource": "destructive-action-guard",
"total_usdc": null
},
"description": "Classify a proposed SQL/shell/FS/k8s action for production damage (DROP/DELETE/rm -rf/force-push). Blocks unapproved destructive ops in production — the 'agent deleted my DB' gate."
}
},
"x402_pay_url": "https://vibes-coded.com/api/v1/outcomes/destructive-action-guard",
"day_pass_hint": "Lower friction: buy a 24h day-pass (one ~$0.5 x402 payment) and call covered guards free — POST /api/v1/outcomes/day-pass, then send the token as header `X-Day-Pass`. Covers: agent-builder, builder, cost, identity, memory, prompt-security, reliability, supply-chain.",
"example_calls": {
"use_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/destructive-action-guard",
"note": "No PAYMENT-SIGNATURE. Balance debits this endpoint price_cents.",
"method": "POST",
"headers": {
"X-Vibes-Key": "<key from fund_prepaid>",
"Content-Type": "application/json"
}
},
"buy_day_pass": {
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"then": "Settle ~$0.5 USDC x402 → read day_pass.pass_token → header X-Day-Pass on covered packs.",
"method": "POST",
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
]
},
"fund_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"json": {
"amount_cents": 100
},
"then": "Respond to 402 with PAYMENT-SIGNATURE for accepts[0] (~$1 USDC). 200 body includes `key` (vb_…). Store it.",
"method": "POST"
}
},
"sample_output": {
"ok": true,
"advice": "Destructive pattern in production without approval — do not execute.",
"matches": [
{
"code": "sql_drop",
"reason": "SQL DROP destroys schema"
}
],
"decision": "block",
"destructive": true,
"safe_to_execute": false
},
"x402_pay_hint": "This call costs $0.10 USDC on Solana. Prefer prepaid (owner funds once) or day-pass (~$0.5/24h) over per-call signing. Human checkout: https://vibes-coded.com/workforce/apis/destructive-action-guard. MCP: official registry io.github.doteyeso-ops/mcp-server-vibes-coded (OCI ghcr.io/doteyeso-ops/mcp-server-vibes-coded) or Smithery/Glama — no npm package (npx 404s).",
"preferred_path": "prepaid",
"conversion_paths": [
{
"id": "prepaid",
"how": "Owner pays once: POST /api/v1/outcomes/balance/fund with PAYMENT-SIGNATURE (min $1 USDC). Response returns a vb_… key. Agents then call this endpoint with header X-Vibes-Key: <key> — no per-call wallet.",
"title": "Prepaid balance (best for agents without a wallet)",
"header": "X-Vibes-Key",
"min_usd": 1,
"priority": 1,
"endpoints": {
"fund": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status"
},
"next_header": "X-Vibes-Key",
"example_body": {
"amount_cents": 100
},
"min_amount_cents": 100,
"response_key_field": "key"
},
{
"id": "day_pass",
"how": "POST /api/v1/outcomes/day-pass → settle x402 (~$0.50 USDC) → send day_pass.pass_token as header X-Day-Pass on covered guard slugs.",
"title": "24h day-pass (one payment, many guard calls)",
"header": "X-Day-Pass",
"endpoint": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"priority": 2,
"price_usd": 0.5,
"price_cents": 50,
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
],
"response_token_field": "day_pass.pass_token"
},
{
"id": "browser_wallet",
"how": "Open https://vibes-coded.com/workforce/apis/destructive-action-guard — pay with Phantom (Solana USDC) per call, or paste a prepaid X-Vibes-Key / day-pass X-Day-Pass if you already funded.",
"url": "https://vibes-coded.com/workforce/apis/destructive-action-guard",
"title": "Human wallet checkout",
"priority": 3
},
{
"id": "mcp",
"how": "Official MCP Registry: io.github.doteyeso-ops/mcp-server-vibes-coded. Docker: docker run -i --rm ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3 (package must be public). Or Smithery/Glama / pip install git+https://github.com/doteyeso-ops/mcp-server-vibes-coded.git. There is NO npm package — do not npx. Use the `pay` tool for 402 challenges.",
"oci": "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3",
"repo": "https://github.com/doteyeso-ops/mcp-server-vibes-coded",
"glama": "https://glama.ai/mcp/servers/@doteyeso-ops/mcp-server-vibes-coded",
"title": "MCP server (official registry / OCI / Smithery / Glama — not npm)",
"priority": 4,
"registry": "https://registry.modelcontextprotocol.io/v0.1/servers?search=vibes-coded",
"smithery": "https://smithery.ai/servers/doteyeso-ops/mcp-server-vibes-coded"
},
{
"id": "x402_header",
"how": "Sign exact $0.10 USDC to payTo in accepts[0], resubmit this POST with header PAYMENT-SIGNATURE (CDP/OpenX402 facilitator).",
"title": "Direct x402 PAYMENT-SIGNATURE",
"priority": 5,
"amount_usd": "0.10",
"resource_url": "https://vibes-coded.com/api/v1/outcomes/destructive-action-guard"
}
],
"wallet_free_option": "No Solana wallet on the agent? Owner funds a prepaid balance ONCE via x402 (POST /api/v1/outcomes/balance/fund with body {\"amount_cents\":100}), then agents call with header `X-Vibes-Key: <key>` — no per-call wallet. Top up: POST /balance/topup. Status: GET /balance/status with the same header."
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"facilitatorSettle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"facilitatorVerify": "https://api.cdp.coinbase.com/platform/v2/x402/verify"
},
"payTo": "FmC5pYspDdjBntYdyjcahAHd3zAYj3ucx1dgoGs6LjMB",
"amount": "100000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"resource": "https://vibes-coded.com/api/v1/outcomes/infra-target-guard",
"maxTimeoutSeconds": 300
}
],
"prepaid": {
"how": "POST /api/v1/outcomes/balance/fund → settle x402 (≥$1 USDC) → store `key` → send header X-Vibes-Key on any outcome call.",
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"header": "X-Vibes-Key",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status",
"min_usd": 1,
"endpoint": "/api/v1/outcomes/balance/fund",
"min_amount_cents": 100,
"response_key_field": "key"
},
"day_pass": {
"how": "POST /api/v1/outcomes/day-pass → settle x402 (~$0.50 USDC) → send day_pass.pass_token as header X-Day-Pass on covered guard slugs.",
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"hours": 24,
"header": "X-Day-Pass",
"endpoint": "/api/v1/outcomes/day-pass",
"price_usd": 0.5,
"price_cents": 50,
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
],
"response_token_field": "day_pass.pass_token"
},
"resource": {
"url": "https://vibes-coded.com/api/v1/outcomes/infra-target-guard",
"tags": [
"infra",
"reliability",
"x402",
"usdc"
],
"iconUrl": "https://vibes-coded.com/favicon.ico",
"mimeType": "application/json",
"description": "Infra Target Guard",
"serviceName": "Vibes-Coded Agent Tool API"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object",
"properties": {
"action": {
"type": "string",
"description": "e.g. terraform apply, kubectl apply"
},
"approved": {
"type": "boolean"
},
"environment": {
"type": "string"
},
"plan_summary": {
"description": "Optional plan JSON/text for foreign-account hints"
},
"planned_target": {
"type": "string",
"description": "Intended cluster/project/resource target"
},
"planned_account": {
"type": "string",
"description": "Cloud account / project id about to be used"
},
"dry_run_completed": {
"type": "boolean"
},
"planned_workspace": {
"type": "string"
},
"allowlisted_targets": {
"type": "array",
"items": {
"type": "string"
}
},
"allowlisted_accounts": {
"type": "array",
"items": {
"type": "string"
}
},
"allowlisted_workspaces": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"output": {
"type": "json",
"example": {
"ok": true,
"advice": "Infra target/account/workspace failed allowlist — do not execute.",
"decision": "block",
"mismatches": [
{
"field": "account",
"reason": "not in allowlisted_accounts",
"planned": "prod-999"
}
],
"safe_to_execute": false
}
}
},
"slug": "infra-target-guard",
"tags": [
"infra",
"reliability",
"x402",
"usdc"
],
"schema": {},
"serviceName": "Vibes-Coded Agent Tool API"
}
},
"facilitator": {
"url": "https://api.cdp.coinbase.com/platform/v2/x402",
"settle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"verify": "https://api.cdp.coinbase.com/platform/v2/x402/verify",
"default": "https://api.cdp.coinbase.com/platform/v2/x402"
},
"pay_command": "POST https://vibes-coded.com/api/v1/outcomes/balance/fund {\"amount_cents\":100} → settle $1 USDC → POST https://vibes-coded.com/api/v1/outcomes/infra-target-guard with header X-Vibes-Key: <key>",
"x402Version": 2,
"checkout_url": "https://vibes-coded.com/workforce/apis/infra-target-guard",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object",
"properties": {
"action": {
"type": "string",
"description": "e.g. terraform apply, kubectl apply"
},
"approved": {
"type": "boolean"
},
"environment": {
"type": "string"
},
"plan_summary": {
"description": "Optional plan JSON/text for foreign-account hints"
},
"planned_target": {
"type": "string",
"description": "Intended cluster/project/resource target"
},
"planned_account": {
"type": "string",
"description": "Cloud account / project id about to be used"
},
"dry_run_completed": {
"type": "boolean"
},
"planned_workspace": {
"type": "string"
},
"allowlisted_targets": {
"type": "array",
"items": {
"type": "string"
}
},
"allowlisted_accounts": {
"type": "array",
"items": {
"type": "string"
}
},
"allowlisted_workspaces": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"bodyType": "json",
"discoverable": true
},
"output": {
"type": "application/json",
"example": {
"ok": true,
"steps": null,
"result": {
"summary": "Structured outcome payload"
},
"resource": "infra-target-guard",
"total_usdc": null
},
"description": "Block Terraform/k8s/cloud applies aimed at the wrong account or workspace. Deterministic allowlists + dry-run requirement — the wrong-target $106k failure mode."
}
},
"x402_pay_url": "https://vibes-coded.com/api/v1/outcomes/infra-target-guard",
"day_pass_hint": "Lower friction: buy a 24h day-pass (one ~$0.5 x402 payment) and call covered guards free — POST /api/v1/outcomes/day-pass, then send the token as header `X-Day-Pass`. Covers: agent-builder, builder, cost, identity, memory, prompt-security, reliability, supply-chain.",
"example_calls": {
"use_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/infra-target-guard",
"note": "No PAYMENT-SIGNATURE. Balance debits this endpoint price_cents.",
"method": "POST",
"headers": {
"X-Vibes-Key": "<key from fund_prepaid>",
"Content-Type": "application/json"
}
},
"buy_day_pass": {
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"then": "Settle ~$0.5 USDC x402 → read day_pass.pass_token → header X-Day-Pass on covered packs.",
"method": "POST",
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
]
},
"fund_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"json": {
"amount_cents": 100
},
"then": "Respond to 402 with PAYMENT-SIGNATURE for accepts[0] (~$1 USDC). 200 body includes `key` (vb_…). Store it.",
"method": "POST"
}
},
"sample_output": {
"ok": true,
"advice": "Infra target/account/workspace failed allowlist — do not execute.",
"decision": "block",
"mismatches": [
{
"field": "account",
"reason": "not in allowlisted_accounts",
"planned": "prod-999"
}
],
"safe_to_execute": false
},
"x402_pay_hint": "This call costs $0.10 USDC on Solana. Prefer prepaid (owner funds once) or day-pass (~$0.5/24h) over per-call signing. Human checkout: https://vibes-coded.com/workforce/apis/infra-target-guard. MCP: official registry io.github.doteyeso-ops/mcp-server-vibes-coded (OCI ghcr.io/doteyeso-ops/mcp-server-vibes-coded) or Smithery/Glama — no npm package (npx 404s).",
"preferred_path": "prepaid",
"conversion_paths": [
{
"id": "prepaid",
"how": "Owner pays once: POST /api/v1/outcomes/balance/fund with PAYMENT-SIGNATURE (min $1 USDC). Response returns a vb_… key. Agents then call this endpoint with header X-Vibes-Key: <key> — no per-call wallet.",
"title": "Prepaid balance (best for agents without a wallet)",
"header": "X-Vibes-Key",
"min_usd": 1,
"priority": 1,
"endpoints": {
"fund": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status"
},
"next_header": "X-Vibes-Key",
"example_body": {
"amount_cents": 100
},
"min_amount_cents": 100,
"response_key_field": "key"
},
{
"id": "day_pass",
"how": "POST /api/v1/outcomes/day-pass → settle x402 (~$0.50 USDC) → send day_pass.pass_token as header X-Day-Pass on covered guard slugs.",
"title": "24h day-pass (one payment, many guard calls)",
"header": "X-Day-Pass",
"endpoint": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"priority": 2,
"price_usd": 0.5,
"price_cents": 50,
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
],
"response_token_field": "day_pass.pass_token"
},
{
"id": "browser_wallet",
"how": "Open https://vibes-coded.com/workforce/apis/infra-target-guard — pay with Phantom (Solana USDC) per call, or paste a prepaid X-Vibes-Key / day-pass X-Day-Pass if you already funded.",
"url": "https://vibes-coded.com/workforce/apis/infra-target-guard",
"title": "Human wallet checkout",
"priority": 3
},
{
"id": "mcp",
"how": "Official MCP Registry: io.github.doteyeso-ops/mcp-server-vibes-coded. Docker: docker run -i --rm ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3 (package must be public). Or Smithery/Glama / pip install git+https://github.com/doteyeso-ops/mcp-server-vibes-coded.git. There is NO npm package — do not npx. Use the `pay` tool for 402 challenges.",
"oci": "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3",
"repo": "https://github.com/doteyeso-ops/mcp-server-vibes-coded",
"glama": "https://glama.ai/mcp/servers/@doteyeso-ops/mcp-server-vibes-coded",
"title": "MCP server (official registry / OCI / Smithery / Glama — not npm)",
"priority": 4,
"registry": "https://registry.modelcontextprotocol.io/v0.1/servers?search=vibes-coded",
"smithery": "https://smithery.ai/servers/doteyeso-ops/mcp-server-vibes-coded"
},
{
"id": "x402_header",
"how": "Sign exact $0.10 USDC to payTo in accepts[0], resubmit this POST with header PAYMENT-SIGNATURE (CDP/OpenX402 facilitator).",
"title": "Direct x402 PAYMENT-SIGNATURE",
"priority": 5,
"amount_usd": "0.10",
"resource_url": "https://vibes-coded.com/api/v1/outcomes/infra-target-guard"
}
],
"wallet_free_option": "No Solana wallet on the agent? Owner funds a prepaid balance ONCE via x402 (POST /api/v1/outcomes/balance/fund with body {\"amount_cents\":100}), then agents call with header `X-Vibes-Key: <key>` — no per-call wallet. Top up: POST /balance/topup. Status: GET /balance/status with the same header."
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"facilitatorSettle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"facilitatorVerify": "https://api.cdp.coinbase.com/platform/v2/x402/verify"
},
"payTo": "FmC5pYspDdjBntYdyjcahAHd3zAYj3ucx1dgoGs6LjMB",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"resource": "https://vibes-coded.com/api/v1/outcomes/tool-call-budget-guard",
"maxTimeoutSeconds": 300
}
],
"prepaid": {
"how": "POST /api/v1/outcomes/balance/fund → settle x402 (≥$1 USDC) → store `key` → send header X-Vibes-Key on any outcome call.",
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"header": "X-Vibes-Key",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status",
"min_usd": 1,
"endpoint": "/api/v1/outcomes/balance/fund",
"min_amount_cents": 100,
"response_key_field": "key"
},
"day_pass": {
"how": "POST /api/v1/outcomes/day-pass → settle x402 (~$0.50 USDC) → send day_pass.pass_token as header X-Day-Pass on covered guard slugs.",
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"hours": 24,
"header": "X-Day-Pass",
"endpoint": "/api/v1/outcomes/day-pass",
"price_usd": 0.5,
"price_cents": 50,
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
],
"response_token_field": "day_pass.pass_token"
},
"resource": {
"url": "https://vibes-coded.com/api/v1/outcomes/tool-call-budget-guard",
"tags": [
"infra",
"cost",
"x402",
"usdc"
],
"iconUrl": "https://vibes-coded.com/favicon.ico",
"mimeType": "application/json",
"description": "Tool-Call Budget Guard",
"serviceName": "Vibes-Coded Agent Tool API"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object",
"properties": {
"turn": {
"type": "integer"
},
"tools": {
"type": "array",
"items": {
"type": "object"
},
"description": "Optional tool list with cost_units"
},
"max_turns": {
"type": "integer"
},
"max_cost_units": {
"type": "number",
"description": "Hard cap on summed tool cost_units"
},
"max_tool_calls": {
"type": "integer",
"description": "Hard cap on tool calls this turn"
},
"planned_tool_calls": {
"type": "integer",
"description": "How many tool calls this turn will make"
}
}
}
},
"output": {
"type": "json",
"example": {
"ok": true,
"safe": false,
"advice": "Tool budget exceeded — halt further tool calls this turn.",
"decision": "block",
"max_tool_calls": 8,
"planned_tool_calls": 24
}
}
},
"slug": "tool-call-budget-guard",
"tags": [
"infra",
"cost",
"x402",
"usdc"
],
"schema": {},
"serviceName": "Vibes-Coded Agent Tool API"
}
},
"facilitator": {
"url": "https://api.cdp.coinbase.com/platform/v2/x402",
"settle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"verify": "https://api.cdp.coinbase.com/platform/v2/x402/verify",
"default": "https://api.cdp.coinbase.com/platform/v2/x402"
},
"pay_command": "POST https://vibes-coded.com/api/v1/outcomes/balance/fund {\"amount_cents\":100} → settle $1 USDC → POST https://vibes-coded.com/api/v1/outcomes/tool-call-budget-guard with header X-Vibes-Key: <key>",
"x402Version": 2,
"checkout_url": "https://vibes-coded.com/workforce/apis/tool-call-budget-guard",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object",
"properties": {
"turn": {
"type": "integer"
},
"tools": {
"type": "array",
"items": {
"type": "object"
},
"description": "Optional tool list with cost_units"
},
"max_turns": {
"type": "integer"
},
"max_cost_units": {
"type": "number",
"description": "Hard cap on summed tool cost_units"
},
"max_tool_calls": {
"type": "integer",
"description": "Hard cap on tool calls this turn"
},
"planned_tool_calls": {
"type": "integer",
"description": "How many tool calls this turn will make"
}
}
},
"bodyType": "json",
"discoverable": true
},
"output": {
"type": "application/json",
"example": {
"ok": true,
"steps": null,
"result": {
"summary": "Structured outcome payload"
},
"resource": "tool-call-budget-guard",
"total_usdc": null
},
"description": "Cap how many tool calls (or tool cost units) an agent may make in a turn. Complements token-budget-guard — stops loops that burn 40 tools before answering."
}
},
"x402_pay_url": "https://vibes-coded.com/api/v1/outcomes/tool-call-budget-guard",
"day_pass_hint": "Lower friction: buy a 24h day-pass (one ~$0.5 x402 payment) and call covered guards free — POST /api/v1/outcomes/day-pass, then send the token as header `X-Day-Pass`. Covers: agent-builder, builder, cost, identity, memory, prompt-security, reliability, supply-chain.",
"example_calls": {
"use_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/tool-call-budget-guard",
"note": "No PAYMENT-SIGNATURE. Balance debits this endpoint price_cents.",
"method": "POST",
"headers": {
"X-Vibes-Key": "<key from fund_prepaid>",
"Content-Type": "application/json"
}
},
"buy_day_pass": {
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"then": "Settle ~$0.5 USDC x402 → read day_pass.pass_token → header X-Day-Pass on covered packs.",
"method": "POST",
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
]
},
"fund_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"json": {
"amount_cents": 100
},
"then": "Respond to 402 with PAYMENT-SIGNATURE for accepts[0] (~$1 USDC). 200 body includes `key` (vb_…). Store it.",
"method": "POST"
}
},
"sample_output": {
"ok": true,
"safe": false,
"advice": "Tool budget exceeded — halt further tool calls this turn.",
"decision": "block",
"max_tool_calls": 8,
"planned_tool_calls": 24
},
"x402_pay_hint": "This call costs $0.05 USDC on Solana. Prefer prepaid (owner funds once) or day-pass (~$0.5/24h) over per-call signing. Human checkout: https://vibes-coded.com/workforce/apis/tool-call-budget-guard. MCP: official registry io.github.doteyeso-ops/mcp-server-vibes-coded (OCI ghcr.io/doteyeso-ops/mcp-server-vibes-coded) or Smithery/Glama — no npm package (npx 404s).",
"preferred_path": "prepaid",
"conversion_paths": [
{
"id": "prepaid",
"how": "Owner pays once: POST /api/v1/outcomes/balance/fund with PAYMENT-SIGNATURE (min $1 USDC). Response returns a vb_… key. Agents then call this endpoint with header X-Vibes-Key: <key> — no per-call wallet.",
"title": "Prepaid balance (best for agents without a wallet)",
"header": "X-Vibes-Key",
"min_usd": 1,
"priority": 1,
"endpoints": {
"fund": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status"
},
"next_header": "X-Vibes-Key",
"example_body": {
"amount_cents": 100
},
"min_amount_cents": 100,
"response_key_field": "key"
},
{
"id": "day_pass",
"how": "POST /api/v1/outcomes/day-pass → settle x402 (~$0.50 USDC) → send day_pass.pass_token as header X-Day-Pass on covered guard slugs.",
"title": "24h day-pass (one payment, many guard calls)",
"header": "X-Day-Pass",
"endpoint": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"priority": 2,
"price_usd": 0.5,
"price_cents": 50,
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
],
"response_token_field": "day_pass.pass_token"
},
{
"id": "browser_wallet",
"how": "Open https://vibes-coded.com/workforce/apis/tool-call-budget-guard — pay with Phantom (Solana USDC) per call, or paste a prepaid X-Vibes-Key / day-pass X-Day-Pass if you already funded.",
"url": "https://vibes-coded.com/workforce/apis/tool-call-budget-guard",
"title": "Human wallet checkout",
"priority": 3
},
{
"id": "mcp",
"how": "Official MCP Registry: io.github.doteyeso-ops/mcp-server-vibes-coded. Docker: docker run -i --rm ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3 (package must be public). Or Smithery/Glama / pip install git+https://github.com/doteyeso-ops/mcp-server-vibes-coded.git. There is NO npm package — do not npx. Use the `pay` tool for 402 challenges.",
"oci": "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3",
"repo": "https://github.com/doteyeso-ops/mcp-server-vibes-coded",
"glama": "https://glama.ai/mcp/servers/@doteyeso-ops/mcp-server-vibes-coded",
"title": "MCP server (official registry / OCI / Smithery / Glama — not npm)",
"priority": 4,
"registry": "https://registry.modelcontextprotocol.io/v0.1/servers?search=vibes-coded",
"smithery": "https://smithery.ai/servers/doteyeso-ops/mcp-server-vibes-coded"
},
{
"id": "x402_header",
"how": "Sign exact $0.05 USDC to payTo in accepts[0], resubmit this POST with header PAYMENT-SIGNATURE (CDP/OpenX402 facilitator).",
"title": "Direct x402 PAYMENT-SIGNATURE",
"priority": 5,
"amount_usd": "0.05",
"resource_url": "https://vibes-coded.com/api/v1/outcomes/tool-call-budget-guard"
}
],
"wallet_free_option": "No Solana wallet on the agent? Owner funds a prepaid balance ONCE via x402 (POST /api/v1/outcomes/balance/fund with body {\"amount_cents\":100}), then agents call with header `X-Vibes-Key: <key>` — no per-call wallet. Top up: POST /balance/topup. Status: GET /balance/status with the same header."
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"facilitatorSettle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"facilitatorVerify": "https://api.cdp.coinbase.com/platform/v2/x402/verify"
},
"payTo": "FmC5pYspDdjBntYdyjcahAHd3zAYj3ucx1dgoGs6LjMB",
"amount": "100000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"resource": "https://vibes-coded.com/api/v1/outcomes/agent-state-guard",
"maxTimeoutSeconds": 300
}
],
"prepaid": {
"how": "POST /api/v1/outcomes/balance/fund → settle x402 (≥$1 USDC) → store `key` → send header X-Vibes-Key on any outcome call.",
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"header": "X-Vibes-Key",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status",
"min_usd": 1,
"endpoint": "/api/v1/outcomes/balance/fund",
"min_amount_cents": 100,
"response_key_field": "key"
},
"day_pass": {
"how": "POST /api/v1/outcomes/day-pass → settle x402 (~$0.50 USDC) → send day_pass.pass_token as header X-Day-Pass on covered guard slugs.",
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"hours": 24,
"header": "X-Day-Pass",
"endpoint": "/api/v1/outcomes/day-pass",
"price_usd": 0.5,
"price_cents": 50,
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
],
"response_token_field": "day_pass.pass_token"
},
"resource": {
"url": "https://vibes-coded.com/api/v1/outcomes/agent-state-guard",
"tags": [
"infra",
"reliability",
"x402",
"usdc"
],
"iconUrl": "https://vibes-coded.com/favicon.ico",
"mimeType": "application/json",
"description": "Agent State & Idempotency Guard",
"serviceName": "Vibes-Coded Agent Tool API"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object",
"required": [
"action",
"current_state"
],
"properties": {
"action": {
"type": "string",
"description": "Action about to execute, such as place_order or release_payment"
},
"side_effect": {
"enum": [
"read_only",
"external_write",
"financial",
"communication"
],
"type": "string",
"default": "external_write"
},
"prior_events": {
"type": "array",
"items": {
"type": "object"
},
"description": "Prior executions with idempotency_key and status"
},
"current_state": {
"type": "object",
"description": "Latest read-back state; include version or state_version when available"
},
"required_state": {
"type": "object",
"description": "Subset of fields that must match before execution"
},
"idempotency_key": {
"type": "string",
"description": "Stable key for this logical side effect"
},
"expected_version": {
"description": "Version used when planning the action"
},
"received_confirmations": {
"type": "array",
"items": {
"type": "string"
}
},
"required_confirmations": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"output": {
"type": "json",
"example": {
"ok": true,
"risk": "low",
"checks": {
"retry_budget": "ok",
"memory_coherent": true,
"no_pending_action": true
},
"state_ok": true,
"recommendation": "proceed"
}
}
},
"slug": "agent-state-guard",
"tags": [
"infra",
"reliability",
"x402",
"usdc"
],
"schema": {},
"serviceName": "Vibes-Coded Agent Tool API"
}
},
"facilitator": {
"url": "https://api.cdp.coinbase.com/platform/v2/x402",
"settle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"verify": "https://api.cdp.coinbase.com/platform/v2/x402/verify",
"default": "https://api.cdp.coinbase.com/platform/v2/x402"
},
"pay_command": "POST https://vibes-coded.com/api/v1/outcomes/balance/fund {\"amount_cents\":100} → settle $1 USDC → POST https://vibes-coded.com/api/v1/outcomes/agent-state-guard with header X-Vibes-Key: <key>",
"x402Version": 2,
"checkout_url": "https://vibes-coded.com/workforce/apis/agent-state-guard",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object",
"required": [
"action",
"current_state"
],
"properties": {
"action": {
"type": "string",
"description": "Action about to execute, such as place_order or release_payment"
},
"side_effect": {
"enum": [
"read_only",
"external_write",
"financial",
"communication"
],
"type": "string",
"default": "external_write"
},
"prior_events": {
"type": "array",
"items": {
"type": "object"
},
"description": "Prior executions with idempotency_key and status"
},
"current_state": {
"type": "object",
"description": "Latest read-back state; include version or state_version when available"
},
"required_state": {
"type": "object",
"description": "Subset of fields that must match before execution"
},
"idempotency_key": {
"type": "string",
"description": "Stable key for this logical side effect"
},
"expected_version": {
"description": "Version used when planning the action"
},
"received_confirmations": {
"type": "array",
"items": {
"type": "string"
}
},
"required_confirmations": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"bodyType": "json",
"discoverable": true
},
"output": {
"type": "application/json",
"example": {
"ok": true,
"steps": null,
"result": {
"summary": "Structured outcome payload"
},
"resource": "agent-state-guard",
"total_usdc": null
},
"description": "Preflight a stateful agent action before execution. Blocks completed duplicates, stale state versions, unmet preconditions, and missing approvals."
}
},
"x402_pay_url": "https://vibes-coded.com/api/v1/outcomes/agent-state-guard",
"day_pass_hint": "Lower friction: buy a 24h day-pass (one ~$0.5 x402 payment) and call covered guards free — POST /api/v1/outcomes/day-pass, then send the token as header `X-Day-Pass`. Covers: agent-builder, builder, cost, identity, memory, prompt-security, reliability, supply-chain.",
"example_calls": {
"use_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/agent-state-guard",
"note": "No PAYMENT-SIGNATURE. Balance debits this endpoint price_cents.",
"method": "POST",
"headers": {
"X-Vibes-Key": "<key from fund_prepaid>",
"Content-Type": "application/json"
}
},
"buy_day_pass": {
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"then": "Settle ~$0.5 USDC x402 → read day_pass.pass_token → header X-Day-Pass on covered packs.",
"method": "POST",
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
]
},
"fund_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"json": {
"amount_cents": 100
},
"then": "Respond to 402 with PAYMENT-SIGNATURE for accepts[0] (~$1 USDC). 200 body includes `key` (vb_…). Store it.",
"method": "POST"
}
},
"sample_output": {
"ok": true,
"risk": "low",
"checks": {
"retry_budget": "ok",
"memory_coherent": true,
"no_pending_action": true
},
"state_ok": true,
"recommendation": "proceed"
},
"x402_pay_hint": "This call costs $0.10 USDC on Solana. Prefer prepaid (owner funds once) or day-pass (~$0.5/24h) over per-call signing. Human checkout: https://vibes-coded.com/workforce/apis/agent-state-guard. MCP: official registry io.github.doteyeso-ops/mcp-server-vibes-coded (OCI ghcr.io/doteyeso-ops/mcp-server-vibes-coded) or Smithery/Glama — no npm package (npx 404s).",
"preferred_path": "prepaid",
"conversion_paths": [
{
"id": "prepaid",
"how": "Owner pays once: POST /api/v1/outcomes/balance/fund with PAYMENT-SIGNATURE (min $1 USDC). Response returns a vb_… key. Agents then call this endpoint with header X-Vibes-Key: <key> — no per-call wallet.",
"title": "Prepaid balance (best for agents without a wallet)",
"header": "X-Vibes-Key",
"min_usd": 1,
"priority": 1,
"endpoints": {
"fund": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status"
},
"next_header": "X-Vibes-Key",
"example_body": {
"amount_cents": 100
},
"min_amount_cents": 100,
"response_key_field": "key"
},
{
"id": "day_pass",
"how": "POST /api/v1/outcomes/day-pass → settle x402 (~$0.50 USDC) → send day_pass.pass_token as header X-Day-Pass on covered guard slugs.",
"title": "24h day-pass (one payment, many guard calls)",
"header": "X-Day-Pass",
"endpoint": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"priority": 2,
"price_usd": 0.5,
"price_cents": 50,
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
],
"response_token_field": "day_pass.pass_token"
},
{
"id": "browser_wallet",
"how": "Open https://vibes-coded.com/workforce/apis/agent-state-guard — pay with Phantom (Solana USDC) per call, or paste a prepaid X-Vibes-Key / day-pass X-Day-Pass if you already funded.",
"url": "https://vibes-coded.com/workforce/apis/agent-state-guard",
"title": "Human wallet checkout",
"priority": 3
},
{
"id": "mcp",
"how": "Official MCP Registry: io.github.doteyeso-ops/mcp-server-vibes-coded. Docker: docker run -i --rm ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3 (package must be public). Or Smithery/Glama / pip install git+https://github.com/doteyeso-ops/mcp-server-vibes-coded.git. There is NO npm package — do not npx. Use the `pay` tool for 402 challenges.",
"oci": "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3",
"repo": "https://github.com/doteyeso-ops/mcp-server-vibes-coded",
"glama": "https://glama.ai/mcp/servers/@doteyeso-ops/mcp-server-vibes-coded",
"title": "MCP server (official registry / OCI / Smithery / Glama — not npm)",
"priority": 4,
"registry": "https://registry.modelcontextprotocol.io/v0.1/servers?search=vibes-coded",
"smithery": "https://smithery.ai/servers/doteyeso-ops/mcp-server-vibes-coded"
},
{
"id": "x402_header",
"how": "Sign exact $0.10 USDC to payTo in accepts[0], resubmit this POST with header PAYMENT-SIGNATURE (CDP/OpenX402 facilitator).",
"title": "Direct x402 PAYMENT-SIGNATURE",
"priority": 5,
"amount_usd": "0.10",
"resource_url": "https://vibes-coded.com/api/v1/outcomes/agent-state-guard"
}
],
"wallet_free_option": "No Solana wallet on the agent? Owner funds a prepaid balance ONCE via x402 (POST /api/v1/outcomes/balance/fund with body {\"amount_cents\":100}), then agents call with header `X-Vibes-Key: <key>` — no per-call wallet. Top up: POST /balance/topup. Status: GET /balance/status with the same header."
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"facilitatorSettle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"facilitatorVerify": "https://api.cdp.coinbase.com/platform/v2/x402/verify"
},
"payTo": "FmC5pYspDdjBntYdyjcahAHd3zAYj3ucx1dgoGs6LjMB",
"amount": "80000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"resource": "https://vibes-coded.com/api/v1/outcomes/drift-guard",
"maxTimeoutSeconds": 300
}
],
"prepaid": {
"how": "POST /api/v1/outcomes/balance/fund → settle x402 (≥$1 USDC) → store `key` → send header X-Vibes-Key on any outcome call.",
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"header": "X-Vibes-Key",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status",
"min_usd": 1,
"endpoint": "/api/v1/outcomes/balance/fund",
"min_amount_cents": 100,
"response_key_field": "key"
},
"day_pass": {
"how": "POST /api/v1/outcomes/day-pass → settle x402 (~$0.50 USDC) → send day_pass.pass_token as header X-Day-Pass on covered guard slugs.",
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"hours": 24,
"header": "X-Day-Pass",
"endpoint": "/api/v1/outcomes/day-pass",
"price_usd": 0.5,
"price_cents": 50,
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
],
"response_token_field": "day_pass.pass_token"
},
"resource": {
"url": "https://vibes-coded.com/api/v1/outcomes/drift-guard",
"tags": [
"infra",
"reliability",
"x402",
"usdc"
],
"iconUrl": "https://vibes-coded.com/favicon.ico",
"mimeType": "application/json",
"description": "State Drift Guard",
"serviceName": "Vibes-Coded Agent Tool API"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object"
}
},
"output": {
"type": "json",
"example": {
"ok": true,
"delta": {},
"current_sha": "a1b2c3",
"baseline_sha": "a1b2c3",
"drift_detected": false
}
}
},
"slug": "drift-guard",
"tags": [
"infra",
"reliability",
"x402",
"usdc"
],
"schema": {},
"serviceName": "Vibes-Coded Agent Tool API"
}
},
"facilitator": {
"url": "https://api.cdp.coinbase.com/platform/v2/x402",
"settle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"verify": "https://api.cdp.coinbase.com/platform/v2/x402/verify",
"default": "https://api.cdp.coinbase.com/platform/v2/x402"
},
"pay_command": "POST https://vibes-coded.com/api/v1/outcomes/balance/fund {\"amount_cents\":100} → settle $1 USDC → POST https://vibes-coded.com/api/v1/outcomes/drift-guard with header X-Vibes-Key: <key>",
"x402Version": 2,
"checkout_url": "https://vibes-coded.com/workforce/apis/drift-guard",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object"
},
"bodyType": "json",
"discoverable": true
},
"output": {
"type": "application/json",
"example": {
"ok": true,
"steps": null,
"result": {
"summary": "Structured outcome payload"
},
"resource": "drift-guard",
"total_usdc": null
},
"description": "Compare an agent's current state to a trusted baseline or trajectory and flag fields that drifted beyond threshold, flipped category, or appeared. Operationalizes 'Six-Hour Drift' and deterministic feedback loops."
}
},
"x402_pay_url": "https://vibes-coded.com/api/v1/outcomes/drift-guard",
"day_pass_hint": "Lower friction: buy a 24h day-pass (one ~$0.5 x402 payment) and call covered guards free — POST /api/v1/outcomes/day-pass, then send the token as header `X-Day-Pass`. Covers: agent-builder, builder, cost, identity, memory, prompt-security, reliability, supply-chain.",
"example_calls": {
"use_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/drift-guard",
"note": "No PAYMENT-SIGNATURE. Balance debits this endpoint price_cents.",
"method": "POST",
"headers": {
"X-Vibes-Key": "<key from fund_prepaid>",
"Content-Type": "application/json"
}
},
"buy_day_pass": {
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"then": "Settle ~$0.5 USDC x402 → read day_pass.pass_token → header X-Day-Pass on covered packs.",
"method": "POST",
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
]
},
"fund_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"json": {
"amount_cents": 100
},
"then": "Respond to 402 with PAYMENT-SIGNATURE for accepts[0] (~$1 USDC). 200 body includes `key` (vb_…). Store it.",
"method": "POST"
}
},
"sample_output": {
"ok": true,
"delta": {},
"current_sha": "a1b2c3",
"baseline_sha": "a1b2c3",
"drift_detected": false
},
"x402_pay_hint": "This call costs $0.08 USDC on Solana. Prefer prepaid (owner funds once) or day-pass (~$0.5/24h) over per-call signing. Human checkout: https://vibes-coded.com/workforce/apis/drift-guard. MCP: official registry io.github.doteyeso-ops/mcp-server-vibes-coded (OCI ghcr.io/doteyeso-ops/mcp-server-vibes-coded) or Smithery/Glama — no npm package (npx 404s).",
"preferred_path": "prepaid",
"conversion_paths": [
{
"id": "prepaid",
"how": "Owner pays once: POST /api/v1/outcomes/balance/fund with PAYMENT-SIGNATURE (min $1 USDC). Response returns a vb_… key. Agents then call this endpoint with header X-Vibes-Key: <key> — no per-call wallet.",
"title": "Prepaid balance (best for agents without a wallet)",
"header": "X-Vibes-Key",
"min_usd": 1,
"priority": 1,
"endpoints": {
"fund": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status"
},
"next_header": "X-Vibes-Key",
"example_body": {
"amount_cents": 100
},
"min_amount_cents": 100,
"response_key_field": "key"
},
{
"id": "day_pass",
"how": "POST /api/v1/outcomes/day-pass → settle x402 (~$0.50 USDC) → send day_pass.pass_token as header X-Day-Pass on covered guard slugs.",
"title": "24h day-pass (one payment, many guard calls)",
"header": "X-Day-Pass",
"endpoint": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"priority": 2,
"price_usd": 0.5,
"price_cents": 50,
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
],
"response_token_field": "day_pass.pass_token"
},
{
"id": "browser_wallet",
"how": "Open https://vibes-coded.com/workforce/apis/drift-guard — pay with Phantom (Solana USDC) per call, or paste a prepaid X-Vibes-Key / day-pass X-Day-Pass if you already funded.",
"url": "https://vibes-coded.com/workforce/apis/drift-guard",
"title": "Human wallet checkout",
"priority": 3
},
{
"id": "mcp",
"how": "Official MCP Registry: io.github.doteyeso-ops/mcp-server-vibes-coded. Docker: docker run -i --rm ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3 (package must be public). Or Smithery/Glama / pip install git+https://github.com/doteyeso-ops/mcp-server-vibes-coded.git. There is NO npm package — do not npx. Use the `pay` tool for 402 challenges.",
"oci": "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3",
"repo": "https://github.com/doteyeso-ops/mcp-server-vibes-coded",
"glama": "https://glama.ai/mcp/servers/@doteyeso-ops/mcp-server-vibes-coded",
"title": "MCP server (official registry / OCI / Smithery / Glama — not npm)",
"priority": 4,
"registry": "https://registry.modelcontextprotocol.io/v0.1/servers?search=vibes-coded",
"smithery": "https://smithery.ai/servers/doteyeso-ops/mcp-server-vibes-coded"
},
{
"id": "x402_header",
"how": "Sign exact $0.08 USDC to payTo in accepts[0], resubmit this POST with header PAYMENT-SIGNATURE (CDP/OpenX402 facilitator).",
"title": "Direct x402 PAYMENT-SIGNATURE",
"priority": 5,
"amount_usd": "0.08",
"resource_url": "https://vibes-coded.com/api/v1/outcomes/drift-guard"
}
],
"wallet_free_option": "No Solana wallet on the agent? Owner funds a prepaid balance ONCE via x402 (POST /api/v1/outcomes/balance/fund with body {\"amount_cents\":100}), then agents call with header `X-Vibes-Key: <key>` — no per-call wallet. Top up: POST /balance/topup. Status: GET /balance/status with the same header."
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"facilitatorSettle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"facilitatorVerify": "https://api.cdp.coinbase.com/platform/v2/x402/verify"
},
"payTo": "FmC5pYspDdjBntYdyjcahAHd3zAYj3ucx1dgoGs6LjMB",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"resource": "https://vibes-coded.com/api/v1/outcomes/action-receipt",
"maxTimeoutSeconds": 300
}
],
"prepaid": {
"how": "POST /api/v1/outcomes/balance/fund → settle x402 (≥$1 USDC) → store `key` → send header X-Vibes-Key on any outcome call.",
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"header": "X-Vibes-Key",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status",
"min_usd": 1,
"endpoint": "/api/v1/outcomes/balance/fund",
"min_amount_cents": 100,
"response_key_field": "key"
},
"resource": {
"url": "https://vibes-coded.com/api/v1/outcomes/action-receipt",
"tags": [
"agent",
"x402",
"usdc"
],
"iconUrl": "https://vibes-coded.com/favicon.ico",
"mimeType": "application/json",
"description": "Action Receipt (Provenance)",
"serviceName": "Vibes-Coded Agent Tool API"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object"
}
},
"output": {
"type": "json",
"example": null
}
},
"slug": "action-receipt",
"tags": [
"agent",
"x402",
"usdc"
],
"schema": {},
"serviceName": "Vibes-Coded Agent Tool API"
}
},
"facilitator": {
"url": "https://api.cdp.coinbase.com/platform/v2/x402",
"settle": "https://api.cdp.coinbase.com/platform/v2/x402/settle",
"verify": "https://api.cdp.coinbase.com/platform/v2/x402/verify",
"default": "https://api.cdp.coinbase.com/platform/v2/x402"
},
"pay_command": "POST https://vibes-coded.com/api/v1/outcomes/balance/fund {\"amount_cents\":100} → settle $1 USDC → POST https://vibes-coded.com/api/v1/outcomes/action-receipt with header X-Vibes-Key: <key>",
"x402Version": 2,
"checkout_url": "https://vibes-coded.com/workforce/apis/action-receipt",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"schema": {
"type": "object"
},
"bodyType": "json",
"discoverable": true
},
"output": {
"type": "application/json",
"example": {
"ok": true,
"steps": null,
"result": {
"summary": "Structured outcome payload"
},
"resource": "action-receipt",
"total_usdc": null
},
"description": "Mint a signed, replayable receipt proving quote -> approve -> settle provenance for an irreversible agent action. HMAC-SHA256 over agent_id|action|payload_digest|nonce|quote|ts. Verifiable offline; nonce guards replay. The peer settle recei"
}
},
"x402_pay_url": "https://vibes-coded.com/api/v1/outcomes/action-receipt",
"example_calls": {
"use_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/action-receipt",
"note": "No PAYMENT-SIGNATURE. Balance debits this endpoint price_cents.",
"method": "POST",
"headers": {
"X-Vibes-Key": "<key from fund_prepaid>",
"Content-Type": "application/json"
}
},
"buy_day_pass": {
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"then": "Settle ~$0.5 USDC x402 → read day_pass.pass_token → header X-Day-Pass on covered packs.",
"method": "POST",
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
]
},
"fund_prepaid": {
"url": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"json": {
"amount_cents": 100
},
"then": "Respond to 402 with PAYMENT-SIGNATURE for accepts[0] (~$1 USDC). 200 body includes `key` (vb_…). Store it.",
"method": "POST"
}
},
"sample_output": null,
"x402_pay_hint": "This call costs $0.02 USDC on Solana. Prefer prepaid (owner funds once) or day-pass (~$0.5/24h) over per-call signing. Human checkout: https://vibes-coded.com/workforce/apis/action-receipt. MCP: official registry io.github.doteyeso-ops/mcp-server-vibes-coded (OCI ghcr.io/doteyeso-ops/mcp-server-vibes-coded) or Smithery/Glama — no npm package (npx 404s).",
"preferred_path": "prepaid",
"conversion_paths": [
{
"id": "prepaid",
"how": "Owner pays once: POST /api/v1/outcomes/balance/fund with PAYMENT-SIGNATURE (min $1 USDC). Response returns a vb_… key. Agents then call this endpoint with header X-Vibes-Key: <key> — no per-call wallet.",
"title": "Prepaid balance (best for agents without a wallet)",
"header": "X-Vibes-Key",
"min_usd": 1,
"priority": 1,
"endpoints": {
"fund": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"topup": "https://vibes-coded.com/api/v1/outcomes/balance/topup",
"status": "https://vibes-coded.com/api/v1/outcomes/balance/status"
},
"next_header": "X-Vibes-Key",
"example_body": {
"amount_cents": 100
},
"min_amount_cents": 100,
"response_key_field": "key"
},
{
"id": "day_pass",
"how": "POST /api/v1/outcomes/day-pass → settle x402 (~$0.50 USDC) → send day_pass.pass_token as header X-Day-Pass on covered guard slugs.",
"title": "24h day-pass (one payment, many guard calls)",
"header": "X-Day-Pass",
"endpoint": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"priority": 2,
"price_usd": 0.5,
"price_cents": 50,
"covered_packs": [
"agent-builder",
"builder",
"cost",
"identity",
"memory",
"prompt-security",
"reliability",
"supply-chain"
],
"response_token_field": "day_pass.pass_token"
},
{
"id": "browser_wallet",
"how": "Open https://vibes-coded.com/workforce/apis/action-receipt — pay with Phantom (Solana USDC) per call, or paste a prepaid X-Vibes-Key / day-pass X-Day-Pass if you already funded.",
"url": "https://vibes-coded.com/workforce/apis/action-receipt",
"title": "Human wallet checkout",
"priority": 3
},
{
"id": "mcp",
"how": "Official MCP Registry: io.github.doteyeso-ops/mcp-server-vibes-coded. Docker: docker run -i --rm ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3 (package must be public). Or Smithery/Glama / pip install git+https://github.com/doteyeso-ops/mcp-server-vibes-coded.git. There is NO npm package — do not npx. Use the `pay` tool for 402 challenges.",
"oci": "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3",
"repo": "https://github.com/doteyeso-ops/mcp-server-vibes-coded",
"glama": "https://glama.ai/mcp/servers/@doteyeso-ops/mcp-server-vibes-coded",
"title": "MCP server (official registry / OCI / Smithery / Glama — not npm)",
"priority": 4,
"registry": "https://registry.modelcontextprotocol.io/v0.1/servers?search=vibes-coded",
"smithery": "https://smithery.ai/servers/doteyeso-ops/mcp-server-vibes-coded"
},
{
"id": "x402_header",
"how": "Sign exact $0.02 USDC to payTo in accepts[0], resubmit this POST with header PAYMENT-SIGNATURE (CDP/OpenX402 facilitator).",
"title": "Direct x402 PAYMENT-SIGNATURE",
"priority": 5,
"amount_usd": "0.02",
"resource_url": "https://vibes-coded.com/api/v1/outcomes/action-receipt"
}
],
"wallet_free_option": "No Solana wallet on the agent? Owner funds a prepaid balance ONCE via x402 (POST /api/v1/outcomes/balance/fund with body {\"amount_cents\":100}), then agents call with header `X-Vibes-Key: <key>` — no per-call wallet. Top up: POST /balance/topup. Status: GET /balance/status with the same header."
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/vibes-coded-agent-tool-api/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 6 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/vibes-coded-agent-tool-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/vibes-coded-agent-tool-api.svg" alt="Vibes-Coded Agent Tool API listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/vibes-coded-agent-tool-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/vibes-coded-agent-tool-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/vibes-coded-agent-tool-api.svg?data=uptime" alt="Vibes-Coded Agent Tool API uptime on x402-list" height="28"> </a>