Loading...
Loading...
Track user behavior automatically with Heap's auto-capture analytics platform.
npx skill4agent add andrejones92/canifi-life-os heapcurl -sSL https://canifi.com/skills/heap/install.sh | bashcp -r skills/heap ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set HEAP_APP_ID "your_app_id"
canifi-env set HEAP_API_KEY "your_api_key"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create a virtual event for button clicks on the pricing page"
Assistant: Creates event definition from auto-captured dataUser: "Show conversion from homepage to signup"
Assistant: Returns funnel analysis with drop-off pointsUser: "Show me sessions where users abandoned checkout"
Assistant: Returns relevant session recordingsUser: "Create a segment of power users"
Assistant: Creates user segment with criteria| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 403 Forbidden | No project access | Check permissions |
| 400 Bad Request | Invalid query | Fix query format |
| 429 Rate Limited | Too many requests | Implement backoff |