KB: Hostinger Hosting & Deployment
The Hostinger Agent handles the final mile of the ebook project: securing a domain and hosting the sales pages and companion apps.
Core Capabilities
- Account Usage: Monitoring hosting resources via
hostinger_get_account_info. - Domain Management: Listing and verifying owned domains with
hostinger_list_domains. - DNS Configuration: Using
hostinger_add_dns_recordto point domains to sales pages (e.g., A records) or verify ownership for external services (e.g., TXT records for Stripe/Google). - Automated Deployment: Using
hostinger_deploy_static_siteto push the sales page copy generated by the Sales Page Agent directly to the web.
Workflow Integration
- Purchase: The user buys a domain on Hostinger.
- Setup: The Hostinger Agent adds necessary DNS records for SSL and CDN.
- Draft: The Sales Page Agent creates the high-converting copy.
- Publish: The Hostinger Agent deploys the copy to the domain's
public_htmldirectory.
Connection
The agent uses the HOSTINGER_API_KEY for secure, authenticated REST API requests to the Hostinger backend.