/
AL
alpic
/
Alpic API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 20h 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
Get a project
Get a project by ID
get
/v1/projects/{projectId}
Path parameters
projectId
string
required
The ID of the project
Response
The project details
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