# decide.memoryapi.org Vendor Trust Score

> decide.memoryapi.org Vendor Trust Score is a paid API for AI agents from decide.memoryapi.org, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a composite trust score for a vendor based on aggregated reviews, uptime history, and SLA compliance data

## Facts

- Endpoint: GET https://decide.memoryapi.org/x402/trust-score
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/decide-memoryapi-org-vendor-trust-score-9f223e66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mbxK5MY9TU_-Eg8JMHbWn

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 decide-memoryapi-org-vendor-trust-score-9f223e66
```

Example prompt: What's the composite trust score for the vendor 'stripe.com' — I need to see their reviews, uptime history, and SLA compliance before we integrate them?

## When to prefer this

Use this endpoint when you need a quick, pre-aggregated trust signal for a vendor before integration or procurement decisions, and you want a single composite number that blends reviews, uptime, and SLA data rather than querying each source separately.

## Known failure modes

- Unknown vendor identifier returns 404 or empty score
- Insufficient data for a new vendor returns low-confidence or null score
- Rate limiting or payment failure returns 402 or 429
- Malformed vendor identifier returns 400 bad request
- Vendor data not yet indexed returns partial score

## How this service works

Vendor trust score (composite: reviews, uptime, SLA)

## Output

A composite trust score for the specified vendor, likely a numeric value (e.g. 0-100 or 0-1) aggregated from three sub-dimensions: customer review sentiment, historical uptime percentage, and SLA compliance rate. May include individual sub-scores for each dimension.

## Example request

```json
{
 "vendor": "stripe.com"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/decide-memoryapi-org-vendor-trust-score-9f223e66/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from decide.memoryapi.org](https://www.zero.xyz/host/decide.memoryapi.org/llms.txt)
