# Strale Vendor Risk Assessment

> Strale Vendor Risk Assessment is a paid API for AI agents from api.strale.io, paid per call via x402, $1.944/call, status unknown (last checked 2026-09-15).

Assesses vendor/supplier risk for a company by domain and name, returning structured compliance, financial, and trust signals with audit trails.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/vendor-risk-assess
- Price: $1.944/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-vendor-risk-assessment-9948af1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7vDhfoCVrcPkqsJ6Mjkqr

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 strale-vendor-risk-assessment-9948af1d -d '<json body>'
```

Example prompt: Can you run a vendor risk assessment on Acme Corp (domain: acmecorp.com) — I need their compliance status and financial risk signals before we onboard them as a supplier.

## When to prefer this

Use this endpoint when you need a structured, audit-trailed risk assessment combining compliance, financial, and trust signals for a vendor or business partner — especially when the company's domain and name are both known and you need a single consolidated risk verdict rather than individual data-source lookups.

## Known failure modes

- Unknown or unresolvable company domain returns 404 or empty risk data
- Invalid or ambiguous company name/CIK/ticker returns validation error
- Upstream data source unavailable causes partial or degraded response
- Payment not processed results in 402 Payment Required
- Malformed input (missing required fields) returns 400 Bad Request

## How this service works

Company data, compliance checks, financial validation. Structured JSON with audit trails. Every capability independently quality-scored.

## Output

Returns a structured JSON object containing vendor risk scores, compliance check results, financial validation signals, and an audit trail for the assessed company, keyed by domain and company identifier.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "domain",
  "company"
 ],
 "properties": {
  "domain": {
   "type": "string",
   "description": "Company domain to assess"
  },
  "company": {
   "type": "string",
   "description": "Company name, CIK, or ticker"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-vendor-risk-assessment-9948af1d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
