/
AG
agentlabs-dev
/
AgentLabs API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 56m ago · Updated 1mo ago
Details
Filter operations
Agent Attachments
2
agents
6
authMethods
3
chat-messages
1
conversations
1
Members
4
projects
5
sdk-secrets
1
users
4
post
/users/register
post
/users/login
post
/users/oauth/handleCallback/{providerId}
post
/users/whoami
get
/
get
/attachments/viewById/{id}
get
/attachments/downloadById/{id}
users
post
/users/register
Request body
RegisterUserDto
required
email
string
required
password
string
required
fullName
string
required
Response
UserCreatedResponseDto
required
id
string
required
email
string
required
fullName
string
required
profilePictureUrl
string
nullable
required
verifiedAt
string
date-time
nullable
required
Changes