deel
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name DEEL_TOKEN or zero doctor check-connector --url https://api.letsdeel.com/rest/v2/contracts --method GET
Contracts
List Contracts
curl -s "https://api.letsdeel.com/rest/v2/contracts?limit=20" \
--header "Authorization: Bearer $DEEL_TOKEN"
Params: limit (max 100), offset, statuses (comma-separated), types, worker_name, team_id.