/
AG
agentlabs-dev
/
AgentLabs API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18m ago · Updated 1mo ago
Details
Filter operations
agents
5
authMethods
2
chat-messages
2
conversations
1
Members
6
projects
6
sdk-secrets
3
post
/sdk-secrets/create
get
/sdk-secrets/listForProject/{projectId}
delete
/sdk-secrets/revokeById/{secretId}
users
4
get
/
post
/attachments/uploadSync
get
/attachments/viewById/{id}
get
/attachments/downloadById/{id}
sdk-secrets
post
/sdk-secrets/create
Request body
CreateSdkSecretDto
required
description
string
projectId
string
required
Response
CreatedSdkSecretDto
required
clearValue
string
required
id
string
required
description
string
nullable
required
projectId
string
required
preview
string
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
Changes