/
AG
agentlabs-dev
/
AgentLabs API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
projects
3
users
2
post
/users/register
post
/users/login
get
/
post
/agents/create
post
/agents/list_for_project/{projectId}
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
isVerified
boolean
required
hasPassword
boolean
required
Changes