Create project
documentedCreate a new project.
POST /projectsProjectsno 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://pushpad.xyz/api/v1/projects" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"sender_id": {{$sender_id}}, "name": "{{$name}}", "website": "{{$website}}", "icon_url": "{{$icon_url}}", "badge_url": "{{$badge_url}}", "notifications_ttl": {{$notifications_ttl}}, "notifications_require_interaction": {{$notifications_require_interaction}}, "notifications_silent": {{$notifications_silent}}}'