cURL
curl --request POST \ --url https://api.autype.com/api/v1/dev/projects \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "My Project", "description": "Project description" } '
{ "id": "<string>", "name": "<string>", "visibility": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
Create a new project in the organization. Projects created via the API are always PUBLIC (visible to all org members).
API Key (starts with ak_...)
Project name
"My Project"
"Project description"
Project created
Project ID
Project visibility (always PUBLIC for API-created projects)