Loading...
Loading...
Understand user experience with FullStory's digital experience intelligence platform.
npx skill4agent add andrejones92/canifi-life-os fullstorycurl -sSL https://canifi.com/skills/fullstory/install.sh | bashcp -r skills/fullstory ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set FULLSTORY_API_KEY "your_api_key"
canifi-env set FULLSTORY_ORG_ID "your_org_id"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Find sessions with rage clicks on the checkout page"
Assistant: Returns sessions matching frustration signalsUser: "Show me JavaScript errors from today"
Assistant: Returns error list with session linksUser: "What's the conversion rate for the signup funnel?"
Assistant: Returns funnel conversion analysisUser: "Find all sessions for user john@company.com"
Assistant: Returns user's session history| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 403 Forbidden | No access | Check org permissions |
| 404 Not Found | Session not found | Verify session ID |
| 429 Rate Limited | Too many requests | Wait and retry |