From your laptop to production
Create your account
Your license key appears right here when you create the account. No email is sent.
Download the agent server
Install the agent server with the bundled GUI:
$ pip install search2o
GitHub holds the agent server without the GUI; the GUI will be published as a separate GitHub project.
Run the server
Use an LLM key
A key from one of the three major vendors is enough: OPENAI_API_KEY, ANTHROPIC_API_KEY or GEMINI_API_KEY. See the docs for other LLMs.
Start the server
$ SEARCH2O_LICENSE_KEY=your-license-key ANTHROPIC_API_KEY=sk-ant-... search2o
PS> $env:SEARCH2O_LICENSE_KEY="your-license-key"
PS> $env:ANTHROPIC_API_KEY="sk-ant-..."
PS> search2o
Set up your account
Open http://127.0.0.1:9020/ui and click New user / Forgot password on the sign-in dialog. Enter the email you used in step 1; an email with a code arrives. Enter the code, choose a password, and sign in.
The same server serves its OpenAPI schema at /openapi.json, Swagger UI at /docs and ReDoc at /redoc.
Get started
Open Agents → Drafts and create a draft. Tick your LLM profile, then tell Draft with AI what you want. Make two or three that use your systems, so that search has a choice.
Validate and publish them. Then add a plain-English description to each agent and wait for the indexing to finish.
Type a question in the search box: the agent matches, runs and answers.
You are all set. Explore, and build the agents your team needs. If you have questions, click on the docs icon on the top. If you need to reach us for support, click on the help icon .

