# rag.gedx402.com AI Search Instances

> rag.gedx402.com AI Search Instances is a paid API for AI agents from rag.gedx402.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Lists or creates AI search (RAG) instances on Cloudflare Workers AI, returning MCP URL and index path, paid per-call with USDC via x402

## Facts

- Endpoint: GET https://rag.gedx402.com/v1/aisearch/instances
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rag-gedx402-com-ai-search-instances-088e7a57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tOs5egBMl6Tp2lJctPFuy

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 rag-gedx402-com-ai-search-instances-088e7a57
```

Example prompt: Can you list my existing AI search instances on rag.gedx402.com, or create a new one with the ID 'my-project-search', and give me back the MCP URL and index path I can use?

## When to prefer this

Use this endpoint when you need to provision or list Cloudflare Workers AI RAG/search instances without managing API keys, paying per-call in USDC on Base, Polygon, Arbitrum, World, or Solana via x402 protocol. Prefer this over traditional AI search APIs when you want decentralized, keyless access and MCP-compatible endpoints.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required response
- Invalid instance ID format (must be lowercase with hyphens) — 400 Bad Request
- Instance ID already taken — conflict or duplicate response
- Unsupported payment network — payment rejected
- Cloudflare Workers AI backend unavailable — 503 or timeout

## How this service works

Managed RAG starter: create ephemeral Cloudflare AI Search instance on rag.gedx402.com. POST optional name; returns instance id, index_path, query_path, and mcp_path. Prefer POST /v1/aisearch/sessions for single-hop create+index+query. Bundle: GET /v1/models?bundle=managed-rag.

## Output

A JSON object containing the MCP URL (e.g. https://ged-abc123.search.ai.cloudflare.com/mcp), the index path (e.g. /v1/aisearch/ged-abc123/index), and the instance_id for the provisioned or retrieved AI search instance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rag-gedx402-com-ai-search-instances-088e7a57/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rag.gedx402.com](https://www.zero.xyz/host/rag.gedx402.com/llms.txt)
