WindsurfAPI
Turns the 100+ AI models in Windsurf/Devin Desktop into OpenAI‑, Anthropic‑ and Gemini‑compatible HTTP APIs you can self‑host.
- •You need to call a non‑OpenAI model (Claude, Gemini, DeepSeek, etc.) from an existing OpenAI‑compatible library or tool.
- •Your team wants a single endpoint that can switch between multiple underlying models without rewriting code.
- •You run a private or offline environment and must avoid sending data to external vendor endpoints.
curl -X POST http://localhost:3000/v1/chat/completions \
-H "Authorization: Bearer $WIND_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-2",
"messages": [{"role": "user", "content": "Write a 150‑word pitch deck outline for a SaaS startup that uses AI to auto‑summarize meetings."}]
}'Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/windsurfapi && curl -fsSL https://workflowstacks.com/api/skills/windsurfapi/claude-skill -o ~/.claude/skills/windsurfapi/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
WindsurfAPI is a very large JavaScript project (~66k lines across 127 code files, plus 323 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2src/index.jsWhere the program starts running
- 3package.jsonDependencies and the commands it exposes
- 4.env.exampleThe API keys and settings you must provide
- 5examples/proxy-user-inject.jsA worked example — copy this to get going
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/windsurfapi && curl -fsSL https://workflowstacks.com/api/skills/windsurfapi/claude-skill -o ~/.claude/skills/windsurfapi/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More claude-skill tools founders pair with this one.