# Sovereign Engine – Revenue Dashboard Execution

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

Executes a prompt-driven revenue dashboard query in an isolated sandbox, returning structured data with a payment receipt, billed at $0.01 USDC per call via x402.

## Facts

- Endpoint: POST https://api.zuluworksai.com/exec/revenue-dashboard
- Price: $0.01/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-revenue-dashboard-execution-412afd5a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RL6yhHrMvxcpizBp4-1d5

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-revenue-dashboard-execution-412afd5a -d '<json body>'
```

Example prompt: Run my revenue dashboard query through the Sovereign Engine — the prompt is 'summarize total revenue by product line for Q1 2024' — and charge the $0.01 USDC execution fee.

## When to prefer this

Choose this endpoint when you need a pay-per-call, isolated execution environment for revenue dashboard prompts with automatic USDC micropayment settlement via x402. Ideal for agents that require verifiable payment receipts per execution and need sandboxed, network-blocked computation without spinning up dedicated infrastructure.

## Known failure modes

- Payment not authorized or insufficient USDC balance — x402 payment rejection
- Prompt exceeds sandbox execution limits — returns error or empty data object
- Network access blocked inside sandbox — any prompt requiring external HTTP calls will fail
- Malformed prompt input — missing or non-string prompt field returns validation error
- Worker cold-start or Cloudflare sandbox timeout — execution may not complete in time

## 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

A JSON object containing a 'data' field with the dashboard result payload, a 'success' boolean, and a 'receipt_id' UUID confirming the x402 micropayment transaction was processed.

## 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-revenue-dashboard-execution-412afd5a/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)
