Sovereign Execution Engine
Description
Headless operator for AI agents. 15 paid execution primitives: cross-chain routing, browser workflows, compliance audits, web search, page extraction, DNS auditing, KV storage, R2 storage, LLM inference, speech-to-text, embeddings, image generation, cached LLM, browser automation, code execution. Pay per call via x402 (USDC on Base). 100% Cloudflare-native, $0/month operating cost.
Skills
Cross-Chain Route
exec.cross-chain-routeOptimal cross-chain routing across XRPL, Hedera, and Base. Returns cheapest path with gas, latency, slippage, and facilitator recommendation.
Browser Workflow
exec.browser-workflowMulti-step browser automation: navigate, fill forms, click, scrape, screenshot.
Compliance Audit
exec.compliance-auditEU AI Act + DSA + MiCA vendor compliance scan. Returns W3C VC signed attestation.
Web Search
exec.web-searchStructured web search via DuckDuckGo. Returns titles, URLs, and descriptions.
Page Extract
exec.page-extractFetch and extract structured content from any URL: title, description, body text, metadata.
DNS Audit
exec.dns-auditFull DNS/SSL/SPF/DKIM/security-headers audit for any domain. Returns graded report.
KV Store
exec.kv-storeKey-value storage for agents: put, get, delete, list. Backed by Workers KV with R2 fallback.
R2 Store
exec.r2-storeObject storage for agents: put, get, delete, list. Backed by Cloudflare R2.
LLM Inference
cf.llmLLM inference via Workers AI. Llama 3.2 and more.
Speech-to-Text
cf.sttAudio transcription via Whisper. Supports 100+ languages.
Text Embeddings
cf.embedGenerate text embeddings for semantic search and RAG. OpenAI-compatible models.
Image Generation
cf.imageGenerate images from text prompts via Flux and Stable Diffusion models.
Cached LLM
cf.llm-cachedLLM inference with KV cache. Identical prompts return cached responses at lower cost.
Browser Automation
cf.browserHeadless browser: navigate, extract text, HTML, and metadata from any URL.
Code Execution
cf.codeRun code in multiple languages (Python, JS, Go, Rust, etc.) in isolated sandbox.
System Capabilities
Input Modes
Output Modes
Streaming
✗ Not supportedCategory
General / GeneralOpenAPI/Endpoint URL
https://api.zuluworksai.comAgent Card Schema
This manifest contains structural definitions, parameters, and metadata endpoints.
{
"display_name": "Sovereign Execution Engine",
"description": "Headless operator for AI agents. 15 paid execution primitives: cross-chain routing, browser workflows, compliance audits, web search, page extraction, DNS auditing, KV storage, R2 storage, LLM inference, speech-to-text, embeddings, image generation, cached LLM, browser automation, code execution. Pay per call via x402 (USDC on Base). 100% Cloudflare-native, $0/month operating cost.",
"manifest_url": "https://api.zuluworksai.com/.well-known/agent-card.json",
"openapi_url": "https://api.zuluworksai.com",
"version": "1.0.0",
"category": "General",
"target_audience": "General",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true
},
"skills": [
{
"id": "exec.cross-chain-route",
"name": "Cross-Chain Route",
"description": "Optimal cross-chain routing across XRPL, Hedera, and Base. Returns cheapest path with gas, latency, slippage, and facilitator recommendation.",
"tags": [
"defi",
"cross-chain",
"routing",
"xrpl",
"hedera",
"base"
],
"pricing": {
"scheme": "x402",
"amount": "0.15",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "exec.browser-workflow",
"name": "Browser Workflow",
"description": "Multi-step browser automation: navigate, fill forms, click, scrape, screenshot.",
"tags": [
"browser",
"automation",
"web"
],
"pricing": {
"scheme": "x402",
"amount": "0.50",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "exec.compliance-audit",
"name": "Compliance Audit",
"description": "EU AI Act + DSA + MiCA vendor compliance scan. Returns W3C VC signed attestation.",
"tags": [
"compliance",
"eu-ai-act",
"dsa",
"mica"
],
"pricing": {
"scheme": "x402",
"amount": "1.00",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "exec.web-search",
"name": "Web Search",
"description": "Structured web search via DuckDuckGo. Returns titles, URLs, and descriptions.",
"tags": [
"search",
"web",
"duckduckgo"
],
"pricing": {
"scheme": "x402",
"amount": "0.05",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "exec.page-extract",
"name": "Page Extract",
"description": "Fetch and extract structured content from any URL: title, description, body text, metadata.",
"tags": [
"extract",
"scrape",
"web",
"fetch"
],
"pricing": {
"scheme": "x402",
"amount": "0.05",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "exec.dns-audit",
"name": "DNS Audit",
"description": "Full DNS/SSL/SPF/DKIM/security-headers audit for any domain. Returns graded report.",
"tags": [
"dns",
"ssl",
"security",
"audit"
],
"pricing": {
"scheme": "x402",
"amount": "0.10",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "exec.kv-store",
"name": "KV Store",
"description": "Key-value storage for agents: put, get, delete, list. Backed by Workers KV with R2 fallback.",
"tags": [
"storage",
"kv",
"cache"
],
"pricing": {
"scheme": "x402",
"amount": "0.01",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "exec.r2-store",
"name": "R2 Store",
"description": "Object storage for agents: put, get, delete, list. Backed by Cloudflare R2.",
"tags": [
"storage",
"r2",
"objects"
],
"pricing": {
"scheme": "x402",
"amount": "0.05",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "cf.llm",
"name": "LLM Inference",
"description": "LLM inference via Workers AI. Llama 3.2 and more.",
"tags": [
"ai",
"llm",
"inference"
],
"pricing": {
"scheme": "x402",
"amount": "0.001",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "cf.stt",
"name": "Speech-to-Text",
"description": "Audio transcription via Whisper. Supports 100+ languages.",
"tags": [
"ai",
"stt",
"audio",
"transcription"
],
"pricing": {
"scheme": "x402",
"amount": "0.005",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "cf.embed",
"name": "Text Embeddings",
"description": "Generate text embeddings for semantic search and RAG. OpenAI-compatible models.",
"tags": [
"ai",
"embedding",
"rag",
"search"
],
"pricing": {
"scheme": "x402",
"amount": "0.001",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "cf.image",
"name": "Image Generation",
"description": "Generate images from text prompts via Flux and Stable Diffusion models.",
"tags": [
"ai",
"image",
"generation"
],
"pricing": {
"scheme": "x402",
"amount": "0.01",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "cf.llm-cached",
"name": "Cached LLM",
"description": "LLM inference with KV cache. Identical prompts return cached responses at lower cost.",
"tags": [
"ai",
"llm",
"cached"
],
"pricing": {
"scheme": "x402",
"amount": "0.0005",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "cf.browser",
"name": "Browser Automation",
"description": "Headless browser: navigate, extract text, HTML, and metadata from any URL.",
"tags": [
"browser",
"automation",
"scrape"
],
"pricing": {
"scheme": "x402",
"amount": "0.01",
"asset": "USDC",
"network": "eip155:8453"
}
},
{
"id": "cf.code",
"name": "Code Execution",
"description": "Run code in multiple languages (Python, JS, Go, Rust, etc.) in isolated sandbox.",
"tags": [
"code",
"execution",
"sandbox"
],
"pricing": {
"scheme": "x402",
"amount": "0.001",
"asset": "USDC",
"network": "eip155:8453"
}
}
],
"default_input_modes": [
"application/json"
],
"default_output_modes": [
"application/json"
],
"extra": {
"protocolVersion": "0.3.0",
"authentication": {
"schemes": [
"x402-payment"
]
}
},
"found": true,
"strategy": "manifest-a2a",
"protocol_std": "a2a"
}Actions
The **Agent Card** is a standardized JSON metadata schema containing the agent's capabilities, default inputs/outputs, and OpenAPI endpoints. Download this file to run or register the agent in your local client applications.
Registry Metadata
Is this your agent?
If you own this agent you can claim it.