pipedrive

Installation
SKILL.md

Pipedrive

Manage persons, organizations, deals, and activities.

Environment Variables

  • PIPEDRIVE_API_TOKEN - API token
  • PIPEDRIVE_DOMAIN - Company domain (e.g. mycompany)

List deals

curl -s "https://$PIPEDRIVE_DOMAIN.pipedrive.com/api/v1/deals?api_token=$PIPEDRIVE_API_TOKEN&limit=10" | jq '.data[] | {id, title, value, currency, status}'

List persons

Installs
2
First Seen
Mar 1, 2026
pipedrive — thinkfleetai/thinkfleet-engine