Dashboard
Create New Subdomain
Quick & EasyYour Subdomains
You don't have any subdomains yet.
API Integration
Generate an API key to create subdomains programmatically.
Your API Key:
API Usage Example:
fetch('https://thlis.com/api/webhook/subdomains', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-API-Key': 'YOUR_API_KEY' }, body: JSON.stringify({ slug: 'my-project', targetUrl: 'https://my-website.com' }) }) .then(response => response.json()) .then(data => console.log(data));