LLM Proxy service that exposes the OpenAI Responses API, resolves models, authorizes access, and forwards requests to external providers.
Architecture: LLM Proxy
Full setup: Local Development
git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -ySee bootstrap for details.
# Deploy once (exit when healthy)
devspace dev
# Watch mode (streams logs, re-syncs on changes)
devspace dev -wdevspace run test-e2eSee E2E Testing.