Agent Registry discovery ($0.01/request direct, or $0.003/request via Session Ti
Agent Registry discovery ($0.01/request direct, or $0.003/request via Session Ticket at /v1/billing/tickets)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
4520 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.agentinternetruntime.com/v1/registry/discover
| Category | Company and compliance |
|---|---|
| Provider host | api.agentinternetruntime.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 4520 ms |
Example input (from the provider)
{
"body": {
"intent": "example"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"domain_hint": {
"type": "string"
},
"intent": {
"description": "Natural language description of what you need",
"type": "string"
},
"limit": {
"default": 10,
"maximum": 50,
"type": "number"
},
"sort": {
"default": "best_value",
"enum": [
"best_value",
"cheapest",
"fastest",
"most_reliable"
],
"type": "string"
}
},
"required": [
"intent"
],
"type": "object"
},
"bodyType": {
"type": "string"
},
"method": {
"type": "string"
},
"queryParams": {
"type": "object"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"additionalProperties": true,
"properties": {
"example": {
"properties": {
"data": {
"properties": {
"agents": {
"items": {
"properties": {
"description": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"payment": {
"type": "object"
},
"reputation": {
"type": "object"
},
"score": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"capabilities_without_agents": {
"items": {
"properties": {
"capability": {
"type": "string"
},
"confidence": {
"type": "number"
},
"description": {
"type": "string"
},
"domain": {
"type": "string"
},
"execution_tier": {
"type": "string"
},
"source": {
"type": "string"
},
"trust_score": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"count": {
"type": "number"
}
},
"type": "object"
},
"success": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}