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.curl --location --request POST 'https://api.wexa.ai/v1/project' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId":"67fdea40aac77be632954f0f",
"projectName":"New",
"description":"yoooo",
"coworker_role":"testrole"
}'
{}