/
AL
alpic
/
Alpic API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h 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
Create a project
Create a project for a team
post
/v1/projects
Request body
object
required
teamId
string
name
string
required
sourceRepository
string
branchName
string
runtime
'python3.13'
|
'python3.14'
|
'node22'
|
'node24'
required
transport
'stdio'
|
'sse'
|
'streamablehttp'
rootDirectory
string
settings
object
environmentVariables
object[]
Response
The project has been created successfully
object
required
id
string
required
name
string
required
teamId
string
required
environments
object[]
required
productionEnvironment
object
nullable
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
Changes