Public OSINT Graph

Map public entity relationships and degrees of separation from open sources.

Step 1 — Understand the use case

Use this when an agent needs to expand a public seed entity (person, org, event) into a relationship graph. Results are logged for secondary realization into the marketplace knowledge graph.

Not for: licensed people search, private PII, or stalking.

Step 2 — Try from the website

  1. Open x402-micro-pay.com
  2. Find Public OSINT Graph
  3. Click Try now

Step 3 — curl (free beta)

curl -s -X POST https://x402-micro-pay.com/api/skills/osint-graph \
  -H "Content-Type: application/json" \
  -d '{"seed_entity":"OpenAI","max_depth":2}'

Step 4 — Humanless agent

python -m agent.humanless_client osint_graph --seed "OpenAI" --depth 2

Step 5 — Applet workflow

  1. Open /applet
  2. Select Public OSINT Graph
  3. Enter seed in Service prompt (e.g. Tesla)
  4. Add context (jurisdiction, public sources to prefer)
  5. Click Run microservice

Input schema

Field Type Required
seed_entity string yes
max_depth integer (1–4) no, default 2

Billing