Setup & Installation
API Keys
Section titled “API Keys”Shore reads provider API keys on launch from its shell environment. To submit prompts, at least one of these must be set:
| Provider | Environment Variable |
|---|---|
| Hugging Face | HF_TOKEN |
| OpenAI | OPENAI_API_KEY |
| Anthropic | ANTHROPIC_API_KEY |
| Groq | GROQ_API_KEY |
| xAI | XAI_API_KEY |
| Perplexity | SONAR_API_KEY |
| MiniMax | MINIMAX_API_KEY |
| zAI | ZAI_API_KEY |
Example:
export HF_TOKEN=[your token here]Install Shore with Cargo
Section titled “Install Shore with Cargo”cargo install shoreMore installation options will be available soon - Homebrew, etc