Add bookmark
documentedAdds a bookmark to the user's Pinboard account.
GET /v1/posts/addPostsno 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://api.pinboard.in/v1/posts/add?url={{$url}}&description={{$description}}&extended={{$extended}}&tags={{$tags}}&dt={{$dt}}&replace={{$replace}}&shared={{$shared}}&toread={{$toread}}&format=json&auth_token={{$PINBOARD_API_KEY}}" \
-H "Accept: application/json"