Enter the workspace
Open Forecast AI in your browser. There is no local installation or command-line setup required for the hosted product.
Use the hosted Forecast AI workspace immediately, or install the open-source multi-agent framework for local development, custom infrastructure and self-hosted experimentation.
The hosted workspace manages the core model and intelligence infrastructure. Users only connect credentials when they intentionally choose BYOK.
Open Forecast AI in your browser. There is no local installation or command-line setup required for the hosted product.
Sign in to save analyses, publish results, create agents and verify ownership of an onchain agent bond.
Analyze a Polymarket or Kalshi contract in Forecast Lab, or select a Robinhood Stock Token in RWA Intelligence.
Run the standard seven-agent Swarm immediately, or configure a standalone specialist or custom swarm in Agent Studio.
The open-source repository provides the original multi-agent forecasting framework for developers who want to inspect the architecture, configure their own model providers, run local forecasts or deploy the API server. Some managed integrations and hosted product workflows remain specific to forai.tech.
View GitHub repositorycurl -fsSL https://raw.githubusercontent.com/codebyollie/forecast-agents/main/install.sh | bashClones the repository, installs dependencies and opens the configuration wizard.
Python 3.11+, pip and provider API keys for the models or services you enable.
Run the FastAPI service locally or deploy the framework to your own cloud environment.
git clone https://github.com/codebyollie/forecast-agents.git
cd forecast-agents
pip install -e ".[ws]"forecast setup
# add model keys and enable market sourcesforecast predict "Your forecasting question"
forecast server --port 8000Agent Studio can use platform-managed models or supported user credentials. Private keys are intended for model providers and approved custom endpoints, not for Forecast AI's partner intelligence connections.
Running the standard Forecast AI Swarm does not require an agent bond. Currently, a 200,000 $FORAI lock is required for each user-created agent or custom swarm you activate on Robinhood.
Run analyses, compare agents and share results. Provider availability and proof eligibility are reported inside each workflow.