$0.01
per call · USD Coin on Base
Pre-execution safety check. Returns `mode` (NORMAL | INCIDENT | DEGRADED), `recommended_posture`, `reason_codes`, and per-domain `risk_domains`. If mode !== NORMAL or recommended_posture is require_review or pause, call /agent/x402/sce/risk-evaluate before proceeding. Call this before any protocol interaction, routing, rebalance, or capital movement.
Endpoint
POST https://selun.sagitta.systems/agent/x402/sce/continuity-mode5
Calls / 30d
1
Unique payers / 30d
Aug 13
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://selun.sagitta.systems/agent/x402/sce/continuity-mode", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"decisionId": "sce-continuity-001",
"scope": "global"
}),
});
const data = await res.json();curl -X POST \
"https://selun.sagitta.systems/agent/x402/sce/continuity-mode" \
-H "Content-Type: application/json" \
-d '{"decisionId":"sce-continuity-001","scope":"global"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"decisionId": "sce-continuity-001",
"endpoint": "/agent/x402/sce/continuity-mode",
"productId": "sce_continuity_mode",
"result": {
"sce": {
"confidence": {
"basis": "Pipeline healthy with adequate corpus coverage",
"label": "high",
"score": 0.85
},
"mode": "INCIDENT",
"reason_codes": [
"critical_cases_present",
"high_severity_cases_present",
"threat_matrix_pressure_elevated"
],
"recommended_next": {
"estimated_price_usdc_max": "0.50",
"estimated_price_usdc_min": "0.10",
"reason": "Runtime risk evaluation recommended before protocol-specific execution.",
"sce_endpoint": "/v1/sce/risk/evaluate",
"selun_wrapper_path": "/agent/x402/sce/risk-evaluate"
},
"recommended_posture": "require_review",
"risk_domains": {
"authority": "warning",
"bridge": "warning",
"dependency": "warning",
"frontend": "warning",
"governance": "warning",
"keeper": "normal",
"oracle": "normal",
"stablecoin": "warning",
"treasury": "unknown"
},
"schema_version": "sce.continuity_mode.v1",
"valid_until": "2026-06-17T11:41:37Z"
},
"sceEvaluationId": "sce_continuity_31f0ba501e1849c5",
"sceSourceEndpoint": "/v1/sce/continuity-mode",
"selunWrapper": true,
"validUntil": "2026-06-17T11:41:37Z"
},
"status": "completed"
},
"executionModelVersion": "Selun-1.0.0",
"success": true
}Payment details
0xac6aa71c4b48b75d2dff70a4bc7a0f5d547c302fUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Sagitta & similar services
BlockRun.AI · EXA Contents
blockrun.ai
Extract full text content from specific URLs. Priced at $0.002/URL — total = urls.length × $0.002.
BlockRun.AI · EXA Search
blockrun.ai
Neural and keyword web search. Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.
BlockRun.AI · EXA Answer
blockrun.ai
Get an AI-generated answer to a question grounded in live web search results.