/
AL
alpic
/
Alpic API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 17h ago · Updated 2w ago
Details
Filter operations
analytics
1
beacon
2
deployments
3
distribution
2
environments
11
insights
8
projects
5
get
Get a project
delete
Delete a project
patch
Update a project
get
List projects
post
Create a project
teams
2
tunnels
1
projects
List projects
List all projects for a team
get
/v1/projects
Query parameters
teamId
string
Response
The list of projects
object[]
required
id
string
required
name
string
required
teamId
string
required
sourceRepository
string
nullable
required
runtime
'python3.13'
|
'python3.14'
|
'node22'
|
'node24'
required
transport
'stdio'
|
'sse'
|
'streamablehttp'
nullable
required
rootDirectory
string
nullable
required
buildCommand
string
nullable
required
buildOutputDir
string
nullable
required
installCommand
string
nullable
required
startCommand
string
nullable
required
createdAt
string
date-time
required
productionEnvironment
object
nullable
required
environments
object[]
required
Changes