/
AG
agentlabs-dev
/
AgentLabs API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 6m ago · Updated 1mo ago
Details
Filter operations
agents
5
authMethods
2
chat-messages
2
conversations
1
Members
6
projects
6
get
/projects/getRealtimeConnections/{projectId}
post
/projects/create
get
/projects/listForOrganization/{organizationId}
get
/projects/exists/{slug}
get
/projects/getById/{projectId}
get
/projects/getPublicConfig
sdk-secrets
3
users
4
get
/
post
/attachments/uploadSync
get
/attachments/viewById/{id}
get
/attachments/downloadById/{id}
projects
post
/projects/create
Request body
CreateProjectDto
required
name
string
required
slug
string
required
organizationId
string
required
Response
CreatedProjectDto
required
id
string
required
name
string
required
slug
string
required
organizationId
string
required
creatorId
string
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
Changes