# Edge Agents AI – Decision Confidence Calibrator

> Edge Agents AI – Decision Confidence Calibrator is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns evidence-backed decision confidence assessments covering cross-market macro, investment, and strategic intelligence with signed provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/decision-confidence-calibrator
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-ai-decision-confidence-calibrator-5b18ddd5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PgvSGrF3G1mTcy0gGEH-W

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 edge-agents-ai-decision-confidence-calibrator-5b18ddd5
```

Example prompt: Can you run a decision confidence calibration on whether this is a strong time to allocate to cross-market fixed income assets — I need to know the evidence quality, confidence level, and a summary of the current macro and policy signals before I commit?

## When to prefer this

Choose this endpoint when an AI agent or decision-maker needs a structured, evidence-quality-aware confidence score before committing to a macro, market, investment, or procurement decision — especially when provenance and signed sourcing matter. Prefer it over generic LLM analysis when you need explicit evidence status, source disclosure, and limitation statements baked into the response. It is particularly suited for agents operating in regulated or high-stakes environments where auditability of the confidence basis is required.

## Known failure modes

- Insufficient or unavailable evidence for the requested topic results in partial coverage noted in the limitations field
- Stale or unrefreshed source data may reduce confidence level without error — disclosed in the report
- Payment not completed or invalid x402 header returns HTTP 402 with no report body
- Malformed query parameters may result in incomplete analysis with flagged data gaps
- Service unavailable or upstream data source outage may cause delayed or empty response

## How this service works

Decision Confidence Calibrator. Makes assumptions, challenge, provenance, reversibility and verification explicit around consequential decisions. Purpose: Strengthen decision governance by preserving evidence, contradictions, assumptions and auditability. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing a confidence status (e.g. 'strong') and level (e.g. 'high'), a cross-market analysis family classification with key intents, a plain-language summary of findings, evidence assets and source policy mix, a data completeness status, a signed provenance record from edge-agents.ai, a generation timestamp, schema version, stated coverage limitations, and a general disclaimer clarifying this is market research rather than investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "cross-market",
   "intents": [
    "evidence",
    "forecast"
   ],
   "summary": "Fresh Decision Confidence Calibrator findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "decision-confidence-calibrator",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-ai-decision-confidence-calibrator-5b18ddd5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
