Overview
Official Forecite SDKs and the CLI.
Call the API directly over HTTP, or use one of the official clients — each wraps authentication, pagination, and the WebSocket feed so you can focus on signals.
Available libraries
| Language | Package | Status |
|---|---|---|
| TypeScript / Node | @forecite/sdk | Stable |
| Python | forecite | Beta |
| Rust | forecite | Beta |
| Go | github.com/forecite/forecite-go | Beta |
Beta
The unified Python, Go, and Rust SDKs are in beta — APIs may change before general availability.
Authentication
Every SDK reads your key from the FORECITE_API_KEY environment variable by
default:
export FORECITE_API_KEY=fc_live_your_key_hereSee Authentication for how keys work, then pick your language from the sidebar.