API Status

All systems operational — 78 endpoints across 15 product families

All Systems Operational Updated live • 99.9% uptime
🧠 AI Inference — Llama 3.1 8B (Cloudflare Workers AI)
EndpointDescriptionPricingLatencyStatus
/v1/embedQuantise raw float array into a compressed embedding — HELIX format, single-step compress + encode$0.010/request ONLY AT ATOMADIC<50msOperational
/v1/inferenceChat inference — Llama 3.1 8B Instruct via Workers AI with anti-hallucination guard and error correction$0.015/call ONLY AT ATOMADIC<2sOperational
/v1/inference/streamStreaming inference with live chain-of-thought reasoning — animated token delivery, collapsible thinking section$0.025/call ONLY AT ATOMADIC<3sOperational
⚡ HELIX Compression Engine — Per-Request Pricing
EndpointDescriptionPricingLatencyStatus
/v1/compressCompress model weights to HELIX Fidelity format$0.050/request ONLY AT ATOMADIC<200msOperational
/v1/decompressDecompress HELIX weights for inference$0.010/request<200msOperational
/v1/models/compressFull model compression pipeline — upload & get back a HELIX GGUF file$0.10/MB (min $0.50) ONLY AT ATOMADIC<2sOperational
/v1/models/downloadDownload pre-compressed HELIX GGUF model filesToken gated<100msOperational
🛡 Trust Guard & Oracle — Per-Call Pricing
EndpointDescriptionPricingLatencyStatus
/v1/oracle/hallucinationMathematically bounded hallucination score — formally verified ceiling$0.002/request ONLY AT ATOMADIC<18msOperational
/v1/oracle/v-aiV_AI phase oracle — geometric trust phase computation$0.002/request ONLY AT ATOMADIC<18msOperational
/v1/oracle/entropyEntropy epoch oracle — session entropy measurement$0.001/call<12msOperational
/v1/trust/decayTrust decay oracle for P2P agent networks$0.002/call<10msOperational
🔐 Identity & Auth
EndpointDescriptionPricingLatencyStatus
/v1/identity/delegation/validateIDT-201 Delegation Chain Validator — verifies full UCAN chain depth against D_MAX=23 limit$0.020/call ONLY AT ATOMADIC<15msOperational
/v1/identity/verifyTopological identity verification — formally verified identity bound$0.020/request ONLY AT ATOMADIC<15msOperational
/v1/identity/sybil-checkSybil resistance check for agent networks$0.005/call<12msOperational
/v1/auth/zero-trustZero-trust auth primitive for autonomous agents$0.005/call<10msOperational
🧠 Agent Swarm & Routing
EndpointDescriptionPricingLatencyStatus
/v1/agents/registerRegister agent with swarm topologyFree<20msOperational
/v1/agents/topologyQuery global swarm topology$0.002/call<15msOperational
/v1/agents/semantic-diffSemantic diff — knowledge base drift detection with Jaccard similarity$0.010/request<30msOperational
/v1/agents/intent-classifyIntent classification — top-3 intents with confidence scores$0.005/request<20msOperational
/v1/agents/reputationAgent reputation scoring — A2A compliance check and trust score$0.010/request<500msOperational
/v1/agents/token-budgetToken budget estimator — cost across 7 models (GPT-4o, Claude, Gemini, Llama variants)$0.005/request<10msOperational
/v1/agents/contradictionContradiction detector — NLI heuristic fact-checker for two statements$0.005/request<20msOperational
/v1/agents/planGoal planner — decompose goal into dependency-aware step-by-step plan$0.015/request ONLY AT ATOMADIC<50msOperational
/v1/agents/capabilities/matchCapability matching — find agents in the swarm with skills matching a given task description$0.005/request ONLY AT ATOMADIC<20msOperational
/v1/swarm/relayA2A-ENT ACP/TCE-24 message relay — route signed agent messages across the swarm topology$0.005/call ONLY AT ATOMADIC<25msOperational
/v1/swarm/inboxAgent message inbox and relay pipeline$0.002/call<20msOperational
/a2aAgent-to-Agent (A2A) protocol entry point$0.002/request<25msOperational
💬 Prompt Intelligence & Ethics
EndpointDescriptionPricingLatencyStatus
/v1/prompts/inject-scanPrompt injection scanner — adversarial input detection with structured threat report$0.010/request ONLY AT ATOMADIC<15msOperational
/v1/prompts/optimizePrompt optimizer — rewrite prompts for clarity, safety, and lower token cost$0.010/request ONLY AT ATOMADIC<30msOperational
/v1/prompts/downloadDownload curated prompt library — agent-ready templates for common task typesFree<10msOperational
/v1/security/prompt-scanPrompt injection scanner — detect and block adversarial inputs with confidence score$0.010/request ONLY AT ATOMADIC<15msOperational
/v1/ethics/checkPrime Axiom ethical oracle — formally bounded safety scores via DCM-1017$0.010/request ONLY AT ATOMADIC<20msOperational
/v1/security/zero-dayZero-day vulnerability pattern detector for agent payloads$0.010/request<20msOperational
🔒 Security & Compliance
EndpointDescriptionPricingLatencyStatus
/v1/threat/scoreSEC-303 Triality Threat Consensus — multi-vector threat scoring (velocity + behavioral + intent)$0.010/request ONLY AT ATOMADIC<20msOperational
/v1/security/shieldAethel Shield — payload sanitization and defense layer for agentic tool calls$0.010/request ONLY AT ATOMADIC<15msOperational
/v1/security/pqc-signPost-quantum cryptographic signing — ML-DSA (Dilithium) signatures for agent payloads$0.005/request ONLY AT ATOMADIC<10msOperational
/v1/compliance/checkε_KL Compliance Gate — GOV-100 formally verified compliance boundary$0.010/request ONLY AT ATOMADIC<18msOperational
/v1/compliance/eu-ai-actEU AI Act Guardian — GOV-106 risk classification and compliance check$0.010/request ONLY AT ATOMADIC<20msOperational
/v1/aibom/driftAIB-401 Runtime Drift Detector — AIBOM lineage verification for deployed models$0.010/request ONLY AT ATOMADIC<25msOperational
/v1/audit/logGOV-103 Reconstructable Audit Trail — tamper-evident event logging$0.010/request<20msOperational
/v1/audit/verifyVerify audit trail integrity — confirm log chain has not been altered$0.010/request<15msOperational
/v1/agent/quarantineSEC-309 Agent Quarantine Manager — isolate and flag non-compliant agents$0.010/request<25msOperational
🔑 RatchetGate — 47-Epoch Session Security
EndpointDescriptionPricingLatencyStatus
/v1/ratchet/registerRegister a new ratchet session — generates session key + epoch counter$0.002/call ONLY AT ATOMADIC<12msOperational
/v1/ratchet/advanceAdvance epoch + re-key — triggers at RG_LOOP=47 safe prime boundary$0.002/call ONLY AT ATOMADIC<12msOperational
/v1/ratchet/probeBatch session health probe — check liveness of up to 100 sessions$0.002/call<15msOperational
/v1/ratchet/status/{id}Read session status, current epoch, and remaining calls$0.001/call<8msOperational
🧾 VeriDelegate — UCAN Delegation Chains
EndpointDescriptionPricingLatencyStatus
/v1/delegate/verifyIDT-202 Full UCAN chain validation — capability attenuation + signed receipt$0.020/call ONLY AT ATOMADIC<15msOperational
/v1/delegate/receipt/{id}Retrieve signed delegation receipt for audit or downstream verification$0.005/call<10msOperational
📊 Advanced Platform — Billing, Memory & Efficiency
EndpointDescriptionPricingLatencyStatus
/v1/efficiencyPAY-506 Efficiency Capture Engine — compute ROI signal across agent interactions$0.010/call ONLY AT ATOMADIC<15msOperational
/v1/billing/outcomePAY-509 Outcome-Based Billing Engine — pay only for measurably successful agent tasks$0.010/call ONLY AT ATOMADIC<15msOperational
/v1/costs/attributeDEV-603 Agent Cost Attribution — break down token spend by agent, task, and model$0.010/call<10msOperational
/v1/memory/trimINF-815 Memory Context Trimmer — prune context window for cost-efficient inference$0.010/call<15msOperational
/v1/routing/thinkPOP-1207 Thinking Level Router — classify query complexity → model tier recommendation$0.010/call<10msOperational
💳 Payments, RNG & Platform
EndpointDescriptionPricingLatencyStatus
/v1/rng/quantumQuantum-seeded random number generator — true entropy for agents$0.005/request ONLY AT ATOMADIC<8msOperational
/v1/payments/feeFee oracle — current x402 payment requirementsFree<5msOperational
/healthPlatform health checkFree<5msOperational
/openapi.jsonOpenAPI spec — full API documentationFree<5msOperational
📝 Text AI (TXT)
EndpointDescriptionPricingLatencyStatus
/v1/text/summarizeExtractive text summarization — returns 1-3 sentence summary with compression ratio$0.010/request<50msOperational
/v1/text/keywordsTF-IDF keyword extraction — top keywords with relevance scores$0.005/request<30msOperational
/v1/text/sentimentSentiment analysis — positive/negative/neutral with confidence score$0.005/request<20msOperational
📊 Data Tools (DAT)
EndpointDescriptionPricingLatencyStatus
/v1/data/validate-jsonJSON schema validation — type checking with error paths$0.003/request<10msOperational
/v1/data/format-convertFormat conversion — JSON ↔ CSV transformation$0.005/request<20msOperational
🏛 Governance
EndpointDescriptionPricingLatencyStatus
/v1/governance/voteGOV-112 On-chain governance vote — submit weighted agent vote with trust-score modifier$0.010/call ONLY AT ATOMADIC<20msOperational
/v1/ethics/complianceEthics compliance gate — Prime Axiom audit with formal proof of safety boundary$0.010/call ONLY AT ATOMADIC<20msOperational
🛠 Developer Tools
EndpointDescriptionPricingLatencyStatus
/v1/dcm/crypto-toolkitDCM-1018 Cryptographic toolkit — BLAKE3 hash, Merkle proof, nonce generation in one call$0.005/call ONLY AT ATOMADIC<10msOperational
/v1/dev/starterDEV-601 Starter kit generator — scaffold an agent project with x402 payment wiring included$0.010/call ONLY AT ATOMADIC<30msOperational
/v1/routing/recommendCompression level router — map task complexity to optimal model + routing tier$0.005/call<10msOperational
🌐 Discovery & Protocol
EndpointDescriptionPricingLatencyStatus
/.well-known/agent.jsonGoogle A2A agent card — full skill manifest for autonomous agent discoveryFree<5msOperational
/.well-known/mcp.jsonMCP server manifest — tool list for Model Context Protocol clientsFree<5msOperational
/mcpMCP streamable-HTTP endpoint — full tool call protocol for Claude Desktop, Cursor, VS CodeFree<5msOperational
/.well-known/pricing.jsonMachine-readable pricing manifest — Codex-aligned tiers for agent cost planningFree<5msOperational
/v1/metricsPlatform metrics — aggregated public telemetry (request volume, latency percentiles)Free<10msOperational
Pricing Tiers
Infra Free Essential docs and health endpoints
x402 Payment signature or API key gate
Per-Request Metered pay-per-use pricing
ONLY AT ATOMADIC Novel endpoint, no competitor offers this
⏱ Rate Limits — Requests Per Day (per IP, KV-backed 24h window)
TierDaily LimitResetResponse Header
Free (no API key)100 req/day24h rollingX-RateLimit-Remaining
VeriRand free tier47 req/day24h rollingX-RateLimit-Remaining
Credit pack key (500 calls)1,000 req/day24h rollingX-RateLimit-Remaining
Credit pack key (10,000 calls)10,000 req/day24h rollingX-RateLimit-Remaining
x402 USDC pay-per-callUnlimitedPayment-gated

Every response includes X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers. VeriRand’s 47-call daily ceiling is a deliberate design parameter, not an infrastructure constraint.

Get API Key → View OpenAPI Spec