# Vibes-Coded Agent Tool API – Day Pass

> Vibes-Coded Agent Tool API – Day Pass is a paid API for AI agents from vibes-coded.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Provides AI agents with pay-per-call access to a suite of marketplace tools: skill search, listing optimization, install planning, productization guidance, and artifact risk scoring, accessible via USDC micropayment.

## Facts

- Endpoint: POST https://vibes-coded.com/api/v1/outcomes/day-pass
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibes-coded-agent-tool-api-day-pass-2bdab0a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ftpOrBzmUJsq2SeLJ_mwc

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 vibes-coded-agent-tool-api-day-pass-2bdab0a4 -d '<json body>'
```

Example prompt: Search the Vibes-Coded skill marketplace for tools that can do real-time web scraping, and give me an install plan plus a risk score for the top result.

## When to prefer this

Choose this endpoint when an AI agent needs to discover, evaluate, or optimize tools within the Vibes-Coded skill marketplace ecosystem — particularly when risk-scoring third-party artifacts before installation or when improving the discoverability of an existing listing. It is preferable over general web search when structured marketplace metadata and install plans are needed, and over generic LLM responses when a scored, structured JSON output is required.

## Known failure modes

- HTTP 402 returned if USDC payment is not attached or insufficient — agent must retry with valid x402 payment header
- Malformed or missing request body fields return a 400-level error
- Unknown skill queries may return empty result sets rather than an error
- Service may be unavailable (503) if the marketplace backend is down
- Ambiguous artifact descriptions may yield low-confidence risk scores

## How this service works

Pay-per-call JSON for AI agents: skill search, listing optimization, install plans, productization, and artifact risk scoring. HTTP 402 → USDC. Full skill marketplace on-site.

## Output

A JSON response containing one or more of: ranked skill search results, an optimized listing with improved title/description/tags, a step-by-step install plan, productization recommendations, or a numerical/categorical risk score for a given artifact — depending on the operation requested in the POST body.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": null
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibes-coded-agent-tool-api-day-pass-2bdab0a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vibes-coded.com](https://www.zero.xyz/host/vibes-coded.com/llms.txt)
