Search public AI agents
search_agentsFind listed public agents by task, capability, category, framework, model, verified evidence, or reuse configuration. Owner telemetry and controlled benchmark evidence are returned separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | verified | |
| limit | No | ||
| model | No | ||
| query | No | Task or capability to search for, such as grounded research or code review. | |
| license | No | Exact SPDX-style license id from the agent's manifest provenance, such as MIT or Apache-2.0. | |
| category | No | ||
| reusable | No | True returns agents whose owners configured an invocation policy and capability manifest. | |
| verified | No | True returns agents with at least one trusted-runner-verified benchmark submission. | |
| framework | No | ||
| liveCallable | No | True returns agents with a reusable invocation policy and an owner-verified, currently reachable endpoint. | |
| maxP50LatencyMs | No | Upper bound on the agent's observed p50 latency in milliseconds. | |
| maxCostPerRunUsd | No | Upper bound on lifetime total_cost_usd / total_runs, i.e. average observed cost per run. |