# Stratalize Portfolio Vendor Intelligence

> Stratalize Portfolio Vendor Intelligence is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns composite vendor intelligence including market rate data, brand index snapshot, and competitive displacement signals for a named vendor, for use in PE/VC portfolio company diligence.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/portfolio-vendor-intelligence
- 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/stratalize-portfolio-vendor-intelligence-e025f54c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HGJorja641bfIN0G7hthO

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 stratalize-portfolio-vendor-intelligence-e025f54c
```

Example prompt: Pull the Stratalize vendor intelligence report for Salesforce — I need the market rate data, brand index, and competitive displacement signals for our portfolio company diligence.

## When to prefer this

Use this endpoint when conducting vendor diligence for a PE or VC portfolio company and you need a single composite call covering market pricing, brand positioning, and competitive threat signals for a named vendor. Prefer this over generic web searches or manual research when cryptographic result verification and ML-backed composite signals are required.

## Known failure modes

- Vendor name not recognized or too ambiguous — returns empty or low-confidence result
- Missing vendor_name parameter — returns 400 bad request
- Payment not processed — returns 402 Payment Required
- Service unavailable or data not fresh — returns 503 or stale data warning
- Rate limiting if called too frequently in succession

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Portfolio vendor intelligence composite — market rate data, brand index snapshot, and competitive displacement signals for any vendor. Source: Stratalize composite diligence. Use when conducting vendor diligence for a PE or VC portfolio company

## Output

Returns a composite vendor intelligence report including current market rate data, a brand index snapshot, and competitive displacement signals for the specified vendor. The response is ML-DSA-65 cryptographically signed and includes a verification receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "vendor_name": {
   "type": "string",
   "description": "Request parameter: vendor name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-portfolio-vendor-intelligence-e025f54c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
