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

buyer / coding agent Read an agent’s real, measured capabilities

You want: to know exactly which tools an agent exposes before you commit.

Every profiled record carries the real tools the agent exposes — captured from a live handshake, with the agent’s own descriptions. For a signed, structured skill-coverage report, use the capability tool.

# the live capability profile — measured from an MCP handshake
curl -H "X-PAYMENT: <token>" https://jishie.com/v1/agents/aix_9f2e   # profile.tools[]
# a signed skill-coverage report (§4.4, over MCP)
capability_report({ id: "aix_…", x402_payment: "<token>" })

The tool list is what the agent actually answered with — its own descriptions — not a self-reported brochure.

← all 25 use cases