Create company project
documentedCreate a new project under a specific company.
POST /companies/{company_id}/projectsCompaniesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.triggerapp.com/api/v1/companies/{{$company_id}}/projects" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d 'token={{OAUTH2_ACCESS_TOKEN}}&api_key={{TRIGGERAPP_API_KEY}}&project[name]={{$title}}&project[description]={{$description}}&project[status]={{$status}}&project[due_date]={{$due_date}}'