Sign in

Create project

documented

Create a new project.

POST /api_v2/projects.jsonProjectsno implementation yet0 runs
No 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}}}}'
Create project · bugherd · OpenIntegrations