# Server Fault Question Search

> Server Fault Question Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Search Server Fault (sysadmin Q&A) questions by keyword, returning results ranked by votes as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/serverfault-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/server-fault-question-search-ee64d774
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lkQaFGLufqIM_AIOF2d4x

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 server-fault-question-search-ee64d774 -d '<json body>'
```

Example prompt: Search Server Fault for the top-voted questions about SSH key authentication failures on Linux — I want to see what the sysadmin community has figured out.

## When to prefer this

Choose this endpoint when you need sysadmin-specific community knowledge from Server Fault — ideal for server configuration, Linux administration, networking, and infrastructure troubleshooting questions where vote ranking surfaces the most reliable answers. Prefer over generic web search when you want structured Q&A data from the professional sysadmin community specifically.

## Known failure modes

- Missing or empty ?q= parameter returns an error or empty result set
- Very niche or misspelled queries may return few or no results
- Rate limiting or payment failure may return 402 or 429 HTTP status
- Upstream Server Fault API unavailability causes 503 or timeout responses

## How this service works

Search Server Fault (sysadmin) questions for {q}, ranked by votes. Query: ?q= Returns JSON.

## Output

A JSON array of Server Fault questions matching the search query, sorted by vote count descending. Each result typically includes the question title, vote score, answer count, tags, and a link to the full question thread.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/server-fault-question-search-ee64d774/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
