{
"query": "hello",
"tlds": [
"com",
"ai",
"io"
]
}
Automation
Domain API and MCP
Use the same cached domain search engine from agents, internal tools, and future MCP clients.
{
"query": "finance agent",
"style": "brandable",
"tlds": [
"com",
"ai"
]
}
{
"input": "hello\nhello.ai\nagent studio",
"tlds": [
"com",
"ai",
"app"
]
}
Contract
All provider calls stay behind Rails cache.
External clients should call these endpoints instead of provider APIs directly, so availability, pricing, aftermarket routes, and bulk workflows reuse cache keys and TTLs.