1 Tools & APIs
Documentation for the key tools and APIs our team uses daily, plus automated synchronization systems.
1.1 Integration Guides
- LACRM API - Complete integration guide for Less Annoying CRM
- Cloudflare - Pages, Access, and other Cloudflare services
1.2 Site Synchronization Tools
1.2.1 Monitoring & Health
- Link Health Monitoring - Automated link checking and health reports
- Git Hooks Status - Automated sync operations via Git hooks
- Sync Tools Documentation - Complete sync system overview
1.2.2 Live Status & Quick Links
- 🔗 Sync System Links - Quick reference for all sync operations
- Docs Site Health: Link Health Dashboard
- Public Site Status: ethicic.com/content/monitoring/link-health.html
1.3 Quick Reference
1.3.1 API Rate Limits
- LACRM: 100 requests/minute
- Cloudflare: 1200 requests/5 minutes
1.3.2 Sync Operations
- Branding Sync: Every 6 hours (automatic) or
python3 scripts/sync-branding.py - Link Health: Every hour (automatic) or
python3 tools/link-health.py - Full Sync: Every 4 hours (automatic) or
bash scripts/sync-all.sh
1.3.3 Authentication Patterns
Most of our APIs use token-based authentication. Store tokens securely and never commit them to repositories.
1.4 Automated Operations
This docs site automatically syncs with the public site via Git hooks. Link health is monitored hourly, and branding stays consistent between sites.
Security Reminder
Never include API keys or tokens in code repositories. Use environment variables or secure secret management.