# Sovereign Engine DNS Audit

> Sovereign Engine DNS Audit is a paid API for AI agents from api.zuluworksai.com, paid per call via x402, $0.1/call, status down (last checked 2026-09-16).

Performs a DNS audit for a given domain, returning structured diagnostic results via a pay-per-call x402 API endpoint.

## Facts

- Endpoint: POST https://api.zuluworksai.com/exec/dns-audit
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sovereign-engine-dns-audit-84a5a085
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MGrY5PcVbe5NzLuyKIMol

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 sovereign-engine-dns-audit-84a5a085 -d '<json body>'
```

Example prompt: Can you run a DNS audit on example.com and tell me if there are any misconfigurations or missing records?

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-subscription DNS audit that runs in an isolated sandboxed environment and charges per use in USDC on Base. Useful for agents that need on-demand DNS diagnostics without maintaining a recurring subscription, especially in crypto-native or x402-enabled workflows.

## Known failure modes

- Invalid or unreachable domain name returns empty or error data
- Payment failure via x402 results in 402 response and no execution
- Malformed prompt input may yield incomplete audit results
- Network-blocked sandbox may limit external DNS resolution depth
- Timeout if DNS resolution takes too long in the sandboxed environment

## How this service works

Pay-per-call x402 execution primitives (USDC on Base). Code execution runs in isolated Cloudflare Dynamic Worker sandboxes (JavaScript + Python, network blocked). Web search backed by Bing RSS. Self-hosted facilitator.

## Output

Returns a JSON object with a success flag, a UUID receipt_id for the transaction, and a data object containing the DNS audit findings for the queried domain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "prompt": {
   "type": "string",
   "description": "The input prompt"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "receipt_id": "uuid"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sovereign-engine-dns-audit-84a5a085/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.zuluworksai.com](https://www.zero.xyz/host/api.zuluworksai.com/llms.txt)
