Skip to main content
Create a new project

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Body

application/json
name
string
required

A short name for a Project`

Maximum string length: 128
Example:

"My Cool Project"

components
enum<string>[]

Which components this project will generate (frontend, backend, or both). Defaults to backend-only.

Available options:
frontend,
backend
Examples:

Response

The newly created Project

id
string<uuid>
required

A unique id for your Project

Example:

"b08631ad-a4ec-4c27-9995-01287e83d565"

name
string
required

A short name for your Project

Maximum string length: 128
Example:

"My Cool Project"

customerId
string<uuid>
required

The customer organization this project belongs to

components
enum<string>[]

Which components are configured for this project (frontend, backend, or both)

Available options:
frontend,
backend
Examples: