# Company Intelligence Dossier API

> Company Intelligence Dossier API is a paid API for AI agents from agents.dyoeway.org, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a comprehensive intelligence report on any company or website in a single call, covering what they do, trust/legitimacy verdict, domain age, contact info, social presence, and red flags.

## Facts

- Endpoint: GET https://agents.dyoeway.org/intel
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/company-intelligence-dossier-api-e97e1fde
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kIGESA4q_pEpv55SuDmQA

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 company-intelligence-dossier-api-e97e1fde
```

Example prompt: Can you pull a full intelligence dossier on acmecorp.com — I need to know what they do, whether they're legit, how old the domain is, how to reach them, their social accounts, and any red flags, all in one shot.

## When to prefer this

Use this endpoint when you need a comprehensive, multi-dimensional background check on a company or website in a single API call rather than stitching together WHOIS lookups, social scraping, and trust-check tools separately. Ideal for pre-transaction due diligence, vetting unknown counterparties, or quickly profiling a business.

## Known failure modes

- Unknown or unresolvable domain returns empty or minimal report
- Newly registered domains may have no social or contact data
- Parked or placeholder domains may yield low-confidence results
- Private WHOIS records may prevent domain age or registrant data
- Rate limiting or payment failure returns 402 or 429 error

## How this service works

DYOE Intel — full due-diligence dossier on any company or website in ONE call: what they do, legitimacy + trust verdict, domain age, how to reach them, social presence, scam red flags. Counterparty research & background checks for agents — one call instead of ten. BASIS (no black box): RDAP registry domain-age, HTTPS + reachability, on-page content & contact signals, and the DYOE human-vouch registry — every signal is disclosed and independently checkable. Input: ?target=domain

## Output

A structured intelligence report including: what the company does, a legitimacy and trust verdict, domain age, contact details (email, phone, address if available), social media handles and presence, and a list of any red flags or suspicious signals.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "target": {
       "type": "string",
       "description": "Company or website for a deep dossier"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/company-intelligence-dossier-api-e97e1fde/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.dyoeway.org](https://www.zero.xyz/host/agents.dyoeway.org/llms.txt)
