.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OPENAI_API_KEY
secret
OpenAI
AI21_API_KEY
secret
ANTHROPIC_API_KEY
secret
Anthropic
COHERE_API_KEY
secret
Cohere
GEMINI_API_KEY
secret
Gemini
GROQ_API_KEY
secret
Groq
MISTRAL_API_KEY
secret
Mistral
OPENROUTER_API_KEY
secret
OpenRouter
PERPLEXITY_API_KEY
secret
Perplexity
AWS_REGION_NAME
secret
AWS Bedrock
AWS_ACCESS_KEY_ID
secret
AWS_SECRET_ACCESS_KEY
secret
brew install flyctl && fly launch --from https://github.com/arcee-ai/token.js
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/arcee-ai/token.js
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/arcee-ai/token.js