/
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
post
/projects/create
get
/projects/list_for_organization/{organizationId}
get
/projects/exists/{slug}
users
2
get
/
post
/agents/create
post
/agents/list_for_project/{projectId}
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