Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LICENSE_API_KEY | No | Your LicenseSpring License API Key from LicenseSpring dashboard → Settings → Keys | |
LICENSE_SHARED_KEY | No | Your LicenseSpring Shared Key (optional for Basic/Standard tiers, available for Premium/Enterprise subscription tiers only) | |
MANAGEMENT_API_KEY | No | Your LicenseSpring Management API Key from LicenseSpring dashboard → Settings → Keys |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
license-troubleshooting | Diagnose and resolve license issues |
customer-onboarding | Guide for setting up a new customer with licenses |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
activate_license | Activate a license with hardware ID and product code |
check_license | Check license status and validity |
deactivate_license | Deactivate a license for a specific hardware ID |
add_consumption | Add consumption units to a license |
add_feature_consumption | Add consumption units to a specific feature |
get_trial_key | Generate a trial license key for a product |
get_product_details | Get detailed information about a product |
track_device_variables | Track custom variables for a device |
get_device_variables | Get tracked variables for a device |
floating_release | Release a floating license |
floating_borrow | Borrow a floating license for offline use |
change_password | Change password for a user-based license |
get_versions | Get available software versions for a product |
get_installation_file | Get installation file download information |
get_sso_url | Get Single Sign-On URL for customer portal access |
get_customer_license_users | Get customer license users for a specific license |
activate_offline | Activate a license for offline use with hardware ID and product code |
deactivate_offline | Deactivate a license for offline use with hardware ID and product code |