AIClient2API: Unified AI API
AIClient2API acts as a self-hosted proxy to manage and route requests to multiple AI providers, including OpenAI, Claude, and custom providers, with features like smart routing and automatic failover.
- •When you need to integrate multiple AI providers into your application
- •When you require more control over the routing and failover of AI requests
- •When you want to convert between different AI protocols, such as Gemini and OpenAI-compatible API
curl -X POST -H "Content-Type: application/json" -d "{"model": "gpt-3.5-turbo", "prompt": "Write a short story about a character who discovers a hidden world."}" http://localhost:3000/v1/completionsSkip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/aiclient2api && curl -fsSL https://workflowstacks.com/api/skills/aiclient2api/claude-skill -o ~/.claude/skills/aiclient2api/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
AIClient2API: Unified AI API is a very large JavaScript project (~89k lines across 134 code files, plus 2 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, GPL-3.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2tls-sidecar/main.goWhere the program starts running
- 3package.jsonDependencies and the commands it exposes
- 4src/auth/index.jsInside src/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/aiclient2api && curl -fsSL https://workflowstacks.com/api/skills/aiclient2api/claude-skill -o ~/.claude/skills/aiclient2api/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 ai-agent tools founders pair with this one.