For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create a New Project

Creates a new project.

Creates a new project.

POST https://autogon.ai/api/v1/engine/project/

Creates a new project.

Request Body

Name
Type
Description

project_name*

string

Unique name of project

project_description*

String

short description for project

{
    "id": 1,
    "app_id": "",
    "project_name": "",
    "project_description": "",
    "project_compiled_models": null,
    "created_at": ""
}
{
    "status": "false",
    "message": "This project name already exists"
}

Last updated