Skip to main content
Ignite Off. Admin

Automation

Domain API and MCP

Use the same cached domain search engine from agents, internal tools, and future MCP clients.

POST /api/search
{
  "query": "hello",
  "tlds": [
    "com",
    "ai",
    "io"
  ]
}
POST /api/generate
{
  "query": "finance agent",
  "style": "brandable",
  "tlds": [
    "com",
    "ai"
  ]
}
POST /api/bulk_searches
{
  "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.