v1
latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KBProjects
Create Project
Create a new project. To copy from an existing template use the template or publicTemplate body field. To sync a project from a connected integration use POST /projects/{project_id}/sync instead.
post/projects
Request body
Example request
{
"name": "Project Name",
"type": "board",
"users": [
1304,
1543
]
}Response
Created
Example response
{
"id": "as:1234567890",
"name": "Project Name",
"type": "board",
"users": [
1304,
1543
],
"rate": {
"userRateOverrides": {
"1304": 10000,
"1543": 5000
}
},
"budget": {
"type": "money",
"budget": 100000,
"period": "general"
}
}