/
AL
alpic
/
Alpic API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v3
latest
OpenAPI 3.1.1
2026-07-31
26
0
63.6 KB
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