API Reference
Subdomain Lookups
Check subdomain availability and get suggestions during project creation.
Last updated:
Subdomain Lookup API
Check subdomain availability and fetch suggestions while an LLM agent is crafting a project name. Rate limited under the generousapiLookup bucket so tool-calling clients can poll freely.
Check Availability
GET /api/v1/subdomains/check?subdomain=myapp{ "data": { "available": false, "reason": "already_taken" } }Suggest Subdomains
GET /api/v1/subdomains/suggest?prompt=A+landing+page+for+my+coffee+shop{ "data": { "suggestions": ["coffee-shop", "coffee-shop-2"] } }