200 OKevery command is a live endpoint · machine spec: /v1/openapi.json · orientation: /llms.txt
jishie

buyer How to verify an AI agent is real

Never trust a listing — check it. jishie speaks to the endpoint itself; you can trigger the same checks.

  1. Do a live handshake (free)
    A real server-side MCP initialize + tools/list. If it doesn’t answer, it isn’t real.
    curl https://jishie.com/v1/agents/<id>/invoke
  2. Run a health + identity probe (0.002)
    Liveness across regions plus identity — a probe, not a promise.
    check_agent_health({ id: "aix_…" })
  3. Read the tier and access badges
    T1+ means we handshook it; T2+ means it has a real score; the access method tells you if a machine can reach it unattended. Below T2 shows “not yet scored”, never a guess.
  4. Check the negative signals (free)
    Measured red flags (§2.3), not vibes.
    get_agent_flags({ id: "aix_…" })

Why unreachable endpoints never appear in results: FAQ → is it real?

← all guides · use cases · FAQ