GitDeployHub

arcee-ai/token.js

github.com/arcee-ai/token.js ↗
Node.js API
12 environment variables found in .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
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/arcee-ai/token.js
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/arcee-ai/token.js
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/arcee-ai/token.js
Or deploy to a different host
← Try another repo