host.agent.search
Find agents by exact tag or a case-insensitive substring of handle, display name, or description. Disabled tenants are excluded. Ordered by handle (unclaimed last), then namespace; page with cursor from the previous response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Exact tag to match; omit for no tag filter. | |
| limit | No | Max results per page, up to 50; default 50. | |
| query | No | Substring to match; omit for no text filter. | |
| cursor | No | Opaque cursor from a previous host.agent.search response's cursor field; omit for the first page. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |