create project
POST
https://api.wexa.ai/v1/project
Last modified:2025-04-25 10:20:19
Create a New Project
orgId
), project name (projectName
), description (description
), and the role of the AI coworker (coworker_role
). This endpoint allows you to establish a structured environment for your AI workflows, facilitating better organization, management, and execution of tasks within your automation processes.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.wexa.ai/v1/project' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"orgId":"67fdea40aac77be632954f0f",
"projectName":"New",
"description":"yoooo",
"coworker_role":"testrole"
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-04-25 10:20:19