# OneShotAgent Website Builder

> OneShotAgent Website Builder is a paid API for AI agents from win.oneshotagent.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Generates a complete website from a text description and optional list of sections

## Facts

- Endpoint: POST https://win.oneshotagent.com/v1/tools/build
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oneshotagent-website-builder-1e7c4d8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ftjo3jHJTCZLnwzPiBW9x

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 oneshotagent-website-builder-1e7c4d8b -d '<json body>'
```

Example prompt: Build me a website for my bakery called 'Sunrise Bread Co.' — include sections for Home, About Us, Our Menu, and Contact Us. The bakery specializes in artisan sourdough and French pastries with a warm, cozy feel.

## When to prefer this

Use this endpoint when you need to rapidly generate a complete website from a natural language description, especially when you want to specify particular sections. Prefer this over manual web development when speed and automation are priorities and the user needs a quick functional website scaffold.

## Known failure modes

- Missing or empty description field returns validation error
- Malformed sections array causes request rejection
- Service unavailable returns 5xx error
- Payment failure via x402 protocol prevents execution
- Overly vague description may produce generic or low-quality output

## How this service works

Build a website

## Output

A generated website based on the provided description and sections, likely returning HTML content, a URL, or structured page data representing the built site.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sections": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "description": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oneshotagent-website-builder-1e7c4d8b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from win.oneshotagent.com](https://www.zero.xyz/host/win.oneshotagent.com/llms.txt)
