/
IR
iris-networks
/
My awesome API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 60m ago · Updated 2mo ago
Details
Filter operations
agent
13
post
/api/agent/create
post
/api/agent/createMany
get
/api/agent/findUnique
get
/api/agent/findFirst
get
/api/agent/findMany
patch
/api/agent/update
patch
/api/agent/updateMany
post
/api/agent/upsert
delete
/api/agent/delete
delete
/api/agent/deleteMany
get
/api/agent/count
get
/api/agent/aggregate
get
/api/agent/groupBy
integration
13
organization
13
organizationRole
13
project
13
test
13
testRun
13
testShare
13
testStep
13
user
13
agent
Create a new Agent
post
/api/agent/create
Request body
AgentCreateArgs
required
select
AgentSelect
include
AgentInclude
data
AgentCreateInput
required
meta
Meta
Meta information about the request or response
Response
Successful operation
object
required
data
Agent
required
meta
Meta
Meta information about the request or response
Changes