cURL
curl --request POST \ --url https://mcp.alpic.ai/v1/projects \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "sourceRepository": "<string>", "runtime": "python3.13", "branchName": "<string>", "rootDirectory": "<string>", "settings": {}, "environmentVariables": [] } '
{ "id": "<string>", "name": "<string>", "environments": [ { "id": "<string>", "name": "<string>" } ], "productionEnvironment": { "id": "<string>", "name": "<string>" }, "sourceRepository": "<string>", "runtime": "python3.13", "rootDirectory": "<string>", "buildCommand": "<string>", "buildOutputDir": "<string>", "installCommand": "<string>", "startCommand": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
Create a project for a team
Bearer token for authentication. Get it from the API Keys page in team settings.
1 - 100
python3.13
node22
1
Show child attributes
2
The project has been created successfully
Was this page helpful?