- Fix all MCPEngine → MCPEngage references - Add Freshdesk-specific Power Moves (5 support/helpdesk use cases) - Correct tool count (8 REST API tools) with accurate descriptions - Add support-specific prompts (triaging, SLA management, KB gaps) - Document Freshdesk API key authentication (Basic Auth) - Link to official Freshdesk API v2 docs - Update .env.example with FRESHDESK_DOMAIN requirement - Add rate limiting & status code troubleshooting
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
# Freshdesk API Credentials
|
|
# Find your API key: Profile Settings → View API Key
|
|
FRESHDESK_API_KEY=your-api-key-here
|
|
FRESHDESK_DOMAIN=yourcompany
|