/
SE
seqeralabs
/
Seqera API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 3d ago
Details
Filter operations
actions
10
admin
3
agents
10
get
List agents
post
Create agent
post
Launch agent
get
List agent runs
get
Get agent run status
get
Describe agent
put
Update agent
delete
Delete agent
post
Disable agent
post
Enable agent
avatars
2
compute-envs
10
credentials
8
data-links
17
datasets
26
ga4gh
6
identities
9
labels
17
launch
1
lineage
6
nextflow
1
orgs
21
pipeline-schemas
1
pipeline-secrets
6
pipeline-versions
4
pipelines
10
platforms
3
roles
7
service-info
1
ssh-keys
6
studios
18
teams
10
tokens
4
trace
5
users
5
workflows
21
workspaces
15
agents
Create agent
Creates an agent in a workspace.
post
/agents
Query parameters
workspaceId
integer
Workspace numeric identifier
Request body
CreateAgentRequest
required
agentInstructions
string
agentInstructionsTemplateId
string
nullable
description
string
nullable
name
string
Response
OK
CreateAgentResponse
required
agent
AgentDbDto
Changes