Create project
documentedCreate a new project.
POST /api_v2/projects.jsonProjectsno 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.bugherd.com/api_v2/projects.json" \
-X POST \
-u "{{BUGHERD_API_KEY}}:x" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"project": {"name": "{{$name}}", "devurl": "{{$devurl}}", "is_active": {{$is_active}}, "is_public": {{$is_public}}, "guests_see_guests": {{$guests_see_guests}}}}'