Skip to main content
POST
Create a project

Authorizations

X-Access-Key
string
header
required

An API key is a token that a client provides when making API calls. Send it as the X-Access-Key request header on any endpoint:

Learn how to generate API access tokens at Tenderly Docs.

Path Parameters

accountSlug
string
required

Account slug of the user

Body

application/json

Project to create

name
string
required

Project name, 1 to 100 characters. The project slug is derived from the name and cannot be changed afterwards.

Required string length: 1 - 100
Example:

"Mainnet Monitoring"

restricted
boolean
default:false

Organization accounts only. true creates a restricted project that is visible to its explicit members alone (Only invited members). Omitted or false creates a project open to every organization member (All members).

Example:

false

members
string<uuid>[]

Organization accounts only, and only together with restricted: true. Principal IDs of accepted organization members to add as project members. The creator and the organization owner are always added.

Example:

Response

The project was created.

project
Project · object

A Tenderly project.