streak
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name STREAK_TOKEN or zero doctor check-connector --url https://api.streak.com/api/v1/users/me --method GET
How to Use
Authentication
Streak uses HTTP Basic Auth with your API key as the username and no password. In curl, use -u "$STREAK_TOKEN:" (note the trailing colon).
1. Get Current User
curl -s -X GET "https://api.streak.com/api/v1/users/me" -u "$STREAK_TOKEN:"
2. List All Pipelines
Pipelines represent business processes (Sales, Hiring, Projects, etc.).