Getting started
From creating an account to a first agent answering a search, on your own machine.
- Creating an account and downloadingCreate your account at search2o.com/gettingstarted, which shows your license key, then install the agent server with pip.
- License keyThe agent server needs the account's license key to start. The key is supplied through one of two environment variables.
- Running the serverThe agent server is a FastAPI application served by Uvicorn. The search2o command starts the server and passes any further options to Uvicorn.
- Opening the GUIThe GUI is a single-page application bundled with the agent server and served at the server's /ui path. The GUI uses nothing but the agent server's REST API.
- Your first agentFrom an empty draft to an agent that answers a search, in about ten minutes with one LLM key.

