v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01165164.7 KB
Agents

Search agents

Search agents available to the authenticated user by agent name.

post/api/agents/search

Request body

namestring

Case-insensitive substring to match against agent names. If omitted or empty, no name filter is applied.

Example request

{
  "name": "HR Policy Agent"
}

Response

Successful response.

request_idstring required

Platform-generated request ID for support correlation.

Example response

{
  "agents": [
    {
      "agent_id": "mho4lwzylcozgoc2",
      "name": "HR Policy Agent"
    }
  ]
}
All 16 operations