Skip to main content
POST
Create a new project via API key

Authorizations

Authorization
string
header
required

Enter your LeanMCP API key

Body

application/json
name
string

Project name

Example:

"My Project"

description
string

Project description

Example:

"A sample project"

repositoryUrl
string

Repository URL

Example:

"https://github.com/username/repo"

framework
string

Framework

Example:

"react"

s3Location
string

S3 location for uploaded file

templateId
string

Template ID used to create this project

Example:

"03b3640c-9e47-4750-be37-2988b742b687"

Response

Project created successfully

The response is of type object.