Skip to main content
POST
Search

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
query
string

Text to search for in agent names and descriptions.

Example:

"content generation"

status
enum<string>
default:public

Filter agents by their visibility status.

Available options:
public,
private,
team,
all
Example:

"public"

limit
integer
default:10

Maximum number of agents to return (capped at 100).

Required range: 1 <= x <= 100
Example:

20

page
integer
default:0

Page number for pagination (0-indexed).

Required range: x >= 0
Example:

0

Response

Agents found successfully

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action