/
AG
agentlabs-dev
/
AgentLabs API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Agent Attachments
2
Agent Chat Conversations
1
Agent Chat Messages
1
agents
8
authMethods
3
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