Installation Guides

Get started with Fortress in your favorite platform

📦

npm Package

The largest user base - JavaScript/TypeScript projects

1

Install the package

npm install @fortress-optimizer/core
2

Initialize

import { FortressOptimizer } from '@fortress-optimizer/core'; const optimizer = new FortressOptimizer({ apiKey: process.env.FORTRESS_API_KEY });
3

Use it

const result = await optimizer.optimize({ text: 'Your prompt here', model: 'gpt-4' }); console.log(result.optimized); // Optimized text console.log(result.savings); // Token savings
Full Documentation →
🤖

GitHub Copilot

VS Code extension - Huge developer audience

1

Install extension

Install "Fortress Optimizer for Copilot" from VS Code Marketplace
2

Set your API key

Press Ctrl+Shift+P → "Fortress: Configure API Key"
3

Every prompt is optimized

Use Copilot normally - optimization happens automatically
Full Documentation →
💬

Slack Bot

Team collaboration - 750M+ Slack users

1

Install app

Add "Fortress Optimizer" from Slack App Directory
2

Use the bot

@fortress-optimizer optimize "Your prompt here"
3

See results instantly

The bot returns optimized text + metrics
Full Documentation →
⚙️

VS Code

The most popular code editor - 20M+ users

1

From VS Code Marketplace

Install "Fortress Token Optimizer" extension
2

Highlight your prompt

Cmd+K, Cmd+I → "Fortress Optimize"
3

Visual + metrics

Get instant optimization with side-by-side comparison
Full Documentation →

11+ More Platforms

Neovim

2.5M users

Sublime Text

2M users

JetBrains IDEs

10M users

Make.com

1.5M users

Zapier

3M users

Claude Desktop

400K users

Anthropic SDK

100K+ users

GPT Store

5M+ users

All integrations share the same API → same token optimization across all platforms

📧

Need Help?

Contact support@fortress-optimizer.com

Email Support →
📚

API Reference

Full documentation with examples

View API Docs →