# InsightSentry API

> InsightSentry API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.120284/call, status unknown (last checked 2026-09-15).

Delivers insight and intelligence data via a premium pay-per-call endpoint on the Komo.ai marketplace

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/insightsentry
- Price: $0.120284/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/insightsentry-api-b1ad04d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RxCMs_i5qdDcfzTXkSiCB

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 insightsentry-api-b1ad04d7 -d '<json body>'
```

Example prompt: Pull the latest insight data from InsightSentry for me — I need the full analysis result returned.

## When to prefer this

Choose this endpoint when you need on-demand insight or intelligence data via a pay-per-call model on the Base chain using the x402 payment protocol, and you are already integrated with the Komo.ai marketplace ecosystem.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required
- Malformed request body — 400 Bad Request
- Endpoint unavailable or marketplace downtime — 503 Service Unavailable
- Invalid or expired payment token — 401 Unauthorized
- Request timeout if upstream insight provider is slow — 504 Gateway Timeout

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing the API response data, structured as a JSON object with a 'result' property containing the insight or intelligence payload.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/insightsentry-api-b1ad04d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
