Architecture
How a request routes through OptimAI API, live nodes worldwide, and structured results.
OptimAI Search is designed around a simple flow: ask, distribute, retrieve, rank, synthesize.
Request flow
- Your app sends a natural language query or URL scrape request.
- The OptimAI API validates authentication and request shape.
- The request routes across live nodes worldwide.
- Nodes fetch fresh sources from the live web.
- OptimAI ranks results and returns a cited answer, sources, tracking ID, and node context.
Human and agent use
Humans usually inspect the rendered docs and product UI. Agents usually need direct links, markdown-friendly content, and stable section headings.
Deployment split
The landing page and docs are separate apps:
search-lp -> search.optimai.network
search-docs -> search-docs.optimai.networkThis keeps the docs independently deployable while still sharing the same visual language.